Die Suche ergab 3 Treffer
- Mittwoch 4. September 2002, 17:35
- Forum: Installation/Konfigurieren
- Thema: Wie kann man Pfadevariable setzen?
- Antworten: 6
- Zugriffe: 4667
- Montag 26. August 2002, 10:48
- Forum: Installation/Konfigurieren
- Thema: Wie kann man Pfadevariable setzen?
- Antworten: 6
- Zugriffe: 4667
re: Pfad
Ich möchte z.B. ein neues Paket istallieren (z.B. Gnuplot, c:\gnuplot-py.16).
Über die console tippe ich ein:
c:\guplot-py-1.6>
python setup.py import
und erhalte error: invalid commnad 'import' (no module name 'distutils.command.import')
unter python 2.2.1 sollte das soch fest eingebaut sein ...
Über die console tippe ich ein:
c:\guplot-py-1.6>
python setup.py import
und erhalte error: invalid commnad 'import' (no module name 'distutils.command.import')
unter python 2.2.1 sollte das soch fest eingebaut sein ...
- Freitag 23. August 2002, 14:10
- Forum: Installation/Konfigurieren
- Thema: Wie kann man Pfadevariable setzen?
- Antworten: 6
- Zugriffe: 4667
Wie kann man Pfadevariable setzen?
Unter Win 2000 möchte ich neue Pakete installieren:
import sys
sys.path.append('...')
Beim nächsten Aufruf ist der Pfad aber nicht mehr da.
??
import sys
sys.path.append('...')
Beim nächsten Aufruf ist der Pfad aber nicht mehr da.
??
