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
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
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