Hi have installed all in one pygtk and i am getting this famous error "DLL Load Failed"
i ran it with dependency walker, it gave me this error:
LoadLibraryExA( "c:\python\pyth on27\lib\site-packages\gtk-2.0\gtk\_gtk.py d",
0x00000000, LOAD_WITH_ALTER ED_SEARCH_PATH) returned NULL by thread 1.
Error: The specified procedure could not be found (127).
it shows three .DLL's missing
LIBGTK-WIN32-2.0-0.DLL
LIBPANGO-1.0-0.DLL
LIBPANGOCAIRO-1.0-0.DLL
however, when i look in the runtime folder in the python directory for gtk-2.0 i do see thous three files?
i have also search my hdd for other files with same name, and came back with no results.
ps, i have been searching a long time for an answer and followed almost all post on the internet, like the gramps scripts and installing packages separately etc. only difference when i install packages separately it fails to load _lib instead of _gtk
i ran it with dependency walker, it gave me this error:
LoadLibraryExA( "c:\python\pyth on27\lib\site-packages\gtk-2.0\gtk\_gtk.py d",
0x00000000, LOAD_WITH_ALTER ED_SEARCH_PATH) returned NULL by thread 1.
Error: The specified procedure could not be found (127).
it shows three .DLL's missing
LIBGTK-WIN32-2.0-0.DLL
LIBPANGO-1.0-0.DLL
LIBPANGOCAIRO-1.0-0.DLL
however, when i look in the runtime folder in the python directory for gtk-2.0 i do see thous three files?
i have also search my hdd for other files with same name, and came back with no results.
ps, i have been searching a long time for an answer and followed almost all post on the internet, like the gramps scripts and installing packages separately etc. only difference when i install packages separately it fails to load _lib instead of _gtk
Comment