Hi, On Sat, Sep 3, 2011 at 8:22 AM, Maurits van Rees <[email protected]> wrote: > Op 01-09-11 13:34, Guruprasad schreef: >> Even after removing the duplication, it doesn't work :-( > > Your setup.py says: > from distutils.core import setup > > I wonder if it would work if instead you say: > > from setuptools import setup > > And possibly add 'setuptools' in the install_requires in your setup.py. > > Just guessing; I might be totally wrong.
Let me try that and get back. :-) Thanks & Regards, Guruprasad _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
