This means the machine is finding an older verion of pywintypes23.dll first, rather than not finding it at all. You may have an old version hanging around in the \system32 directory on that machine. (or anywhere else that it would be found first). You might also want to verify that the dll's you're copying around both come from the same distribution.
Roger "Marco Aschwanden" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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@@[EMAIL PROTECTED] > 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 > ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups ---= East/West-Coast Server Farms - Total Privacy via Encryption =--- -- http://mail.python.org/mailman/listinfo/python-list