How to open a pdb file in Python?

1.7k Views Asked by At

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)?

1

There are 1 best solutions below

0
On BEST ANSWER

PDB was designed for Palm pilots in the very beginning. isilo started kind of as a universal reader on PDAs so they've also implemented the PDB protocol.

For python, you can use the Python PalmDB library.