I need a large number of computers running Windows XP to run the same version of python with a set of modules, one of which is python-win32. I was thinking of installing python on a network drive that is mounted by all client machines, and just configure the path on the clients. Python starts fine from the network, but when importing win32com I get a pop-up message with the message:
Procedure entry point? PyWinObject_AsHANDLE @@ YAHPAU_object @@ PAPAXH @Z cannot be placed in the pywintypes24.dll dynamic link library
after rejecting the dialog box of the message I get in the console:
ImportError: Error loading DLL: the specified procedure was not found.
I searched the python directory for pywintypes24.dll and is present in "Lib \ site-packages \ pywin32_system32".
What am I missing, and is there any other way when I can install the Python + Python-Win32 + add-on module once and run them on many machines? I don't have access to Microsoft system management tools, so I need to be a little lower tech than that.
python windows networking share
florin
source share