import libglade

Christophe Delarue cdelarue at bigfoot.com
Mon Aug 13 11:33:30 EDT 2001


I download and install (on /home/export/usr/local/lib/) the
libglade-0.16 (and .11 either) on a Solaris sparc machine

I wrote this short script :

import sys
sys.path.append("/home/export/usr/local/lib/")
import libglade

At execution time, I get :
Traceback (innermost last):
  File "WkEnvAdminGUI.py", line 4, in ?
    import libglade
ImportError: dynamic module does not define init function
(initlibglade)

what's up doc ??



More information about the Python-list mailing list