Tagged Questions
1
vote
2answers
93 views
On Red Hat Enterprise Linux 6.2 how can i use Python 2.7 as default not Python 2.6? I did but still showing 2.6
RHEL 6.2 i have python 2.6 but i need default python 2.7 using yum packaging (so that nothing goes messed up, cause its a heavy duty working system, all i need the python 2.7 on it, without messing ...
2
votes
1answer
206 views
Replace python built with UCS4 with UCS2
I've got fedora fc15 installed with python 2.7.1-7.fc15. It is built with ucs4 and I've got some packages here at work that are built with ucs2. I now cannot build other packages that use these ucs2 ...
1
vote
1answer
522 views
Install virtualenv on Fedora 16
I come from Ubuntu. I know how to install virtualenv and configure stuff on Ubuntu. Now Fedora seems pretty strange to me...
Following these two guides:
Setting up virtualenv, pip, virtualenvwrapper ...
1
vote
0answers
213 views
Why am I getting an AttributeError when I try to use Pyjamas desktop on Fedora 15?
I am trying to run pyjamas-desktop on my Fedora 15. All packages were installed, I have adjusted PYTHONPATH to include /usr/share/pyjamas/library, but when I try to run a simple example:
from ...