Ned Deily added the comment:

Have you reported this problem to the author of apsw?  It seems like figuring 
out why apsw is apparently creating an incorrect setup.py configuration should 
be a first step before suggesting a change to Distutils.  You might want to 
supply the values from your system for:

icu-config --cppflags
icu-config --ldflags

FWIW, with a current Debian testing, I get the following failure with either 
Python 3.4 or 2.7:

running build_ext
SQLite: Using amalgamation /tmp/e/apsw-3.8.7.1-r1/sqlite3/sqlite3.c
### icu-config: Can't find /usr/lib/i386-linux-gnu/libicuuc.so - ICU prefix is 
wrong.
###      Try the --prefix= option
###      or --detect-prefix
###      (If you want to disable this check, use  the --noverify option)
### icu-config: Exitting.
### icu-config: Can't find /usr/lib/i386-linux-gnu/libicuuc.so - ICU prefix is 
wrong.
###      Try the --prefix= option
###      or --detect-prefix
###      (If you want to disable this check, use  the --noverify option)
### icu-config: Exitting.
ICU: Unable to determine includes/libraries for ICU using icu-config
ICU: You will need to manually edit setup.py or setup.cfg to set them

So there may be issues with icu-config on Debian.  (Also, Python 3.3 is now in 
security-fix only mode.)

----------
nosy: +ned.deily
versions:  -Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22846>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to