Re: [python-win32] Getting PyWin32 working with private Python installs

2010-04-20 Thread Howard Lightstone
I've had a private Python25 install running with win32 for a while. I believe the trick is that the pythoncom25.dll and pywintypes25.dll have to be in the SAME folder as the python.exe that you want to use (due to Windoze own variety of internal search paths for DLLs). In my code, I also alter

Re: [python-win32] Getting PyWin32 working with private Python installs

2010-04-20 Thread Howard Lightstone
On Tue, Apr 20, 2010 at 10:14 AM, Bill Janssen jans...@parc.com wrote: Howard Lightstone how...@eegsoftware.com wrote: I've had a private Python25 install running with win32 for a while. I believe the trick is that the pythoncom25.dll and pywintypes25.dll have to be in the SAME folder

Re: [python-win32] Getting PyWin32 working with private Python installs

2010-04-20 Thread Bill Janssen
Howard Lightstone how...@eegsoftware.com wrote: On Tue, Apr 20, 2010 at 10:14 AM, Bill Janssen jans...@parc.com wrote: Howard Lightstone how...@eegsoftware.com wrote: I've had a private Python25 install running with win32 for a while. I believe the trick is that the pythoncom25.dll

[python-win32] Getting PyWin32 working with private Python installs

2010-04-19 Thread Bill Janssen
Bill Janssen jans...@parc.com wrote: Mark Hammond mhamm...@skippinet.com.au wrote: On 8/04/2010 12:05 PM, Bill Janssen wrote: I don't think I've tried that config. I'll give it a shot. [After trying it...] Nope, that may be necessary, but it's not sufficient. I installed