[Pythonmac-SIG] modules

Rob Managan managan@llnl.gov
Wed, 30 Jan 2002 11:08:06 -0800


I have been out of touch with Python changes since about 1.5.

Where is the best place and way to build modules I am going to write 
for my own use?

Should I learn to use distutils or just dive back into doing it 
directly with Codewarrior?

Historically I did all this in the Extensions folder and just added 
what I needed to PYTHON_PATH. My first thought is that this would be 
good for the development cycle.