Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: computer unable to load _pysvn.pyc

Reply
Thread Tools

Re: computer unable to load _pysvn.pyc

 
 
Timothy Smith
Guest
Posts: n/a
 
      05-09-2005
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.
note this is py2exe package made on a windows xp system

 
Reply With Quote
 
 
 
 
vincent wehren
Guest
Posts: n/a
 
      05-09-2005
"Timothy Smith" <> schrieb im Newsbeitrag
news:mailman.184.1115604484.29826.python-...
| 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
|


 
Reply With Quote
 
 
 
 
Timothy Smith
Guest
Posts: n/a
 
      05-09-2005
vincent wehren wrote:

>"Timothy Smith" <> schrieb im Newsbeitrag
>news:mailman.184.1115604484.29826.python-...
>| 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
>|
>
>
>
>

i think i'll wait for a response from barry scott the maintainer of
pysvn. buggering around trying to find some dll that it's calling most
likely won't get me anywhere anyway.
bloody windows - DLL HELL
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to access HDD / Windows unable to complete format rmundy Hardware 1 08-13-2010 08:57 AM
unable to capture all the HTML of my page,or I'm unable to save it to disk Jake Barnes Javascript 6 02-08-2006 02:38 PM
Unable to renew IP address/unable to connect to wireless network =?Utf-8?B?SmFzZXlCb3k=?= Wireless Networking 1 12-22-2005 04:28 AM
Unable to see machines on the ethernet; Unable to find printers =?Utf-8?B?Sm9obiBN?= Wireless Networking 1 06-07-2005 03:32 AM
computer unable to load _pysvn.pyc Timothy Smith Python 0 05-09-2005 01:51 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57