Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
On 11/16/20 12:43 AM, Dale wrote: n952162 wrote: On 11/16/20 12:00 AM, n952162 wrote: I'm trying to convert python2 scripts to python3.  A script which works under python2 gives me this under python3: ModuleNotFoundError: No module named 'sqlite3' Any ideas? Just by way of comparison:

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread Dale
n952162 wrote: > On 11/16/20 12:00 AM, n952162 wrote: >> >> I'm trying to convert python2 scripts to python3.  A script which >> works under python2 gives me this under python3: >> >> ModuleNotFoundError: No module named 'sqlite3' >> >> Any ideas? >> > Just by way of comparison: > > > $ python

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
On 11/16/20 12:29 AM, n952162 wrote: On 11/16/20 12:26 AM, cal wrote: On 11/15/20 3:20 PM, n952162 wrote: On 11/16/20 12:17 AM, cal wrote: On 11/15/20 3:10 PM, n952162 wrote: On 11/16/20 12:06 AM, Manuel McLure wrote: On Sun, Nov 15, 2020 at 2:59 PM n952162 mailto:n952...@web.de>> wrote:

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
On 11/16/20 12:26 AM, cal wrote: On 11/15/20 3:20 PM, n952162 wrote: On 11/16/20 12:17 AM, cal wrote: On 11/15/20 3:10 PM, n952162 wrote: On 11/16/20 12:06 AM, Manuel McLure wrote: On Sun, Nov 15, 2020 at 2:59 PM n952162 mailto:n952...@web.de>> wrote:     I'm trying to convert python2

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread cal
On 11/15/20 3:20 PM, n952162 wrote: On 11/16/20 12:17 AM, cal wrote: On 11/15/20 3:10 PM, n952162 wrote: On 11/16/20 12:06 AM, Manuel McLure wrote: On Sun, Nov 15, 2020 at 2:59 PM n952162 mailto:n952...@web.de>> wrote:     I'm trying to convert python2 scripts to python3.  A script which   

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
On 11/16/20 12:17 AM, cal wrote: On 11/15/20 3:10 PM, n952162 wrote: On 11/16/20 12:06 AM, Manuel McLure wrote: On Sun, Nov 15, 2020 at 2:59 PM n952162 mailto:n952...@web.de>> wrote:     I'm trying to convert python2 scripts to python3.  A script which     works under python2 gives me this

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
On 11/16/20 12:17 AM, cal wrote: On 11/15/20 3:10 PM, n952162 wrote: On 11/16/20 12:06 AM, Manuel McLure wrote: On Sun, Nov 15, 2020 at 2:59 PM n952162 mailto:n952...@web.de>> wrote:     I'm trying to convert python2 scripts to python3.  A script which     works under python2 gives me this

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
On 11/16/20 12:00 AM, n952162 wrote: I'm trying to convert python2 scripts to python3.  A script which works under python2 gives me this under python3: ModuleNotFoundError: No module named 'sqlite3' Any ideas? Just by way of comparison: $ python -m pdb ~/p/it/bookmarks/brep -A add-on

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread cal
On 11/15/20 3:10 PM, n952162 wrote: On 11/16/20 12:06 AM, Manuel McLure wrote: On Sun, Nov 15, 2020 at 2:59 PM n952162 mailto:n952...@web.de>> wrote:     I'm trying to convert python2 scripts to python3.  A script which     works under python2 gives me this under python3:    

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
On 11/16/20 12:06 AM, Manuel McLure wrote: On Sun, Nov 15, 2020 at 2:59 PM n952162 mailto:n952...@web.de>> wrote: I'm trying to convert python2 scripts to python3.  A script which works under python2 gives me this under python3: ModuleNotFoundError: No module named 'sqlite3'

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread Manuel McLure
On Sun, Nov 15, 2020 at 2:59 PM n952162 wrote: > I'm trying to convert python2 scripts to python3. A script which works > under python2 gives me this under python3: > > ModuleNotFoundError: No module named 'sqlite3' > > Any ideas? > You might need to add "sqlite" to the USE flags for

Re: [gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
BTW, from "equery uses":  + + sqlite    : Add support for sqlite - embedded sql database On 11/16/20 12:00 AM, n952162 wrote: I'm trying to convert python2 scripts to python3.  A script which works under python2 gives me this under python3: ModuleNotFoundError: No module named 'sqlite3'

[gentoo-user] sqlite3 not available in python3?

2020-11-15 Thread n952162
I'm trying to convert python2 scripts to python3.  A script which works under python2 gives me this under python3: ModuleNotFoundError: No module named 'sqlite3' Any ideas?