It sounds like a path issue. Run sudo python setup.py develop again and scroll through the output. It will tell you where it's putting the tg-admin for version 0.9adev-rxxx.
You should be able to mv /usr/local/bin/tg-admin /usr/local/bin/tg-admin-old and, assuming the 0.9 tg-admin has been installed somewhere on your path, it will switch to the newer one. Lee On 19/11/05, Ksenia Marasanova <[EMAIL PROTECTED]> wrote: > > Hi, > > First I've installed the official release of TurboGears (0.8x), and > after that upgraded it to svn version. So far everything works, > including TurboTunes tutorial, CatWalk etc. From Python shell: > Python 2.4.1 (#1, Jul 8 2005, 16:56:16) > [GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>> import turbogears > >>> turbogears.__version__ > '0.9a0' > >>> > > But it seems that tg-admin tool is still in 0.8x: > $ tg-admin > > TurboGears 0.8a3 command line interface > > Usage: /usr/local/bin/tg-admin [command] [options] > > Available commands: > quickstart Create a new TurboGears project > shell Start a Python prompt with your database available > sql Run the SQLObject manager > > > > I already did "sudo python setup.py develop" from svn directory. Is > there any other upgrading instruction that I've missed? > > Thanks! > > -- > Ksenia >

