#2176: reorganize and clarify the dependencies of turbogears2, tg.devtools and
quickstarted projects
--------------------------+-------------------------------------------------
Reporter: jorge.vargas | Owner: jorge.vargas
Type: task | Status: new
Priority: normal | Milestone: 2.0
Component: TurboGears | Version: trunk
Severity: normal | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Comment (by jorge.vargas):
All test done in a newly installed ubuntu 8.10 virtual machine.
to get the source versions.
{{{
apt-get install mercurial
apt-get install subversion
}}}
= Pylons =
{{{
$ hg clone http://bitbucket.org/bbangert/pylons/
$ hg up -r 1722 #rc4
}}}
removed every dep from setup.py ran the following until it passed.
{{{
$ python -c 'import pylons'
}}}
= Conclusion =
simplejson - needs compiler
pylons core dependencies:
- Paste, PasteScript, PasteDeploy
- WebOb
- FormEncode
- Routes
- simplejson
- Tempita
- Webhelpers
- decorator
pylons runtime dependencies (used by pylons projects, instead of pylons
itself):
- Beaker
- Mako
- WebError
pylons testing dependencies:
- nose
- webtest
--
Ticket URL: <http://trac.turbogears.org/ticket/2176#comment:1>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---