On Mar 29, 10:56 am, Andy Wenk <
andy.w...@googlemail.com> wrote:
> I installed it via easy_install couchapp and via git on a fresh
> machine ... no problems at all ... Sofa from JChris is running
I have not been so lucky with easy_install - perhaps because I had an
existing install of current couchapp?
I’m uncertain how to determine how the version of what I have
currently installed compares with what is available.
After:
sudo easy_install couchapp
Which responded with:
Processing couchapp
Running setup.py -q bdist_egg --dist-dir /Users/ollie/couchapp/egg-
dist-tmp-JRTuWW
Couchapp 0.1.14 is already the active version in easy-install.pth
Installing couchapp script to /usr/local/bin
Installed /Library/Python/2.5/site-packages/Couchapp-0.1.14-py2.5.egg
Processing dependencies for Couchapp==0.1.14
Finished processing dependencies for Couchapp==0.1.14
Ran this from my home directory:
couchapp generate relax
Traceback (most recent call last):
File "/usr/local/bin/couchapp", line 8, in <module>
load_entry_point('Couchapp==0.1.14', 'console_scripts', 'couchapp')
()
File "/Library/Python/2.5/site-packages/Couchapp-0.1.14-py2.5.egg/
couchapp/bin/couchapp_cli.py", line 104, in main
generate(appname, options.verbose)
File "/Library/Python/2.5/site-packages/Couchapp-0.1.14-py2.5.egg/
couchapp/bin/couchapp_cli.py", line 28, in generate
appdir = os.path.normpath(os.path.join(os.getcwd(), appname))
OSError: [Errno 2] No such file or directory
What might be happening here?
Thanks
Ollie