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? Something like:
setup(name='aimspy',
...
requires = { 'jpype': '*'},
)
Thanks
--
http://mail.python.org/mailman/listinfo/python-list
