Thread: web2lrf
View Single Post
Old 03-27-2008, 02:48 PM   #268
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,860
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@DD: I've narrowed it down to a problem migrating custom user profiles to recipes in the database. Can you post your library1.db file online somewhere I can access it to debug and PM me a link (if it's not too big). If it is too big run the following commands:

Code:
libprs500-debug
Now at the python prompt:

Code:
from libprs500.library.database import *
import os
db = LibraryDatabase('/path/to/your/library1.db')
f = open('scripts.txt', wb)
for title, scripts in db.get_feeds(): print >>f, script, '\n-----------\n'
Then attach the file scripts.txt here.
kovidgoyal is offline   Reply With Quote