easy_install -U ....
paster quickstart     xxx    to create a new project
cd xxx
paster setup-app development.ini

error show need zope.alchemy
easy_install zope.alchemy
error show need babel
easy_install babel
error show need catwalk
easy_install catwalk

then no error run  paster setup-app development.ini


On Jun 21, 12:41 am, Jorge Vargas <[email protected]> wrote:
> 2009/6/20 biomatrix2008 <[email protected]>:
>
> > This one is better.
>
> > On windows vista,  zope.alchemy,babel,catwalk were needed to be
> > installed manually.
>
> did you ran python setup.py develop on your project? Those
> dependencies are totally optional and only part of your project.
>
>
>
>
>
> > On 6月20日, 下午12时20分, Mark Ramm <[email protected]> wrote:
> >> This is a pure bugfix release. We fixed a major issue with allow_only
> >> security restrictions not working on crud controllers (and subclasses). If
> >> you use the CrudRestController or the CrudController you will want to
> >> upgrade immediately.
>
> >> Other fixes worth mentioning:
>
> >>    - content_type support improved (now it's not ugly)
> >>    - Jinja2 support is fixed
> >>    - ToscaWidgets? <http://trac.turbogears.org/wiki/ToscaWidgets> now can 
> >> be
> >>    removed when use_toscawidgets is set to false
> >>    - i18n logging now set to a sane default
> >>    - and other minor fixed as explained in wiki/changelog
>
> >> 2.0.2 is expected to follow this release fairly quickly with a fix for
> >> custom routes and the __before__ method of DecoratedController not working
> >> because it has no decoration attribute.  2.0.2 will be the last release
> >> coming out of svn, all future releases will happen out of a soon to be
> >> created 2.0 branch at hg.turbogears.org.
>
> >> --
> >> Mark Ramm-Christensen
> >> email: mark at compoundthinking dot com
> >> blog:www.compoundthinking.com/blog
--~--~---------~--~----~------------~-------~--~----~
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