pythonxy.lib and pythonwin?
Fredrik Lundh
fredrik at pythonware.com
Sun Dec 15 12:26:56 EST 2002
"Lance" <lbrannma at cablespeed.com> wrote:
> Ok.. thanks.. I was being too literal, thinking it should be
> pythonxy.lib
the chapter 4 intro says:
Note: This chapter mentions a number of filenames that include
an encoded Python version number. These filenames are represented
with the version number shown as "XY"; in practive, "X" will be the
major version number and "Y" will be the minor version number of
the Python release you're working with. For example, if you are
using Python 2.2.1, "XY" will actually be "22"
and before that, it says:
Module authors are encouraged to use the distutils approach for
building extension modules, instead of the one described in this
section.
you can get more info on distutils here:
http://www.python.org/doc/current/dist/dist.html
</F>
More information about the Python-list
mailing list