Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 541560 - =dev-util/eric-4.5.25: No module named sqlite3
Summary: =dev-util/eric-4.5.25: No module named sqlite3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Davide Pesavento
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 523300
  Show dependency tree
 
Reported: 2015-02-27 20:05 UTC by Chema Alonso Josa (RETIRED)
Modified: 2015-02-28 01:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chema Alonso Josa (RETIRED) gentoo-dev 2015-02-27 20:05:46 UTC
When I launch eric4 I get the following error. I think some deps are missing.

An unhandled exception occurred. Please report the problem
using the error reporting dialog or via email to <eric4-bugs@eric-ide.python-projects.org>.
A log has been written to "/home/test/.eric4/eric4_error.log".

Error information:
--------------------------------------------------------------------------------
2015-02-27, 19:45:57
--------------------------------------------------------------------------------
<type 'exceptions.ImportError'>: 
No module named sqlite3
--------------------------------------------------------------------------------
  File "/usr/lib64/python2.7/site-packages/eric4/eric4.py", line 295, in <module>
    main()
  File "/usr/lib64/python2.7/site-packages/eric4/eric4.py", line 272, in main
    from UI.UserInterface import UserInterface
  File "/usr/lib64/python2.7/site-packages/eric4/UI/UserInterface.py", line 43, in <module>
    from Helpviewer.HelpWindow import HelpWindow
  File "/usr/lib64/python2.7/site-packages/eric4/Helpviewer/HelpWindow.py", line 29, in <module>
    from QtHelpFiltersDialog import QtHelpFiltersDialog
  File "/usr/lib64/python2.7/site-packages/eric4/Helpviewer/QtHelpFiltersDialog.py", line 10, in <module>
    import sqlite3

--------------------------------------------------------------------------------
Version Numbers:
  Python 2.7.9
  KDE 4.14.3
  PyKDE 4.0.2
  Qt 4.8.5
  PyQt4 4.11.1
  sip 4.16.2
  QScintilla 2.8.4
  eric4 4.5.25 (r4575)

Platform: linux2
2.7.9 (default, Jan 19 2015, 21:08:04) 
[GCC 4.8.3]
--------------------------------------------------------------------------------
Distribution Info:
  /etc/os-release
  NAME=Gentoo
  ID=gentoo
  PRETTY_NAME="Gentoo/Linux"
  ANSI_COLOR="1;32"
  HOME_URL="http://www.gentoo.org/"
  SUPPORT_URL="http://www.gentoo.org/main/en/support.xml"
  BUG_REPORT_URL="https://bugs.gentoo.org/"

  /etc/gentoo-release
  Gentoo Base System release 2.2
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2015-02-28 01:49:59 UTC
Fixed in -r1, thanks for reporting.