On 8/21/06, Lee McFadden <[EMAIL PROTECTED]> wrote: > > This is because the eggs are built against python 2.4. Things like > cElementTree need to be recompiled to work. On a *nix system this > isn't a big deal because the tools to compile software are readily > available.
yes indeed > > Having never compiled any python modules on windows before I can't > really help you much further, but I hope that I've at least pointed > you in the right direction. I have and it isn't pretty, and it's underdocumented too. I have never compile elementtree so I'm not sure about it, why don't you ask for binaries on their mailing list? on the other hand turbogears hasn't been test with 2.5 (as far as I know) and part of elementtree is going into the API http://www.python.org/dev/summary/2006-04-01_2006-04-15/#elementtree-naming we need to see which parts of elementtree TG uses and evaluate/do the 2.5 migration. > > Lee > > On 8/21/06, Luigi Pantano <[EMAIL PROTECTED]> wrote: > > > > Software: > > Windows XP sp2 > > Python 2.5.c1 > > Turbogears (any version) > > > > Problem: > > ... > > error: Setup script exited with error: Python was built with Visual Studio > > 2003; > > > > extensions must be built with a compiler than can generate compatible > > binaries. > > Visual Studio 2003 was not found on this system. If you have Cygwin > > installed, > > you can try compiling with MingW32, by passing "-c mingw32" to setup.py. > > ... > > > > If try to install on python 2.4, this error disappear. why? > > > > -- > > Luigi Pantano > > --------------------------------------------------------------------------- > > AICQ - Associazione Italiana Cultura Qualità : http://www.aicq.it/aicqsi.html > > AIN - Associazione Informatici Nisseni: http://www.informaticinisseni.org/ > > b0rnfr33th1nk3r - sito personale: http://b0rnfr33th1nk3r.objectis.net/ > > Clug: http://caltanissetta.linux.it > > IPUG - Italian Python User Group: http://www.italianpug.org > > Misado's (C) LAB: http://misadoslab.trouge.net/ > > Python Tips & Tricks: http://py-tips-tricks.python-hosting.com/ > > --------------------------------------------------------------------------- > > Ubuntu User number is # 179 > > --------------------------------------------------------------------------- > > > > > > > > > > -- > Lee McFadden > > blog: http://www.splee.co.uk > work: http://fireflisystems.com > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

