On Thu, 2004-12-16 at 12:33, Kobus Wolvaardt wrote: > Hi, > > If I run any python code using pygtk it crashes out and complains that it > cannot fing pygtk. If I run those same scripts from the commandline they > work.
It would be helpful if you could provide the error message. The first thing that comes to mind is a module search path issue. Make sure that the directory PyGtk is installed in, if it isn't installed into the main Python module library, is in sys.path. Be aware that if you use PyGtk then users must install PyGtk in order to run your scripts. -- Craig Ringer
