私は(https://github.com/hyde/hyde)に従い、コマンド「hyde-s folder_name create-l starter」を使用してすべてのrequirements.txtをインストールしましたエラーが発生します:
Traceback (most recent call last):
File "C: \ Python33 \ Scripts \ hyde-script.py", line 9, in <module>
load_entry_point ('== 0.8.4 hyde', 'console_scripts', 'hyde') ()
File "C: \ Python33 \ lib \ site-packages \ hyde \ main.py", line 10, in main
Engine (.) Run ()
File "C: \ Python33 \ lib \ site-packages \ hyde \ engine.py", line 39, in run
super (Engine, self). run (args)
File "C: \ Python33 \ lib \ site-packages \ command \ application.py", line 252, in run
self.parse args = (sys.argv [1:])
File "C: \ Python33 \ lib \ site-packages \ command \ application.py", line 242, in parse
self.__parser__.parse_args return () # pylint: disable-msg = E1101
AttributeError: 'Engine' object has no attribute '__parser__'
インストールされた argparse に「parse_args () ( http://argparse.googlecode.com/svn/trunk/doc/parse_args.html )」があり、さらに適応しようとして失敗しました。
「Python 3x」のように「UserDictからIterableUserDictをインポートする」といういくつかの調整の例を行う前に( http://docs.python.org/3.3/library/collections.html?highlight=userdict#collections.UserDict )。