-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python setup.py develop fails #71
Comments
Most likely a system-specfici issue, but this information is not enough to give clue what could be wrong. |
I thought the same thing. Here's a full dump of the error Ubuntu 12.04 as skype user: Installed /home/skype/sevabot Installed /home/skype/sevabot/venv/lib/python2.7/site-packages/plac-0.9.1-py2.7. Installed /home/skype/sevabot/venv/lib/python2.7/site-packages/Skype4Py-1.0.35-p Installed /home/skype/sevabot/venv/lib/python2.7/site-packages/Flask-0.10.1-py2. Installed /home/skype/sevabot/venv/lib/python2.7/site-packages/itsdangerous-0.23 Installed /home/skype/sevabot/venv/lib/python2.7/site-packages/Jinja2-2.7.2-py2. Installed /home/skype/sevabot/venv/lib/python2.7/site-packages/Werkzeug-0.9.4-py Installed /home/skype/sevabot/venv/lib/python2.7/site-packages/MarkupSafe-0.19-p Using /home/skype/sevabot/venv/lib/python2.7/site-packages
TypeError: 'NoneType' object is not callable
TypeError: 'NoneType' object is not callable |
When installing sevabot on ubuntu 12.04, I have sevabot working: responses in skype. The website interface is not launching though. On start up there is no description of a web endpoint at the ip address specified in settings.py.
After a clean reinstall, I notice that I get this output during python setup.py develop:
Finished processing dependencies for sevabot==1.2.5.dev0
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(_targs, *_kargs)
File "/usr/lib/python2.7/multiprocessing/util.py", line 284, in _exit_function
TypeError: 'NoneType' object is not callable
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(_targs, *_kargs)
File "/usr/lib/python2.7/multiprocessing/util.py", line 284, in _exit_function
TypeError: 'NoneType' object is not callable
The text was updated successfully, but these errors were encountered: