On Wed, Jun 10, 2009 at 10:33 PM, 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
>
OT:
find -type f -iname "db.h"
--
http://mail.python.org/mailman/listinfo/python-li
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-
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. The ones above
conta
> What can I do about that?
Remove the non-ASCII characters from db.h.
Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list