Python 2.1 and Unicode

Alex Martelli aleaxit at yahoo.com
Wed Jan 31 17:40:40 EST 2001


"Dale Strickland-Clark" <dale at out-think.NOSPAMco.uk> wrote in message
news:ivig7t0dvpblnqlqa348jop70dbtmd2hjo at 4ax.com...
    [snip]
> Thanks, again, Alex.

You're welcome!

> I'm not familiar with the site configuration stuff. Could I also use this
> for identifying our own module library?
>
> Where's it documented?

http://www.python.org/doc/current/lib/module-site.html and environs.

Basically, strategically placing .pth files will help you "identify your
module libraries" etc.  Then, sitecustomize.py, if it exists, lets you do
any last-minute site-specific tweaks -- it's imported first.


Alex








More information about the Python-list mailing list