[tg-trunk] TG 1.0 install without ORM

2008-03-03 Thread Christopher Arndt
Hi all, I just tested a TG 1.0.4.3 install on Mac OSX 10.4 install (which, btw, works fine without the need for a compiler), and tried to run a quickstarted project without identity, when it complained about a missing SQLObject (which, as we know, tgsetup.py does not install anymore). I was u

[tg-trunk] Re: tg/__init__.py error

2008-03-03 Thread Felix Schwarz
dakila wrote: -warnings.warn("TurboGearsApplication is depricated UsePylonsApp", DeprecationWarning) +warn("TurboGearsApplication is depricated UsePylonsApp", DeprecationWarning) While you are changing the text, please replace 'depricated' with 'deprecated' (unless I'm totally

[tg-trunk] Breadcrumbs with Pylons and Genshi

2008-03-03 Thread Andrew Basson
Hi everyone, Read the following pylons docs on breadcrumbs but they use Mako and Myghty, the Genshi docs are "missing". http://wiki.pylonshq.com/display/pylonscookbook/Navigation+Components+with+Myghty http://wiki.pylonshq.com/display/pylonscookbook/Site+Template I also read the TG1 doc http:/

[tg-trunk] Re: TG on Solaris

2008-03-03 Thread Christopher Arndt
Chris Miles schrieb: >> tgsetup.py installs tg-admin into /usr/local/bin. Is this on the >> PATH by default? > > No it isn't, but I always use "easy_install TurboGears" which installs > tg-admin into the default Python bin (/usr/bin in this case). > > Perhaps tgsetup.py should install the sc

[tg-trunk] tg/__init__.py error

2008-03-03 Thread dakila
Hi, in revision 4191 of tg/__init__.py line 57 I get an error, when I checked it out, seems "warnings.warn" should be "warn" only or the "from warnings import warn" changed to import warnings. -warnings.warn("TurboGearsApplication is depricated UsePylonsApp", DeprecationWarning) +

[tg-trunk] Re: TG on Solaris

2008-03-03 Thread Chris Miles
On 01/03/2008, at 2:06 AM, Christopher Arndt wrote: >> I used to have to build & install my own Python2.4 & 2.5 >> (ok, I still have to build my own 2.5). > > Why? http://www.sunfreeware.com/programlistsparc10.html#python I don't usually use the packages from sunfreeware.com due to all the de