View Single Post
Old 11-03-2012, 01:34 AM   #26
maptau_07
Junior Member
maptau_07 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Nov 2012
Device: Sony PRS-T2
Testing on PRS-T2

Hi Schrollini,

thank you for the great effort you have put in to this tool! It looks very promising. Unfortunately, it does not yet function on the T2. Loading PDFs on to the device works fine with prsam-tk (once I manually created the Download directory on the ereader) and the database file is also created. Unfortunately, that's where it stops. Once the database has been created, prsam-tk doesn't start again, unless I delete the database file.
I am no good at python programing, so I am not sure which test-parameters would help you the most to fix the issues.
I am running python 2.7 on windows 7. When I start the prsam.py file from within the python GUI, I receive the following error message:

Usage: prsam [init|config|add|import|remove|ls|sync|clean]


Traceback (most recent call last):
File "C:\Python27\Scripts\prsam.py", line 408, in <module>
main(sys.argv[1:])
File "C:\Python27\Scripts\prsam.py", line 403, in main
sys.exit(1)
SystemExit: 1

If I run getannotations.py in the python GUI, I receive the following error message:
C:\Python27\Scripts\getannotations.py mount-point

Find all annotated PDFs on the Sony PRS-T1 mounted at the specified
mount point, and present a menu to let the user chose to export one
of them with annotations. Currently, only the freehand annotations
drawn directly on the page are supported.


Traceback (most recent call last):
File "C:\Python27\Scripts\getannotations.py", line 63, in <module>
sys.exit(0)
SystemExit: 0
>>>
Please let me know how I can assist you trouble shooting this to enable your tool on the sony T2.
Cheers.
maptau_07 is offline   Reply With Quote