[issue21950] import sqlite3 not running after configure --prefix=/alt/path; make; make install

2018-07-23 Thread Berker Peksag


Berker Peksag  added the comment:

Closing this for now since we couldn't reproduce the problem and haven't heard 
back from the OP in a while.

--
resolution:  -> works for me
stage:  -> resolved
status: open -> closed
type:  -> behavior

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21950] import sqlite3 not running after configure --prefix=/alt/path; make; make install

2014-07-18 Thread Alejandro

Alejandro added the comment:

Here you have make_install.log

Thanks

--
Added file: http://bugs.python.org/file35989/make_install.log

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21950
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21950] import sqlite3 not running after configure --prefix=/alt/path; make; make install

2014-07-18 Thread R. David Murray

R. David Murray added the comment:

The install log shows the file being copied into place:

copying build/lib.linux-x86_64-3.4/_sqlite3.cpython-34m.so - 
/soft/pyt341/lib/python3.4/lib-dynload

This does not line up with the fact that you said the file did not exist after 
the install.  Something would have to be deleting the file after it got copied 
into place.  After you run make install, is there anything at all in 
lib-dynload?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21950
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21950] import sqlite3 not running after configure --prefix=/alt/path; make; make install

2014-07-18 Thread R. David Murray

R. David Murray added the comment:

configure with a prefix followed by make/make install works fine for me, by the 
way (on a Gentoo system).

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21950
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21950] import sqlite3 not running after configure --prefix=/alt/path; make; make install

2014-07-17 Thread R. David Murray

R. David Murray added the comment:

If the headers are missing, you will get a complaint at the end of the make 
process that it couldn't build the _sqlite module.  It should also have tried 
to import the sqlite3 module and complained if there was an error.  So, 
pre-install, everything looked fine to the build process.

Can you attach your 'make install' log?

(Berker: a key difference in your test is that OP specified an alternate 
--prefix)

--
nosy: +r.david.murray
resolution: works for me - 
status: closed - open
title: import sqlite3 not running - import sqlite3 not running after configure 
--prefix=/alt/path; make; make install

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21950
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com