https://bugs.gpodder.org/show_bug.cgi?id=1005

           Summary: pysqlite usage failure
           Product: gPodder
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: medium
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


It is impossible to launch gpodder with python[-sqlite]+pysqlite setup.

Traceback (most recent call last):
  File "/usr/bin/gpodder-2.6", line 179, in <module>
    from gpodder import gui
  File "/usr/lib64/python2.6/site-packages/gpodder/gui.py", line 72, in
<module>
    from gpodder import my
  File "/usr/lib64/python2.6/site-packages/gpodder/my.py", line 40, in <module>
    from gpodder import minidb
  File "/usr/lib64/python2.6/site-packages/gpodder/minidb.py", line 31, in
<module>
    import sqlite3.dbapi2 as sqlite
ImportError: No module named sqlite3.dbapi2

README says about optional pysqlite.
While keeping additional dep could help some rare cases, maybe it is good point
to completly drop pysqlite (now it is only in dbsqlite.py) and only use
internal one?

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to