RE: Using Windows, Eclipse, Python - gtk not importing

2012-08-03 Thread Mark Tiddens
and checkmark as needed), then click on OK. >_ >From: Mark Tiddens [mailto:tidd...@jumpingdolphins.com] >Sent: Tuesday, July 31, 2012 4:32 PM >To:'gtk-list@gnome.org' >Subject: Using Windows, Eclipse, Python - gt

Re: Using Windows, Eclipse, Python - gtk not importing

2012-08-01 Thread Dieter Verfaillie
On Tue, 31 Jul 2012 16:31:41 -0700, Mark Tiddens wrote: So, maybe I need to do something to get Eclipse or Python to find gtk? - In Eclipse's menu, go to "Window" > "Preferences" > "PyDev" > "Interpreter - Python" - In the "Python interpreters" list, select the Python interpreter you want to

Using Windows, Eclipse, Python - gtk not importing

2012-07-31 Thread Mark Tiddens
I am trying to run a Python program in Eclipse that contains "import gtk", and it is not finding gtk (however, it is finding pygtk). I added the location of the bin file of gtk+-bundle-2.24.10-20120208_win32 to the PATH and also did the following successfully: Run: pkg-config --cflags gt