jstacoder / flask-xxl

A best practices approach to creating large web apps, which gives the ease and power of django to your flask app
387 stars 21 forks source link

No module named flask_xxl.cli #3

Closed grissomsh closed 9 years ago

grissomsh commented 9 years ago

OS: MAC OS Mavericks

Installation step: 1) git clone 2) python setup.py install Installation is successful.

When using flask-xxl via "flaskxxl-manage.py start-project", error occurred. Traceback (most recent call last): File "/usr/local/bin/flaskxxl-manage.py", line 9, in load_entry_point('flask-xxl==0.0.7-', 'console_scripts', 'flaskxxl-manage.py')() File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources.py", line 356, in load_entry_point File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources.py", line 2439, in load_entry_point File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources.py", line 2155, in load ImportError: No module named flask_xxl.cli

jstacoder commented 9 years ago

Ill check this out, but are you sure that where it was installed is on your sys.path?

jstacoder commented 9 years ago

not sure which commit you got, but get the latest a907520296935f95f535d64d99606ceaf3919846 and you should be fine

jstacoder commented 9 years ago

i made it version 0.0.8 so you can re install like you installed it