4
votes
1answer
102 views

How do I update Python to version 3?

Is there any way to update Python on the Raspberry Pi (Wheezy) to Python 3.3?
1
vote
1answer
86 views

Why does Python program work in console mode, but not in Startx?

In this Stack Overflow question I asked about creating a Python program of mine which was meant to allow me to access the terminal from a Python shell. It did not work... at least when running the ...
2
votes
1answer
145 views

Updating wheezy breaks Adafruit_CharLCD

So, just to try and keep the wheezy up to date I did an apt-get dist-upgrade and upgraded a couple of things, among which python. Now, when I try runing the example ./Adafruit_CharLCD.py I get no ...