Thread: rtf2lrf
View Single Post
Old 08-05-2007, 02:36 AM   #23
KaiGoth
Enthusiast
KaiGoth began at the beginning.
 
Posts: 48
Karma: 22
Join Date: Aug 2007
Device: Sony PRS500 & PRS700
Quote:
Originally Posted by kovidgoyal View Post
you can check rtf metadata with the command rtf-meta. The warnings are because the python imaging library doesn't support wmf format images.
OK, thanks!

Looks like I'm having problems with rtf-meta as well.

Quote:
mymac:~/eBooks/Assiti Shards$ rtf-meta 1632.rtf
Traceback (most recent call last):
File "/Applications/libprs500.app/Contents/Resources/rtf-meta.py", line 9, in <module>
main()
File "libprs500/ebooks/metadata/rtf.pyo", line 151, in main
File "libprs500/ebooks/metadata/rtf.pyo", line 102, in set_metadata
TypeError: object of type 'NoneType' has no len()

mymac:~/eBooks/Assiti Shards$ rtf-meta -t 1632 1632.rtf
Traceback (most recent call last):
File "/Applications/libprs500.app/Contents/Resources/rtf-meta.py", line 9, in <module>
main()
File "libprs500/ebooks/metadata/rtf.pyo", line 151, in main
File "libprs500/ebooks/metadata/rtf.pyo", line 102, in set_metadata
TypeError: object of type 'NoneType' has no len()

Last edited by KaiGoth; 08-05-2007 at 02:59 AM. Reason: formatting
KaiGoth is offline   Reply With Quote