Hi Oleg,
I not really sure, 2 things to try:
1) I had a similar error on a XP 32bit machine. I solved it by
installing Microsoft Visual C++ redist for 2008 SP1
There is a 64 bit version as well, maybe you can try that
http://www.microsoft.com/downloads/details.aspx?familyid=BA9257CA-337F-4B40-8C14-157CFDFFEE4E&displaylang=en
2) On a windows 2000 machine I had a similar error when the GTK runtime
bin path was not in the environments path.
Maybe you can check your GTK runtime is in the path
Good luck
- Steve
Oleg Moskvin wrote:
> Hello,
>
> I am installing pygtk under Windows 7 (64 bit). Python 2.6 (64 bit) is
> already there and working fine.
> A number of packages are working fine on my system as well (taken from
> http://www.lfd.uci.edu/~gohlke/pythonlibs/
> <http://www.lfd.uci.edu/%7Egohlke/pythonlibs/> ).
> GTK is installed and tested to work by itself
> I used 64-bit precompiled files from the site mentioned above:
>
> pygtk-gobject-2.21.2.win-amd64-py2.6
> pygtk-pycairo-1.8.8.win-amd64-py2.6
> pygtk-2.17.0.win-amd64-py2.6
>
> and installed them in that exact order.
>
> As a result, gobject and cairo seems to be installed fine
> (at least, "import gobject" and "import cairo" produce no errors)
>
> However, "import gtk" results in the following:
>
> IDLE 2.6.4
> >>> import gtk
>
> Traceback (most recent call last):
> File "<pyshell#0>", line 1, in <module>
> import gtk
> File "C:\Python26\lib\site-packages\gtk-2.0\gtk\__init__.py", line
> 40, in <module>
> from gtk import _gtk
> ImportError: DLL load failed: The specified procedure could not be found.
> >>>
>
> I've already reinstalled (!) everything including Python itself (I
> used a binary from the same site this time), but the problem persists.
> Any hints will be appreciated. Thanks!
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> pygtk mailing list [email protected]
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://faq.pygtk.org/
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/