Link to home
Start Free TrialLog in
Avatar of xDamox
xDamoxFlag for United Kingdom of Great Britain and Northern Ireland

asked on

PyGTK Drag and Drop error

I have currently started learning about Python and its GUI library GTK (PyGTK) However I have tried the example:

http://python.developpez.com/cours/pygtktutorial/php/pygtken/sec-DNDMethods.php#dragndropfig

Which is a simple drag and drop and I get the error

Traceback (most recent call last):
  File "test.py", line 10, in <module>
    import gtkxpm
ImportError: No module named gtkxpm

I tried googling the error but have had no luck.

Any suggestions?
ASKER CERTIFIED SOLUTION
Avatar of clockwatcher
clockwatcher

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of xDamox

ASKER

Thanks that work perfect