computer unable to load _pysvn.pyc

vincent wehren vincent at visualtrans.de
Mon May 9 01:24:02 EDT 2005


"Timothy Smith" <timothy at open-networks.net> schrieb im Newsbeitrag 
news:mailman.184.1115604484.29826.python-list at python.org...
| Timothy Smith wrote:
|
| >this is truely maddening
| >
| >Traceback (most recent call last):
| >  File "PubWare.py", line 11, in ?
| >  File "Main.pyc", line 46, in ?
| >  File "pysvn\__init__.pyc", line 12, in ?
| >  File "pysvn\_pysvn.pyc", line 9, in ?
| >  File "pysvn\_pysvn.pyc", line 7, in __load
| >ImportError: DLL load failed: A device attached to the system is not
| >functioning.
| >
| >any ideas? it works perfectly on another computer
| >
| >
| ok more information - windows 98 computers have this issue, xp computers
| are fine.
| how do i work around this? obviously one of the pysvn dll's won't load
| on win98.

First, you will need to establish which .dll this is. Than check if the .dll 
has any dependencies that are not present on the host system (using 
depends.exe for example) -- i.e. function calls that are not supported.

--

Vincent Wehren


| note this is  py2exe package made on a windows xp system
| 





More information about the Python-list mailing list