At 09:49 PM 10/5/2002 +0200, Grzegorz Adam Hankiewicz wrote: >I've tried now, and if you mindlessly follow the instructions it won't >work. First if all, the list of packages at this moment is: > > libiconv-1.7-w32.bin.zip
I don't know why Tor Lillqvist is changing its library dependencies all the time. A few weeks, the port of iconv that was recommended (and the one I'm currently using whenbuilding pygtk on win32) was the one provided by the gnuwin32 project http://sourceforge.net/project/showfiles.php?group_id=23617&release_id=41715 which seems to extract itself into the right directory (./bin and ./lib). Strange. Cedric >After installation pygtk doesn't work because some DLL import failed: > > >>> import gtk, gtk.glade >Traceback (most recent call last): > File "<pyshell#0>", line 1, in ? > import gtk, gtk.glade > File "C:\PYTHON22\Lib\site-packages\pygtk\gtk\__init__.py", line 14, in ? > import gobject >ImportError: DLL load failed: No se puede hallar uno de los archivos de >biblioteca necesarios para ejecutar esta aplicaci�n. > >>> > >The problem is in the libiconv-1.7-w32.bin.zip file, which doesn't >uncompress correctly into the %gtkdir% tree structure, instead, it >creates a libiconv-1.7-w32.bin directory. So I manually copied the dll >files to ../lib, and the exe to ../bin, and then everything worked and >I could run my pygtk2 examples without problems. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
