On Thu, 21 Jun 2001, Frank Miles wrote:
> On Thu, 21 Jun 2001, Alexandre Fayolle wrote:
>
> > Frank Miles wrote:
> >
> > > I'm trying to install pygtk and libglade on a Win9x system. The local
> > > Windows guy advises me that it is necessary to edit the Windows registry
> > > to install DLLs. Is this truly the case with the DLLs associated with
> > > these?
> >
> > Well, AFAIK, this is simply not true. The DLLs just have to be in your
> > PATH, so what is generally done on windows is putting them in c:\windows
>
> That's good news. I'll try that. Using regsvr32.exe (per another person's
> recommendation) didn't work -- the program emits an error code with (AFAIK)
AFAIK, regsvr is used to register COM servers with the OS. Python
extensions are not COM objects, so they don't need registering (not every
DLL is a COM object).
> no table of meanings available. I eventually installed the whole of Gimp;
> that's _way_ more than I need! Not only that, (this is the weird part),
> doing an 'import gtk' fails on the first try (complaining of missing _gtk),
> but succeeds on the second try, even after gimp was installed. If I restart
> idle, the same pattern occurs.
You will probably need to make sure the _gtk module (I don't know what the
filename would be under win32 -- probably _gtk.dll, _gtk.pyd,
_gtkmodule.dll or _gtkmodule.pyd) is in your python path, and the gtk dlls
are in the executable path (current directory or in windows system
directory, usually).
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk