Help! Init Problem after setup...

Fritz Heinrichmeyer fritz.heinrichmeyer at fernuni-hagen.de
Wed Feb 16 03:10:57 EST 2000


I did the following to move idle to the right place and and use it from
everywhere (it relies on the main path being placed in sys.path[1]) :

#! /usr/bin/env python
import sys
sys.path.append(sys.path[1]+'/site-packages/idle')
import PyShell
PyShell.main()

are there more "official" ways?
-- 
Fritz Heinrichmeyer mailto:fritz.heinrichmeyer at fernuni-hagen.de
FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany)
tel:+49 2331/987-1166 fax:987-355 http://www-es.fernuni-hagen.de/~jfh



More information about the Python-list mailing list