On 10/17/05, william <[EMAIL PROTECTED]> wrote: > > Indeed, it's written in the "news page" > (http://www.sqlobject.org/News.html). > > I'm totally new to the "egg" principle ... > Any ideas how to install this new SQLObject inside TurboGears ? > Just like any other python program ?
Luckily, SQLObject is already set up to install as an egg. TurboGears currently looks for SQLObject >= 0.7, so you should be able to check out the SQLObject trunk and install it. SQLObject 0.8 is new and under development, though. Given that 0.7 was just released, it will likely be some time before 0.8 is released and there are potentially major changes that will happen between now and then. You'd need to decide which is more important: automatic SQL schema creation or the use of stable code. By the way, it's worth noting that you can get the SQL statements and then modify them to suit by typing "tg-admin sql sql" Kevin

