>>>>> "Cousin" == Cousin Stanley <[EMAIL PROTECTED]> writes:
Cousin> Greetings .... I'm having a problem trying to install
Cousin> PyGTK ....
Hi Cousin Stanley ...
Cousin> failed: A device attached to the system is not
Cousin> functioning.
Haven't seen this one before (and I've seen a lot of win32 errors!).
Is this your first attempt at a win32 install or just your first one
that's given you problems?
Cousin> There was one old file of this type on my system,
Cousin> libgtk-0.dll, that had been there for a LONG time, even
Cousin> way before I had a Python installation, but deleting it
Cousin> makes no difference with the currnent problem ....
As much as possible, try to give yourself a clean environment. If
you've installed previous versions of GTK / pygtk /whatever, no
telling what crazy things reside in your C:\Windows\System\Whatever
that may be creeping mysteriously into your PATH. Given your comment
Cousin> Whacking leftover versions of libgtk-xxx.dll in
Cousin> c:/windows/system ....
It seems especially likely you have a version conflict.
If possible, try a clean install of python, GTK-Runtime and pygtk.
Put the GTK runtime in C:\GTK to avoid problems with paths that have
spaces in them -- I've seen countless problems arising from people
using the default install location for the GTK runtime (the default
location has a space in the path name) and then not setting the path
properly. Try launching a new command shell (Run->Command->RETURN)
and typing (or something close to this for your platform)
C:> set PATH=C:\Python23;C:\GTK\lib;C:\GTK\bin;C:\Windows\System;C:\Windows\Command
C:> python
>>> import pygtk
>>> pygtk require ('2.0')
>>> import gtk
and let us know what happens at this point.
Have you seen the FAQ entry
http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq21.012.htp?
Good luck!
JDH
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/