Die Suche ergab 1 Treffer

von whiterabbit23
Sonntag 26. August 2012, 20:39
Forum: Tkinter
Thema: IDLE Problem in Python3 mit Centos ( Kann IDLE nicht starten
Antworten: 2
Zugriffe: 1245

IDLE Problem in Python3 mit Centos ( Kann IDLE nicht starten

Hallo ich habe mal eine Frage.

Ich habe Python wie folgt installiert:

wget http://www.python.org/ftp/python/3.2/Python-3.2.tar.bz2
tar -xjf Python-3.2.tar.bz2
cd Python-3.2

# Configure the build with a prefix (install dir) of /opt/python3, compile, and install.
./configure --prefix=/opt/python3 ...