Op 01-09-11 13:34, Guruprasad schreef:
Hi,

On Thu, Sep 1, 2011 at 3:54 PM, Reinout van Rees<[email protected]>  wrote:
On 01-09-11 07:29, Guruprasad wrote:
You should not need to have that "develop = src/wsb" line! When you enable a
source with mr.developer, it gets installed as a development egg
automatically.

So: you're doing things double, which *might* be the cause of the problems
you see.

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.

--
Maurits van Rees
Web App Programmer at Zest Software: http://zestsoftware.nl
Personal website: http://maurits.vanrees.org/

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to