jimburton schrieb: > Hi, I'm using python 2.3.5 and want to use distutils to distribute a > module that depends on another - is there any way to specify that? Use setuptools. It can do such a thing. Diez