![]() |
#1 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 962
Karma: 568242
Join Date: Dec 2007
Device: Kindle Oasis 3, Kindle Paperwhite 1, iPad, iPhone
|
libprs500 and memory stick
For some reason, libprs500 does not recognize my Memory Stick, even though there are already books on there (from Connect) and the Mac mounts it. I can navigate the contents, but I can't seem to get libprs500 to see it so I can put contents on it.
Any one have a similar problem? |
![]() |
![]() |
![]() |
#2 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,146
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Are you using only a memory stick or a card and a memory stick?
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 962
Karma: 568242
Join Date: Dec 2007
Device: Kindle Oasis 3, Kindle Paperwhite 1, iPad, iPhone
|
I am using a 2 GB memory stick and a 2 GB SD card.
|
![]() |
![]() |
![]() |
#4 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,146
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
libprs500 supports only one card at a time.
|
![]() |
![]() |
![]() |
#5 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 962
Karma: 568242
Join Date: Dec 2007
Device: Kindle Oasis 3, Kindle Paperwhite 1, iPad, iPhone
|
Oh ok. I've downloaded the trunk to take a look at the code. I'm not familiar with Python, but I am very interested in learning. I have a Java/C++/PHP/VB/.NET background. Like I said, I've never used Python before so if I can get my development environment on my Mac working (using Easy Eclipse) then I may play around with it and submit some patches.
This may off topic, but what do you recommend in terms of environment for working with Python on the Mac? |
![]() |
![]() |
Advert | |
|
![]() |
#6 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,146
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
I dont use Macs, but eclipse + pydev is a good cross platform python IDE. To get libprs500 running from svn requires a whole bunch of dependencies to be compiled and installed on your system. The list is at https://libprs500.kovidgoyal.net/download_generic
|
![]() |
![]() |
![]() |
#7 | |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 962
Karma: 568242
Join Date: Dec 2007
Device: Kindle Oasis 3, Kindle Paperwhite 1, iPad, iPhone
|
Well I haven't had much luck getting to work on my Mac, so I'm trying my work system..shhh... I have pydev running. When I run easy_install-2.5 -U TTFQuery libprs500 && libprs500_postinstall I get:
Quote:
|
|
![]() |
![]() |
![]() |
#8 |
Wizzard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,402
Karma: 2000000
Join Date: Nov 2007
Location: UK
Device: iPad 2, iPhone 6s, Kindle Voyage & Kindle PaperWhite
|
Did you get all the dependencies installed first - that's where I came unstuck when trying to get things going on Windows (as a Java programmer who dabbles with Python!)
The alternative might be to use the VMware Applicance - I did actually mange to get that working! |
![]() |
![]() |
![]() |
#9 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 962
Karma: 568242
Join Date: Dec 2007
Device: Kindle Oasis 3, Kindle Paperwhite 1, iPad, iPhone
|
Well that's where I am stuck. The command 'easy_install -U TTFQuery libprs500 && libprs500_postinstall' is supposed to get all of those isn't it?
|
![]() |
![]() |
![]() |
#10 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,146
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
You don't need the post_install script on OSX, it does only linux specific things. Try running one of the commandline tools say
Code:
html2lrf file.html |
![]() |
![]() |
![]() |
#11 | ||
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 962
Karma: 568242
Join Date: Dec 2007
Device: Kindle Oasis 3, Kindle Paperwhite 1, iPad, iPhone
|
Quote:
Here's what I get: Quote:
|
||
![]() |
![]() |
![]() |
#12 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,146
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
You need to install the python imaging library
|
![]() |
![]() |
![]() |
#13 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 962
Karma: 568242
Join Date: Dec 2007
Device: Kindle Oasis 3, Kindle Paperwhite 1, iPad, iPhone
|
OK, I installed the imaging library and it works. So once I have the code in Eclipse running PyDev, I need to do what? If I make a change to some code, is there a build process? I am ignorant of Python. I have picked up a book and am going to go through it but I was hoping you could lead me in the right direction so that I can at least "see" what happens when I change things.
|
![]() |
![]() |
![]() |
#14 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,146
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
No build process, just make the change and run the the program. You may find this useful
http://docs.python.org/tut/ |
![]() |
![]() |
![]() |
#15 |
Wizzard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,402
Karma: 2000000
Join Date: Nov 2007
Location: UK
Device: iPad 2, iPhone 6s, Kindle Voyage & Kindle PaperWhite
|
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Books on internal memory show as on Memory Stick | doreenjoy | Sony Reader | 6 | 06-05-2009 02:08 AM |
Collections saved to Memory Stick without a memory stick | jabberwock_11 | Sony Reader | 11 | 01-09-2009 09:48 PM |
Problem using memory stick | emathis | Sony Reader | 1 | 12-10-2007 11:09 AM |
Can we use libprs500 only with memory stick (without a reader)? | godel10 | Sony Reader | 1 | 06-02-2007 06:15 AM |
SD card vs. memory stick vs. high speed memory stick | wadood | Sony Reader | 20 | 05-10-2007 03:58 PM |