[issue1917] init_types() in Parser/asdl_c.py conflicts with init_types() in Modules/_typesmodule.c

2008-01-23 Thread Graeme Smecher
New submission from Graeme Smecher: On a BFLT (microblaze-uclinux) build of vanilla Python 2.5.1, "startup -v" produces the following: # python -v Could not find platform dependent libraries Consider setting $PYTHONHOME to [:] # installing zipimport hook import

[issue1917] init_types() in Parser/asdl_c.py conflicts with init_types() in Modules/_typesmodule.c

2008-01-23 Thread Graeme Smecher
Graeme Smecher added the comment: Hm, sorry for the static -- you're absolutely correct, this has to be a compiler/linker/elf2flt bug. I'll patch my build instead of whining here. Thanks -- Feel free to close the report. __ Tracker <[EMAIL PROT

[issue1917] init_types() in Parser/asdl_c.py conflicts with init_types() in Modules/_typesmodule.c

2008-01-23 Thread Graeme Smecher
Graeme Smecher added the comment: Hi Guido, Yup! From the tarball (Python-2.5.1.tgz), the actual comment (in Modules/config.c.in) reads: /* This lives in Python/_types.c */ {"_types", init_types}, ...which is different from the snippet I posted here (I hand-r