Alberto Valverde schrieb:
One thing I had to comment in many of those patches is the preferred way of diffing, which is:

I would add the following steps

0) (first-time only)
 - Get workingenv.py [1] and create a new environment:
   workingenv.py <env>
 - source <env>/bin/activate
 - tgsetup.py (if this fails try this alternative approach [2])
 - easy_install {nose,pysqlite,SQLObject,SQLAlchemy}

1) Checkout the 1.0 branch and "python setup.py develop" it.
[...]

Using workingenv.py assures that you won't mess up your default TG setup on
your development machine when you do step 1).

Chris

[1] http://cheeseshop.python.org/pypi/workingenv.py
[2] http://smurl.name/92mc

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to