You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on Mountain Lion 10.8.3, I installed Benjen and all the requirements with easy_install. I created a folder with all the required folders (static, templates, etc).
When I type "benjen" in my terminal I have the same issue as methanol :
File "/usr/local/bin/benjen", line 8, in
load_entry_point('Benjen==1.2', 'console_scripts', 'benjen')()
File "/Library/Python/2.7/site-packages/Benjen-1.2-py2.7.egg/EGG-INFO/scripts/benjen.py", line 95, in main
File "/Library/Python/2.7/site-packages/Benjen-1.2-py2.7.egg/EGG-INFO/scripts/benjen.py", line 20, in init
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 168, in copytree
OSError: [Errno 2] No such file or directory: 'static'
It also deletes the whole folder of my blog.
And by mistake if you type "benjen" in terminal without specifying the good folder it deletes all kind of folders. It broke my mac installation once.
The text was updated successfully, but these errors were encountered:
Hi,
I am on Mountain Lion 10.8.3, I installed Benjen and all the requirements with easy_install. I created a folder with all the required folders (static, templates, etc).
When I type "benjen" in my terminal I have the same issue as methanol :
File "/usr/local/bin/benjen", line 8, in
load_entry_point('Benjen==1.2', 'console_scripts', 'benjen')()
File "/Library/Python/2.7/site-packages/Benjen-1.2-py2.7.egg/EGG-INFO/scripts/benjen.py", line 95, in main
File "/Library/Python/2.7/site-packages/Benjen-1.2-py2.7.egg/EGG-INFO/scripts/benjen.py", line 20, in init
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 168, in copytree
OSError: [Errno 2] No such file or directory: 'static'
It also deletes the whole folder of my blog.
And by mistake if you type "benjen" in terminal without specifying the good folder it deletes all kind of folders. It broke my mac installation once.
The text was updated successfully, but these errors were encountered: