|
From: Geoff B. <geo...@gm...> - 2009-09-26 12:02:08
|
Hi Steve, I wonder if you can do "import gtk" as well as "import pygtk" from your python prompt? I don't know what the point of "import pygtk" is (it doesn't seem to contain much) but "import gtk" is what TextTest does. You might get a fuller message saying what DLL could not be found then. Have you followed the instructions on the website (i.e. are you unzipping a GTK+ 2.12 bundle and running the three installers from the pygtk site?) Regards, Geoff 2009/9/25 Steve Eckhardt <ske...@us...>: > Hello, > > I’m new to TextTest and don’t know Python. I finally got to the > point where I can run python and import pygtk, and I get no error message. > Unfortunately, when I try to run texttest.py, I get the following error: > > > > Could not start TextTest 3.14.1 GUI due to PyGTK GUI library problems : > > Unable to import module 'gtk' - DLL load failed: The specified module could > not be found. > > > > C:\Program Files\PyGTK\bin is on my PATH, but there’s no “gtk.dll” in that > directory; the nearest thing is “libgtk-win32-2.0-0.dll”. > > > > Help! > > > > Best regards, > > Steve Eckhardt > > st...@ec... > > > > --- Get FREE High Speed Internet from USFamily.Net! --- > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Texttest-users mailing list > Tex...@li... > https://lists.sourceforge.net/lists/listinfo/texttest-users > > |