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
Hello group,
I just wanted to switch from Py3.0 to Py3.1. No luck here:
[...]
ar rc libpython3.1.a Python/_warnings.o Python/Python-ast.o
Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o
Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o
Python/frozenmain.o Python/futu