Hello,

I am the author of RedNotebook (http://rednotebook.sf.net) a digital journal, that uses PyGTK. I tried compiling a new Version for Windows with py2exe today using the PyGTK AIO installer and everything compiled and worked fine. The new version uses an SVG image for the frame icon for the first time (the older versions used a png image). However a beta-tester reported that the program looks for the installed libpixbufloader-svg.dll in C:\... (which doesn't exist on the tester's system), not for the one I packaged with the application. Is this a bug or am I doing something wrong? Here is the error message:

2012-11-07 14:30:20,055 INFO System info: machine: x86, platform: Windows-XP-5.1.2600-SP3, processor: x86 Family 6 Model 42 Stepping 7, GenuineIntel, python_version: 2.7.3, release: XP, system: Windows, GTK version: (2, 24, 10), PyGTK version: (2, 24, 0), Yaml version: 3.10

Traceback (most recent call last):
  File "rednotebook", line 12, in <module>
  File "rednotebook\journal.pyc", line 594, in main
  File "rednotebook\journal.pyc", line 242, in __init__
  File "rednotebook\gui\main_window.pyc", line 78, in __init__
glib.GError: Unable to load image-loading module: C:/Python27/Lib/site-packages/gtk-2.0/runtime/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll: `C:/Python27/Lib/site-packages/gtk-2.0/runtime/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll': The specified module could not be found.

Here is the beta: https://dl.dropbox.com/u/4780737/rednotebook-1.6.1-beta1.exe

Thanks for your help,
Jendrik
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to