Ok, just made a setup for mypaint and tried to build it (against already
compiled GTK, haven't tried to build my own yet) and I managed to get it
compiled after few tries. However, when I run "python mypaint.py", All runs
fine until the following error occures:

......
# C:\Python27\lib\site-packages\gtk-2.0\glib\__init__.pyc matches
C:\Python27\li
b\site-packages\gtk-2.0\glib\__init__.py
import glib # precompiled from
C:\Python27\lib\site-packages\gtk-2.0\glib\__init
__.pyc
Traceback (most recent call last):
  File "mypaint.py", line 152, in <module>
    datapath, extradata, confpath, localepath = get_paths()
  File "mypaint.py", line 114, in get_paths
    from lib import helpers
  File "D:\Development\MyPaint\mypaint\lib\helpers.py", line 12, in <module>
    from gtk import gdk # for gdk_pixbuf stuff
  File "C:\Python27\lib\site-packages\gtk-2.0\gtk\__init__.py", line 30, in
<mod
ule>
    import gobject as _gobject
  File "C:\Python27\lib\site-packages\gtk-2.0\gobject\__init__.py", line 26,
in
<module>
    from glib import spawn_async, idle_add, timeout_add,
timeout_add_seconds, \
  File "C:\Python27\lib\site-packages\gtk-2.0\glib\__init__.py", line 22, in
<mo
dule>
    from glib._glib import *
ImportError: DLL load failed: The specified procedure could not be found.
# clear __builtin__._
# clear sys.path
# clear sys.argv
.....

Any tips please?

Thanks
_______________________________________________
Mypaint-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-discuss

Reply via email to