Tagged Questions
4
votes
2answers
1k views
Configure Python to include another directory when looking for packages
I'm on a SUSE machine where the default Python site-packages location is /usr/lib64/python2.6/site-packages. Some packages automatically install themselves in /usr/lib/python2.6/site-packages instead. ...
3
votes
1answer
2k views
How to do a binary install of Python 2.7 on SUSE Linux Enterprise Server 11?
My SLES11 box came with Python 2.6 installed. I would like to upgrade to 2.7. What is the easiest way to do this?
1
vote
1answer
895 views
ImportError when running WSGI app in Apache: undefined symbol: PyUnicodeUCS2_DecodeUTF8
I'm trying to run MoinMoin under Apache on SLES 11P1. I'm getting the following error in my Apache log when somebody tries to access the site:
mod_wsgi (pid=20772): Target WSGI script ...