Comment 3 for bug 1048963

Revision history for this message
Luc Saffre (luc-saffre) wrote : Re: [Bug 1048963] Re: Appy has no setup.py

I guess you mean:

ln -s /where/you/have/copied/appy /usr/lib/pythonX.X/dist-packages

But unfortunately that doesn't work either.

Beautiful and minimalistic, but not easy to install! This problem makes
it impossible for me to run my test suites on a development version of Appy.

Luc

On 23/06/14 16:41, Gaëtan Delannay wrote:
> Am I going to add a silly overstructure to my beautiful and minimalistic
> code because of the distutils implementors's choices?
>
> No :)
>
> In my automated publishing process (appy/bin/publish.py) I produce such
> a "distutilized" package to publish it on Pypi, for sure. But not in my
> code sorry.
>
> ln -s /usr/lib/pythonX.X/dist-packages/appy /where/you/have/copied/appy
>