COM on a network drive can't find pywintypes23.dll
From: Marco Aschwanden (PPNTWIMBXFFC_at_spammotel.com)
Date: 01/31/05
- Next message: wittempj_at_hotmail.com: "Re: Nested scopes and class variables"
- Previous message: Peter Otten: "Re: variable declaration"
- Next in thread: Roger Upole: "Re: COM on a network drive can't find pywintypes23.dll"
- Reply: Roger Upole: "Re: COM on a network drive can't find pywintypes23.dll"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: python-list@python.org Date: Mon, 31 Jan 2005 09:58:54 +0100
Hi
I have installed Python (2.3.4) on a shared network drive. I use it to run
a bunch of application on the workstations (Win2K).
Now I am running into the first problem ever. I try to use COM to generate
a word-file. It runs fine on my machine (Python installed locally). When I
deploy it and start the app on another workstation from the fileserver -
it runs but as soon as it comes to the COM part it exits saying:
The procedure entry point
?PyWinObject_AsDEVMODE@@YAHPAU_object@@PAPAU_devicemodeA@@H@Z could not be
located in the dynamic link library pywintypes23.dll
Heck... I copied the files:
pythoncom23.dll
pywintypes23.dll
to about "1000" locations to make it run (Application's dir, Workstation's
System Dirs, Fileserver's Python main and bin dir, ...). I tried setting
the path on the workstations. But nothing seems to solve the problem.
Do you have any proposals how to solve this problem?
Thanks in advance,
Marco
- Next message: wittempj_at_hotmail.com: "Re: Nested scopes and class variables"
- Previous message: Peter Otten: "Re: variable declaration"
- Next in thread: Roger Upole: "Re: COM on a network drive can't find pywintypes23.dll"
- Reply: Roger Upole: "Re: COM on a network drive can't find pywintypes23.dll"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|