From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020809 Description of problem: many older python scripts depending on python + pygtk have troubles to run with python2 + pygtk2 for example: ]$ iceme Traceback (most recent call last): File "IceMe.py", line 20, in ? import GtkExtra ImportError: No module named GtkExtra ]$ icepref Traceback (most recent call last): File "/usr/X11R6/bin/icepref", line 974, in ? class Label(GtkLabel): NameError: name 'GtkLabel' is not defined or even some provided demos in the /usr/share/doc/pygtk2/examples dir: neil/TAppli3.py simple/dnd.py etc is it normal that provided examples doesn't run? Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.just run one of the python scripts having the problem 2. 3. Actual Results: doesn't find the needed module Expected Results: (ice*): graphic window with setup for icewm Additional info:
These applications need to be ported to PyGTK 2.0.