Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 592626 - app-text/cherrytree require dev-lang/python[+sqlite]
Summary: app-text/cherrytree require dev-lang/python[+sqlite]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-31 19:45 UTC by Drew
Modified: 2016-09-17 15:12 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 Drew 2016-08-31 19:45:31 UTC
Without sqlite:
==============

~> eix -e python
[I] dev-lang/python
     Available versions:  
     (2.7)  2.7.10-r1 ~2.7.11-r2 ~2.7.12
     (3.3)  3.3.5-r3 ~3.3.5-r8(3.3/3.3m)
     (3.4)  3.4.3-r1 ~3.4.3-r7(3.4/3.4m) ~3.4.4(3.4/3.4m) ~3.4.5(3.4/3.4m)
     (3.5)  ~3.5.0-r2 ~3.5.1-r2(3.5/3.5m) ~3.5.1-r3(3.5/3.5m) ~3.5.2(3.5/3.5m)
       {-berkdb build doc examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml ELIBC="uclibc"}
     Installed versions:  2.7.10-r1(2.7)(04:56:13 PM 08/15/2016)(ncurses readline ssl threads wide-unicode xml -berkdb -build -doc -examples -gdbm -hardened -ipv6 -sqlite -tk -wininst ELIBC="-uclibc") 3.4.3-r1(3.4)(08:30:33 PM 05/26/2016)(ncurses readline ssl threads xml -build -examples -gdbm -hardened -ipv6 -sqlite -tk -wininst ELIBC="-uclibc")

~> cherrytree 
Traceback (most recent call last):
  File "/usr/bin/cherrytree", line 72, in <module>
    f_main(args)
  File "/usr/bin/cherrytree", line 49, in f_main
    import main
  File "/usr/share/cherrytree/modules/main.py", line 30, in <module>
    import cons, core
  File "/usr/share/cherrytree/modules/core.py", line 23, in <module>
    import sys, os, re, glob, subprocess, webbrowser, base64, cgi, urllib2, shutil, time, locale, pgsc_spellcheck
  File "/usr/share/cherrytree/modules/pgsc_spellcheck.py", line 39, in <module>
    from pgsc_locales import code_to_name as _code_to_name
  File "/usr/share/cherrytree/modules/pgsc_locales.py", line 32, in <module>
    import sqlite3
ImportError: No module named sqlite3


With sqlite:
===========

~> eix -e python
[I] dev-lang/python
     Available versions:  
     (2.7)  2.7.10-r1 ~2.7.11-r2 ~2.7.12
     (3.3)  3.3.5-r3 ~3.3.5-r8(3.3/3.3m)
     (3.4)  3.4.3-r1 ~3.4.3-r7(3.4/3.4m) ~3.4.4(3.4/3.4m) ~3.4.5(3.4/3.4m)
     (3.5)  ~3.5.0-r2 ~3.5.1-r2(3.5/3.5m) ~3.5.1-r3(3.5/3.5m) ~3.5.2(3.5/3.5m)
       {-berkdb build doc examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml ELIBC="uclibc"}
     Installed versions:  2.7.10-r1(2.7)(10:30:54 PM 08/31/2016)(ncurses readline sqlite ssl threads wide-unicode xml -berkdb -build -doc -examples -gdbm -hardened -ipv6 -tk -wininst ELIBC="-uclibc") 3.4.3-r1(3.4)(10:28:45 PM 08/31/2016)(ncurses readline sqlite ssl threads xml -build -examples -gdbm -hardened -ipv6 -tk -wininst ELIBC="-uclibc")

~> cherrytree 
sel node id=51, seq=12
sel node id=1, seq=15
Comment 1 Pacho Ramos gentoo-dev 2016-09-17 15:12:36 UTC
[master 1546020] app-text/cherrytree: python[sqlite] needed (#592626 by Drew)
 1 file changed, 1 insertion(+)