Le Mardi 21 Février 2006 21:07, sergio a écrit : > i have a machine that i need to run turbogears on .. > > this is the machine we will be using for the final location of the > site.. > > my problem is that the python on that machine (rh9) is 2.2.. > > i have tried to do a yum upgrade.. but i am having no luck.. > > i am kinda leery of upgrading without using yum, but i am sure there > has got to be a painless way to do this.. > > does anyone have any ideas?
Hi, You should not upgrade rh9 system python as it is used by yum for example. You should better install a brand new python somewhere else and use this one with turbogears. Just download python tarball at python.org, and then use ./configure --prefix=/some/path/you/can/reach make make install then you could invoke /some/path/you/can/reach/bin/python in order to install turbogears. Regards, Laurent. > > > ___ > peace, > sergio > photographer, journalist, visionary > www.coffee-black.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 -~----------~----~----~----~------~----~------~--~---

