Compiling Python3.1

"Martin v. Löwis" martin at v.loewis.de
Wed Jun 10 18:19:08 EDT 2009


Johannes Bauer wrote:
> Martin v. Löwis schrieb:
>>> What can I do about that?
>> Remove the non-ASCII characters from db.h.
> 
> Ehh...
> 
> $ find -type f | grep -i db.h
> ./Modules/unicodename_db.h
> ./Modules/unicodedata_db.h
> ./Objects/unicodetype_db.h
> 
> There's no db.h file in the Python-3.1rc1 distribution.

Correct. I was referring to the db.h from your operating system.
See line 728 of setup.py.

Regards,
Martin



More information about the Python-list mailing list