0
Not a bug

Ajenti Won't Run After Upgrade

Andrew Hintz 10 years ago updated by Eugene Pankov (Project coordinator) 10 years ago 4
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.
Fixed in Ubuntu updates: https://github.com/python-greenlet/greenlet/issues/25
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.
Make sure that you have *-updates repositories uncommented in APT sources.list
Thank you for your help. I ended up using the command "sudo pip install --upgrade --force-reinstall greenlet" to fix things.