I would also like to add a caution about development machines running Visual Studio. I was a Visual Studio user for many years, and I always found that having that environment installed on my normal desktop eventually led to problems. I was always rebuilding that box until finally I stopped using Visual Studio. If you are going to run VS, I recommend keeping it on a separate machine dedicated only to VS projects. Just my two cents.
On the other hand, I have never had a problem mixing Python development environments on my normal desktop. Thinking that I may have messed up my Python 2.5 install by running easy_install pysqlite for the Wiki-20 tutorial on win32, I uninstalled Python and deleted the directories. I reinstalled Python 2.5 with it's native sqlite, reinstalled TG, ran easy_install docutils, and my 20 minute wiki site runs just fine. So, from my perspective TG is not hard to get working right out of the box on either win32 or linux. Mike -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of iain duncan Sent: Saturday, June 09, 2007 4:20 AM To: [email protected] Subject: [TurboGears] Re: TG + Python2.4.4 + sqlite3 On Fri, 2007-08-06 at 06:40 -0700, TGTry wrote: > I will try the Python 2.5 TG version. But I bet after adding some > extra components it will not be long before I run into a "works > only with Python 2.4+" warning. Additionally, I was going to develop > on Windows but use Linux for production. Anyone using 2.5 for both? I know this is not the answer you're looking for, but I gotta say, life gets a heck of a lot easier when you develop on the same platform you'll be deploying on. Considering how cheap machines are now, I'd recommend running an Ubuntu for your gears development. I run one Ubuntu for my main dev plus a windows and osx for testing and media, and it makes everything much simpler. Iain --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

