... Hash: SHA1 hello, i created a cheetahtemplate debian package for my private use and thought that you may be interested in including the required changes...
2234
Simon Willison
cs1spw@...
Sep 11, 2003 5:04 pm
Hi all, I'm new to Cheetah, and I'm having fun exploring its capabilities. I've just started experimenting with the #include directive. At the moment, I'm...
2235
rtjohan@...
Sep 11, 2003 8:46 pm
Is there any estimate in how many people are using either PSP or Cheetah? Is PSP or Cheetah being actively developed? Is PSP and Cheetah pretty much...
2236
Mike Orr
mso@...
Sep 12, 2003 12:19 am
... You have to specify the full path if Cheetah's notion of the current directory doesn't match your needs. A few others have requested an include path, but...
2237
Mike Orr
mso@...
Sep 12, 2003 12:29 am
... Not that I know of. SourceForce may have download statistics somewhere, which would give a minimum estimate. ... Cheetah is being actively developed,...
2238
Simon Willison
cs1spw@...
Sep 12, 2003 10:44 am
... That's useful to know. I'm still in the experimental stages with Chweetah so I've been working on two similar systems, one that uses template inheritance...
2239
Mike Orr
mso@...
Sep 12, 2003 5:51 pm
... The Users' Guide attempts to be it. ... We're quite interested in knowing what specifically you wished the Users' Guide contained. What questions do you...
2240
rtjohan@...
Sep 12, 2003 6:54 pm
Mike, Thanks for the input. Is there an easy way to configure/modify Cheetah so it will become a Webware Kit? Would be nice to look at Cheetah examples just...
2241
Ian Bicking
ianb@...
Sep 12, 2003 7:18 pm
... PSP is being maintained, in that bugs are usually fixed (if slowly). No features have been added to PSP for a long time (years?). So I'd say PSP isn't...
2242
Ian Bicking
ianb@...
Sep 13, 2003 4:35 am
... I'm afraid I haven't looked closely at the Cheetah distribution in a while -- if Cheetah doesn't have a kit, it really should have one. Hmm... from my...
2243
Mike Orr
mso@...
Sep 13, 2003 9:18 pm
... What would you gain though? Cheetah is a Python library, and that's how it installs. What could you do easier with a CheetahKit that you can't do...
2244
Ian Bicking
ianb@...
Sep 13, 2003 9:40 pm
... CheetahKit wouldn't include Cheetah, it would use the normal Cheetah libraries. I imagine it would set Webware up so that it could handle .tmpl files,...
2245
Aaron Held
aaron@...
Sep 15, 2003 1:31 pm
In my scrap directory I found a basic Cheetah servlet factory that plugs into webware and works like the PSP factory. It looks for a file ending in .tmpl and...
2246
Simon Willison
cs1spw@...
Sep 15, 2003 1:43 pm
... I think my main problem has been figuring out how to go about building a big web application using Cheetah. The documentation is good, but extra examples...
2247
Mike Orr
mso@...
Sep 15, 2003 5:09 pm
... That would work as a separate HOWTO. I guess the information is a bit scattered about for that in the Users' Guide. So, anybody have a dynamic web...
2248
Eni Mustafaraj
eni@...
Sep 16, 2003 4:48 am
Hello, I am new to Cheetah, and I was going through the tutorial [of date May 7, 2003] and saw the suggestion to look at the Webware_example: 'cheetahSite39;. It...
2249
Eni Mustafaraj
eni@...
Sep 16, 2003 9:53 am
Hello, I searched the mailinglist and found out this answer from Mike Orr to ... From: Mike Orr <mso@oz...>.net> Re: #end settings broken? 2003-05-05 05:59 ...
2250
Victor Ng
vng1@...
Sep 18, 2003 2:49 pm
Hi, I just downloaded an installed Cheetah under OSX 10.2.6, and MacPython 2.3 and I'm getting quite a few unittest failures. Is anyone else running Cheetah...
2251
Mike Orr
mso@...
Sep 18, 2003 3:11 pm
... What are the failures? Make sure the Cheetah directories are writable the first time you run the tests. One of them writes a template to do tests on. -- ...
2252
Tracy S. Ruggles
tracy@...
Sep 18, 2003 3:21 pm
I'm running Cheetah 0.9.15 under OSX 10.2.6 with the fink version of python 2.2.3 and I get no errors with this command: sudo python Tests.py ...
2253
Victor Ng
vng1@...
Sep 18, 2003 3:31 pm
I've attached my error report, but from a cursory look - there seems to be 2 kinds of errors. The first is that the unit tests are checking the results of the ...
2254
Victor Ng
vng1@...
Sep 18, 2003 3:50 pm
Ahah... Running "cheetah test" seems to require that I manually create a "tmp" directory beneath the current working directory. After correcting that - I have...
2255
Edmund Lian
elian@...
Sep 18, 2003 4:49 pm
... My iBook is running Cheetah with Python 2.3 from fink. No problems, but I use this only for development when I'm travelling. I've never run the unit tests,...
2256
Victor Ng
vng1@...
Sep 18, 2003 5:16 pm
I've got fink installed with only Python 2.2.2 - are you running unstable? Anyway - I seem to have things working through Webware now. I just wanted to make...
2257
Mike Orr
mso@...
Sep 18, 2003 5:41 pm
... I knew there was another problem but I couldn't remember what it was. Python 2.3 changed the behavior of booleans, and the tests have not yet been updated....
2258
Edmund Lian
elian@...
Sep 18, 2003 6:18 pm
... Yes. ... If you use inheritance, only the base template would need to be compiled manually. The other templates get auto compiled (but are retained only in...
2259
Mike Orr
mso@...
Sep 18, 2003 6:22 pm
... I changed the CVS version to abort with a helpful error message if you run 'cheetah test' but don't have write permission in the current directory. In the...
2260
Mike Orr
mso@...
Sep 18, 2003 6:31 pm
... ??? I thought you do have to compile servlets and base templates when you modify them. I know I have to, although I'm using an old experimental version...
2261
Mike Warren
spam@...
Sep 18, 2003 8:11 pm
... Hash: SHA1 ... My instinct is that #include should do a raw include; I was confused when it didn't the first time I used it. It would also match what a C ...
2262
Edmund Lian
elian@...
Sep 19, 2003 8:10 pm
... I do get auto recompiles, and I do get Webware restarting after modifying a template. The way I have this happen is to fiddle the autoreload mechanism to...