[Python-Dev] VERSION in getpath.c (original) (raw)
Chris Johns cjohns@cybertec.com.au
Sun, 09 Mar 2003 16:17:23 +1100
- Previous message: [Python-Dev] Re: acceptability of asm in python code?
- Next message: [Python-Dev] VERSION in getpath.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
First, I am new to Python so I hope this is the correct place to post this type of question.
I am playing with embedding Python 2.3a and I am tring to get importing to work. I have noticed the following in module_search_path :
/tftpboot/lib/python21.zip /python/lib/python2.1/lib-dynload
The 2.1 comes from the VERSION label at the start of getpath.c. Should this be PACKAGE_VERSION ?
Regards
-- Chris Johns, cjohns at cybertec.com.au
- Previous message: [Python-Dev] Re: acceptability of asm in python code?
- Next message: [Python-Dev] VERSION in getpath.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]