0
Not a bug
Ajenti Won't Run After Upgrade
I'm running Ajenti on Debian 7.4 and am getting this error (when I run ajenti-panel) after upgrading Ajenti and Python by doing apt-get upgrade:
ImportError: /usr/lib/python2.7/dist-packages/greenlet.so: undefined symbol: _PyTrash_thread_deposit_object
My version of Python is 2.7.3.
Any ideas what may be going on? Everything was running fine before I upgraded the packages.
Thanks in advance for any help.
ImportError: /usr/lib/python2.7/dist-packages/greenlet.so: undefined symbol: _PyTrash_thread_deposit_object
My version of Python is 2.7.3.
Any ideas what may be going on? Everything was running fine before I upgraded the packages.
Thanks in advance for any help.
0
Eugene Pankov (Project coordinator) 11 years ago
Fixed in Ubuntu updates: https://github.com/python-greenlet/greenlet/issues/25
0
Andrew Hintz 11 years ago
Thanks for the response. How can I get the fix referenced in the link installed on my system? Running apt-get shows everything is (now) current.
0
Eugene Pankov (Project coordinator) 11 years ago
Make sure that you have *-updates repositories uncommented in APT sources.list
0
Andrew Hintz 11 years ago
Thank you for your help. I ended up using the command "sudo pip install --upgrade --force-reinstall greenlet" to fix things.
0
Answer
Not a bug
Eugene Pankov (Project coordinator) 11 years ago
Customer support service by UserEcho