fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] Fabric 0.9 alpha 1


From: Patrick J McNerthney
Subject: Re: [Fab-user] Fabric 0.9 alpha 1
Date: Fri, 01 May 2009 23:08:16 -0400
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

A little follow up to myself here. I got everything to work as expected by replacing the following line in setup.py:

   py_modules=['fabric'],

with:

   packages=find_packages(),

I also had to add in the importing of the find_packages function.

Pat


Patrick J McNerthney wrote:

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
Thanks for the response. 'develop' does seem to at least let me try things out for now.

Pat McNerthney
ClearPoint Metrics, Inc.


_______________________________________________
Fab-user mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/fab-user





reply via email to

[Prev in Thread] Current Thread [Next in Thread]