View Single Post
Old 01-12-2007, 12:22 AM   #75
hn_88
Connoisseur
hn_88 doesn't litterhn_88 doesn't litter
 
Posts: 51
Karma: 158
Join Date: Jan 2007
Device: Sony Reader PRS-500
Quote:
Originally Posted by kovidgoyal
OK various cleanups...it now runs for me in windows. I've updated the instructions in the wiki. PyXML is no longer needed and I've provided a windows installer for pyusb. Please test and let me know.
Tried it. Installed pyusb with the installer, added the windows paths, restarted and again ran
easy_install prs500

This time the install did not give any errors, but said some of the scripts were already installed, and went through with the install.

Now running
prs500 info
gave a missing DLL error formsvcr80.dll
I downloaded it from http://www.dll-files.com/dllindex/dl....shtml?msvcr80
and put it in Windows\system32 directory, restarted, ran
prs500 info
again
Now the error message is a dialog box saying:
The procedure entry point _encoded_null could not be located in the dynamic link library msvcr80.dll
And error mesg in the cmd window:
C:\Documents and Settings\sgh>prs500 info
Traceback (most recent call last):
File "L:\Python25\scripts\prs500-script.py", line 8, in <module>
load_entry_point('libprs500==0.3.0b3', 'console_scripts', 'prs500')()
File "l:\python25\lib\site-packages\setuptools-0.6c3-py2.5.egg\pkg_resources.py", line 236, in

load_entry_point
File "l:\python25\lib\site-packages\setuptools-0.6c3-py2.5.egg\pkg_resources.py", line 2097, in

load_entry_point
File "l:\python25\lib\site-packages\setuptools-0.6c3-py2.5.egg\pkg_resources.py", line 1830, in load
File "l:\python25\lib\site-packages\libprs500-0.3.0b3-py2.5.egg\libprs500\cli\
main.py", line 25, in <module>
File "l:\python25\lib\site-packages\libprs500-0.3.0b3-py2.5.egg\libprs500\communicate.py", line 49, in

<module>
ImportError: DLL load failed: The specified procedure could not be found.
hn_88 is offline   Reply With Quote