all-in-one PyGtk DLL Load Failed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JoeMicro
    New Member
    • Oct 2008
    • 4

    all-in-one PyGtk DLL Load Failed

    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
    Last edited by JoeMicro; Aug 31 '13, 10:38 PM. Reason: added information, re: possibility of loading dll from other wrong location.
  • JoeMicro
    New Member
    • Oct 2008
    • 4

    #2
    SOLVED:

    found this:



    and had the same problem, gtk loaded zlib1.dll from from SysWOW64 instead of the gtk runtime folder.

    Comment

    Working...