charlesthomas / magpie

Git-backed Evernote replacement
MIT License
646 stars 50 forks source link

magpie fails to start #9

Closed tomleo closed 10 years ago

tomleo commented 10 years ago
(ENV)tom@tom-ThinkPad-T510 ~/hacking/py_magpie $ magpie
Traceback (most recent call last):
  File "/home/tom/hacking/py_magpie/ENV/bin/magpie", line 8, in <module>
    load_entry_point('magpie==0.0.4', 'console_scripts', 'magpie')()
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 318, in load_entry_point
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 2221, in load_entry_point
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 1954, in load
  File "/home/tom/hacking/py_magpie/ENV/local/lib/python2.7/site-packages/magpie/server.py", line 38, in <module>
    parse_config_file(config_path.web)
  File "/home/tom/hacking/py_magpie/ENV/local/lib/python2.7/site-packages/magpie/config/__init__.py", line 8, in __getattr__
    return_path = path.join(path, key + '.cfg')
TypeError: join() takes exactly one argument (2 given)
charlesthomas commented 10 years ago

Should be fixed w/#10