0
votes
1answer
1k views

apt package for 11.04 for Python 2.7.3?

I want to upgrade Python on my 11.04 server from Python 2.7.1 to Python 2.7.3. I assumed that if I did an apt-get install Python2.7 that 2.7.3 would have automatically been available and would have ...
3
votes
2answers
1k views

A problem occurred while checking for updates

"A problem occurred while checking for updates" I have noticed the red circle with white line for at least a week. Not sure if it is due to a python version I changed to or and update that was cut in ...
5
votes
3answers
6k views

How do I install Python 2.6?

I'm very new in Ubuntu,also in Linux. I've just installed Ubuntu 11.04 which comes with python 2.7 by default. But I want to install python 2.6, how am I about to do that? Thanks.
3
votes
2answers
878 views

Python/FFMPEG command line issues [closed]

I have a problem with running an FFMPEG command from within a Python script. When I run the following command from the terminal, I can stream video and audio from my attached webcam (Logitech C310) ...
3
votes
2answers
238 views

How can I make libjpeg available to python2.5?

I am running Ubuntu 11.04. Along with python 2.7 I have also 2.6 and 2.5. I am using 2.5 version to work and deploy my applications on App Engine. I have installed PIL (Python Image library) but ...
3
votes
1answer
646 views

Unity broken after attempted program install [closed]

I followed these ( http://blog.mypapit.net/2011/05/howto-mining-bitcoin-in-ubuntu-using-opencl-py.html ) directions without any error and now the launch bar for unity is no longer displayed. Can ...
1
vote
1answer
499 views

How do I update virtualenv?

I have installed python-virtualenv version 1.4.9 and the latest version is 1.6.1. How do I update to version 1.6.1. Do I have to uninstall version 1.4.9? If so, how do I uninstall it? (Crossposted ...
1
vote
1answer
3k views

How can I upgrade to Python 2.7

I am on Ubuntu 11.04 and have Python 2.6 installed. I would like to upgrade to Python 2.7. How should I go about doing this?
9
votes
3answers
1k views

Has anyone managed to configure Nautilus to show EXIF data?

I followed instructions on the Ubuntu Forums to configure Nautilus to display additional information about image files - specifically, the EXIF data: [SOLVED] Adding mp3 info columns (e.g. bitrate, ...
0
votes
1answer
555 views

How to fix install of Python 2.5.4?

I tried to install python 2.5.4 on Ubuntu 11.04. I need to be able to remove my original installation of this older python, and then get instructions on installing. Further, will I have to tell the ...
12
votes
2answers
3k views

Is it possible to install Python 2.5 in 11.04?

I occasionally have to work on some legacy Python code that is run by the Python 2.5 interpreter in production. I'd like to set my development environment up just like production, so I need to install ...
4
votes
2answers
5k views

Can't compile matplotlib on Ubuntu 11.04 / ft2build.h: No such file or directory

I'm trying to build matplotlib from source but it isn't working. It seems this thing was a part of X11, and since Ubuntu is now using Wayland that screwed things up, I think. Anyway to fix this? Oh, ...
1
vote
1answer
1k views

Installing PyQt4 for Python3

I am trying to get my code running using Python3 and PyQt4. When I do this: gruszczy@gruszczy-laptop:~/Programy/fathom/tools$ python3.1 fathomqt.py Traceback (most recent call last): File ...