[issue32120] python 3.6.0 is not importing sqlite3

2017-11-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This issue already has been fixed. Try Python 3.6.3. -- nosy: +serhiy.storchaka status: open -> closed ___ Python tracker

[issue32120] python 3.6.0 is not importing sqlite3

2017-11-28 Thread Abinaya
Abinaya added the comment: *** WARNING: renaming "_sqlite3" since importing it failed: build/lib.linux-x86_64-3.6/_sqlite3.cpython-36m-x86_64-linux-gnu.so: undefined symbol: sqlite3_stmt_readonly Python build finished successfully! The necessary bits to build

[issue32120] python 3.6.0 is not importing sqlite3

2017-11-27 Thread Abinaya
Abinaya added the comment: Sorry to re-open. Please anyone let me know why python 3.6.0 not supporting sqlite3. our customers request to give the clarification. i have tried a lot and spend more time on this but i couldn't get the exact reason. --

[issue32120] python 3.6.0 is not importing sqlite3

2017-11-24 Thread Abinaya
Abinaya added the comment: Is there any bug in python_v360. Please let me know why its not supporting sqlite3. Python-3.6.3 seems to working but It would be better if you give some clarification about python3.6.0. --

[issue32120] python 3.6.0 is not importing sqlite3

2017-11-23 Thread Berker Peksag
Berker Peksag added the comment: pysqlite2 only works in Python 2: https://github.com/ghaering/pysqlite/blob/e728ffbcaeb7bfae1d6b7165369bd0ae16cabf95/setup.py#L25-L28 You don't need to install pysqlite2 in Python 3. The latest release of Python 3.6 (which is 3.6.3,

[issue32120] python 3.6.0 is not importing sqlite3

2017-11-23 Thread Abinaya
Abinaya added the comment: Thanks for the help. If we import pysqlite2 I could see the error that pysqlite2 module not found. Please let us know is there anyway to get pysqlite2 in python_v363. -- ___ Python tracker

[issue32120] python 3.6.0 is not importing sqlite3

2017-11-23 Thread Berker Peksag
Berker Peksag added the comment: > Could you please let me know if we build latest python_v363 then sqlite > will be work right. It should build fine with Python 3.6.3. Let us know if you can't get it working. -- ___ Python

[issue32120] python 3.6.0 is not importing sqlite3

2017-11-23 Thread Abinaya
Abinaya added the comment: Thanks for the update. Could you please let me know if we build latest python_v363 then sqlite will be work right. -- ___ Python tracker

[issue32120] python 3.6.0 is not importing sqlite3

2017-11-23 Thread Berker Peksag
Berker Peksag added the comment: 3.6.0 was required sqlite 3.7.4 but the requirement was lifted in Python 3.6.1. 3.6.3 is the latest release of Python 3.6. Please try Python 3.6.3. Also, this is a duplicate of issue 29098. -- components: +Extension Modules

[issue32120] python 3.6.0 is not importing sqlite3

2017-11-23 Thread Abinaya
New submission from Abinaya : Hi, We have installed python-3.6.0 on our RedHat 6 machine. when we are trying to import sqlite module in python_v36 we could see below issue, [root@euca-10-254-72-197 rpmbuild]$ python Python 3.6.0 (default, Nov 23 2017, 12:46:54)