On 15/06/17 14:45, Larry Martell wrote:
> I am trying to use sqlite
>
> $ python2.7
> Python 2.7.10 (default, Feb 22 2016, 12:13:36)
> [GCC 4.4.7 20120313 (Red Hat 4.4.7-16)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
import _sqlite3
> Traceback (most r
On Thu, Jun 15, 2017 at 1:44 PM, Kushal Kumaran wrote:
> Your python was built without sqlite3 support. If your yum repo
> provider is unable to rebuild with sqlite3, you can do so yourself.
> Make sure the sqlite-devel package is installed so your python build
> will use it.
Decided to do this
Larry Martell writes:
> On Thu, Jun 15, 2017 at 12:20 PM, Kushal Kumaran wrote:
>> Larry Martell writes:
>>
>>> On Thu, Jun 15, 2017 at 10:35 AM, Peter Otten <__pete...@web.de> wrote:
Larry Martell wrote:
>> On linux the system sqlite3 is used.
>
> I tried building and ins
On Thu, Jun 15, 2017 at 12:20 PM, Kushal Kumaran wrote:
> Larry Martell writes:
>
>> On Thu, Jun 15, 2017 at 10:35 AM, Peter Otten <__pete...@web.de> wrote:
>>> Larry Martell wrote:
>>>
> On linux the system sqlite3 is used.
I tried building and installing sqlite from source and tha
Larry Martell writes:
> On Thu, Jun 15, 2017 at 10:35 AM, Peter Otten <__pete...@web.de> wrote:
>> Larry Martell wrote:
>>
On linux the system sqlite3 is used.
>>>
>>> I tried building and installing sqlite from source and that did not
>>> solve the problem.
>>
>> You misunderstood: the prob
Larry Martell wrote:
> Sorry I mistyped - it wasn't pip it was yum.
OK, I'm out then. Looks like what works for Debian derivatives is not easily
transferable to Redhead...
--
https://mail.python.org/mailman/listinfo/python-list
On Thu, Jun 15, 2017 at 10:35 AM, Peter Otten <__pete...@web.de> wrote:
> Larry Martell wrote:
>
>>> On linux the system sqlite3 is used.
>>
>> I tried building and installing sqlite from source and that did not
>> solve the problem.
>
> You misunderstood: the problem is not sqlite3 it's that pytho
Larry Martell wrote:
>> On linux the system sqlite3 is used.
>
> I tried building and installing sqlite from source and that did not
> solve the problem.
You misunderstood: the problem is not sqlite3 it's that python needs
sqlite3's header files.
>> Is that a Python version that you compiled y
On Thu, Jun 15, 2017 at 9:55 AM, Peter Otten <__pete...@web.de> wrote:
> Larry Martell wrote:
>
>> On Thu, Jun 15, 2017 at 8:56 AM, Mark Summerfield via Python-list
>> wrote:
>>> On Thursday, June 15, 2017 at 1:47:00 PM UTC+1, larry@gmail.com
>>> wrote:
I am trying to use sqlite
Larry Martell wrote:
> On Thu, Jun 15, 2017 at 8:56 AM, Mark Summerfield via Python-list
> wrote:
>> On Thursday, June 15, 2017 at 1:47:00 PM UTC+1, larry@gmail.com
>> wrote:
>>> I am trying to use sqlite
>>>
>>> $ python2.7
>>> Python 2.7.10 (default, Feb 22 2016, 12:13:36)
>>> [GCC 4.4.7 20
On Thu, Jun 15, 2017 at 8:56 AM, Mark Summerfield via Python-list
wrote:
> On Thursday, June 15, 2017 at 1:47:00 PM UTC+1, larry@gmail.com wrote:
>> I am trying to use sqlite
>>
>> $ python2.7
>> Python 2.7.10 (default, Feb 22 2016, 12:13:36)
>> [GCC 4.4.7 20120313 (Red Hat 4.4.7-16)] on linux
On Thursday, June 15, 2017 at 1:47:00 PM UTC+1, larry@gmail.com wrote:
> I am trying to use sqlite
>
> $ python2.7
> Python 2.7.10 (default, Feb 22 2016, 12:13:36)
> [GCC 4.4.7 20120313 (Red Hat 4.4.7-16)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>>
I am trying to use sqlite
$ python2.7
Python 2.7.10 (default, Feb 22 2016, 12:13:36)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-16)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import _sqlite3
Traceback (most recent call last):
File "", line 1, in
ImportError: N
13 matches
Mail list logo