On Fri, May 1, 2009 at 6:58 PM, Patrick J McNerthney <[email protected]> wrote: > My apologies if this is a newbie setuptools issue, but when I try to build a > freshly cloned version of the Git repository, I get the following: > > $ python setup.py build > running build > running build_py > file fabric.py (for module fabric) not found > file fabric.py (for module fabric) not found > $ > > Am I doing something obviously wrong?
I'm not sure; I've never done setup.py build, only setup.py install or setup.py develop. The setup.py almost definitely needs a bit more love, though. Are you in a situation where you can do either 'develop' or 'install' for the time being? -Jeff _______________________________________________ Fab-user mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/fab-user
