On Sun, Mar 2, 2008 at 11:43 PM, Kattni <[EMAIL PROTECTED]> wrote: > > > On Mar 2, 7:39 am, Christopher Arndt <[EMAIL PROTECTED]> wrote: > > I can't b 100% sure, because I have only OSX 10.4, but normally you need > > only Python 2.4/2.5 (the latter is pre-installed on Leopard) and X Code. > > I was under the impression that I needed to download 2.5. Which I > did.
[...] > sql object - already given a solution for that)... Should I be trying > to wipe something and start over with clean successful installs > without the extra bits I don't need? > > I'm not even sure what I should be removing if so. Just wondering if > it will make everything more smooth in the long run if the extraneous > installs aren't present. I wouldn't wipe out everything. You as a coder will make your code lean or bloated. The performance in a web application that uses a database is most of the time tied to the SQL queries your application issues to the underlying database. I wouldn't bother removing SQLObject just for this. I would start playing with TurboGears and enjoy :-) Have fun and post about your experiences from time to time in this ML! Cheers, Florent. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

