Roger Upole <rwup...@msn.com> wrote:

> Bill Janssen wrote:
> > Is there anyway to tell, from inside Python, where the python26.dll file
> > is?  I've got to install the win32 dlls in the same directory.
> >
> > I see that sys contains a symbol "dllhandle", but that's just a
> > numeric handle.
> >
> > Bill
> 
> win32api.GetModuleFileName(sys.dllhandle)
> 
>      Roger

Sorry, I wasn't clear enough.  I'm trying to figure out where to install
the win32 dlls, so I can't use them in that determination.

Bill
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to