I rebuilt pyepg, then found out that the epg_schema.sql is not automatically included in the build. I'm putting additional install commands in my SPEC file to add the SQL script. I wonder if the python setup script can do that automatically?
The database is created automaticly on startup so its not really needed in the setup.
There's also a typo in db_sqlite.py line 59. it should be:
os.system('rm %s' % dbpath) [was 'dbath']
Oops, I'll fix that, thanks.
Your fix basically works. Here's the log:
[EMAIL PROTECTED] noarch]# freevo EPG database is zero size (invalid), removing it ERROR db_sqlite(58): EPG database is zero size (invalid), removing it EPG database missing, creating it: /usr/bin/sqlite WARNING db_sqlite(77): EPG database missing, creating it: /usr/bin/sqlite [EMAIL PROTECTED] noarch]#
Strange, you have duplicate log messages. Are all your Freevo messages like that?
-Rob
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
