Re: pywin32 from network install

2005-08-12 Thread agostino . russo
Hmm I have the same problem using python -E... Moreover I do not see anything strange in the sys.path (Z\LocalApps is my shared folder): 'Z:\\LocalApps\\examples', 'Z:\\LocalApps\\python\\python24.zip', 'Z:\\LocalApps\\examples', 'Z:\\LocalApps\\python\\DLLs', 'Z:\\LocalApps\\python\\lib', 'Z:\\Lo

Re: pywin32 from network install

2005-08-12 Thread Neil Benn
[EMAIL PROTECTED] wrote: >I managed to make pywin32 work from a network installation (not really >hard work: a shared folder + copying some dlls + setting PYTHONPATH). >PythonWin amd COM seem to be working fine from the network install, BUT >when I need to pass PyTime to a COM object expecting a D

pywin32 from network install

2005-08-12 Thread agostino . russo
I managed to make pywin32 work from a network installation (not really hard work: a shared folder + copying some dlls + setting PYTHONPATH). PythonWin amd COM seem to be working fine from the network install, BUT when I need to pass PyTime to a COM object expecting a Date I get the following error: