undrwater wrote: > > > Valery Febvre wrote: >> Hi, >> >> After 6 months of inactivity, here is a new release of Podboy. >> >> >> > Screenies look great. Here's what I'm getting: > > $ podboy > Traceback (most recent call last): > File "/usr/bin/podboy", line 24, in <module> > from podboy import main > File "/usr/lib/python2.6/site-packages/podboy/__init__.py", line 1, in > <module> > from podboy import * > File "/usr/lib/python2.6/site-packages/podboy/podboy.py", line 30, in > <module> > from gui import * > File "/usr/lib/python2.6/site-packages/podboy/gui.py", line 27, in > <module> > from database import db > File "/usr/lib/python2.6/site-packages/podboy/database.py", line 151, in > <module> > db = PodboyDB() > File "/usr/lib/python2.6/site-packages/podboy/database.py", line 38, in > __init__ > self.cnx = sqlite3.connect(db_path) > sqlite3.OperationalError: unable to open database file > > sqlite is installed. Maybe a configuration thing? >
During first run, the configuration folder (~/.config/podboy) was not created. Sorry for the inconvenience. A new package is available: Package: http://podboy.googlecode.com/files/podboy_1.0.1-r0_all.ipk -- Valéry Febvre Valos _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
