View Single Post
brontide's Avatar
Posts: 868 | Thanked: 474 times | Joined on Oct 2007 @ Capital District, NY, USA
#2
Originally Posted by TrueJournals View Post
I just refreshed the application list and updated everything, which installed a new version of python. Unfortunately, this version seems to not include the gtk.glade python module. Anyone else have this problem?
Seems fine here... maybe it's just a stock package now?

Code:
Nokia-N810-23-14:~# python
Python 2.5.2 (r252:60911, May 12 2008, 12:58:03) 
[GCC 3.4.4 (release) (CodeSourcery ARM 2005q3-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gtk.glade
>>>