I also recommend DependencyWalker for resolving these issues.

GRAMPS is a pygtk program, a lot of our Windows users have been facing lot's of "DLL load failed" issues recently , I've just started a Wiki page on the GRAMPS wiki talking about this issue.

http://www.gramps-project.org/wiki/index.php?title=ImportError:_DLL_load_failed

It may be of some help, but I haven't got to the section discussing dependency walker usage.

Steve


On 29/11/2010 12:41 AM, Dieter Verfaillie wrote:
Quoting "Paul Goins" <gene...@vultaire.net>:
    C:\code\projects\jben>c:\python26\python
Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
>>> import gtk
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
File "c:\python26\lib\site-packages\gtk-2.0\gtk\__init__.py", line 40, in <module>
        from gtk import _gtk
ImportError: DLL load failed: 指定されたプロシージャが見つかりま せん。 (Translation: DLL load failed: The specified procedure could not be found.)

Try opening c:\python26\python\site-packages\gtk-2.0\gtk\_gtk.pyd with
Dependency Walker [1]. It will tell you what .dll file is missing...

mvg,
Dieter

[1] http://www.dependencywalker.com/

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/



_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to