NameError on "buffer"?
Bill Janssen
janssen at parc.xerox.com
Wed Jul 28 18:53:29 EDT 1999
More information about the Python-list mailing list
Wed Jul 28 18:53:29 EDT 1999
- Previous message (by thread): NameError on "buffer"?
- Next message (by thread): INT16 on a cray t3e
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The problem seems to have been that I was using the Python libraries from 1.5, but the bin directory for Python 1.5.2 was on my PATH environment variable. Wild! This seems to be an (unintended) consequence of the code in Modules/getpath.c. So the rule is, implement Py_SetProgramName when embedding Python. Bill
- Previous message (by thread): NameError on "buffer"?
- Next message (by thread): INT16 on a cray t3e
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list