Questions tagged [palmdb]
2 questions
2
votes
1 answer
How to open a pdb file in Python?
I've got an e-book (viewable with isilo) in a pdb file. Is it possible to read it's contents with Python (perl, ruby, php)?

Fluffy
- 27,504
- 41
- 151
- 234
0
votes
1 answer
Any tutorial for Python PalmDB library?
I've downloaded the Python PalmDB lib, but can't find any info on how to use it. I've tried reading docstrings and so far I've been able to come up with the following code:
from pprint import pprint
from PalmDB.PalmDatabase import PalmDatabase
pdb…

Fluffy
- 27,504
- 41
- 151
- 234