sudo apt-get install python-all-dev

That gets you all you 2.5 & 2.6 with Python development packages.

I'd then check out virtualenv:

sudo apt-get install python-virtualenv

or  use easy_install if you want to keep up with the latest:

sudo easy_install -U virtualenv
which should put it in /usr/local/lib/python2.6/dist-packages/

On Aug 19, 2:41 am, Adrian von Bidder <[email protected]> wrote:
> (I have no idea if tg2 works or doesn't with py2.6.  Why not try it until
> you run into problems?  Setting up a new virtualenv with 2.5 and moving your
> code is trivial enough, not?
>
> On Wednesday 19 August 2009 05.01:33 dudeDad wrote:
>
> > Setting up the virtual environment with --python=python2.5 causes the
> > TurboGear2 install script to fail when it tries to  install zope with
> > the following message:
> > Setup script exited with error: command 'gcc' failed with exit status
> > 1
>
> Have you installed python2.5-dev alongside python2.5?
>
> cheers
> -- vbi
>
> --
> featured link:http://www.pool.ntp.org
>
>  signature.asc
> < 1KViewDownload
--~--~---------~--~----~------------~-------~--~----~
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