Search the web
Sign In
New User? Sign Up
ClearSilver
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 262 - 291 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
262
Hi, Getting this: Short read on CGI POST input (0 < 81) And the following stack trace:   162     neo_cgi.cgiWrap(sys.stdin, sys....
antrod2
Offline Send Email
Jun 2, 2004
1:16 am
263
I have recently worked on a mod_python front-end for the Trac project (http://www.edgewall.com/products/trac/), which is using ClearSilver as templating system...
Christopher Lenz
christopher_...
Offline Send Email
Jun 2, 2004
1:16 am
264
Hi, all, Can someone teach me how to play with clearsilver? I already learned static.cgi. So the cs page can be visited, which returns a page with a static set...
YOON. Joo-Yung
yjy-list-clearsilver@...
Send Email
Jun 2, 2004
1:16 am
265
I have recently worked on a mod_python front-end for the Trac project (http://www.edgewall.com/products/trac/), which is using ClearSilver as templating system...
Christopher Lenz
christopher_...
Offline Send Email
Jun 2, 2004
1:16 am
266
Hmm, dunno. Yes, its parsing the post form. If you aren't using pyapache or mod_python, you can try doing it without the cgiWrap call (since stdin is actually...
Brandon Long
blong42
Offline Send Email
Jun 2, 2004
2:37 am
267
Which python version are you using? The ClearSilver python module does something semi-evil, in that there is actually only one module, and it fakes the...
Brandon Long
blong42
Offline Send Email
Jun 2, 2004
2:41 am
268
There's some information about getting started with ClearSilver & Python here: http://www.clearsilver.net/docs/intro_clearsilver.hdf Its somewhat short in...
Brandon Long
blong42
Offline Send Email
Jun 2, 2004
2:55 am
269
I don't have access to a machine with gcc 3.4 at the moment, so I can't verify whether it works or not. Brandon ... -- "Investment in reliability increases...
Brandon Long
blong42
Offline Send Email
Jun 2, 2004
11:36 pm
270
... Python 2.3 ... Yeah, that fixed the problem indeed. Thanks a lot! ... The workaround isn't really obvious, a real solution would be nice. Cheers, Chris ......
Christopher Lenz
christopher_...
Offline Send Email
Jun 2, 2004
11:36 pm
271
Hey guys, I'v been trying to get this installed a while and have tried everything that I can think of. I am building with Solaris 8, and gcc 3.4.0 (I also...
Christopher Sexton
christophers...
Offline Send Email
Jun 16, 2004
9:59 pm
272
I'm trying to build clearsilver on my Debian Alpha system. I did a simple "./configure --prefix=/usr" and "make." I've included the build error. Am I...
Jiann-Ming Su
js1@...
Send Email
Jun 16, 2004
9:59 pm
273
... I know people have complained of having troubles with newer versions of gcc, but I haven't gotten on a box to test those out yet (its just some new...
Brandon Long
blong42
Offline Send Email
Jun 17, 2004
6:13 am
274
Hmm, it looks like it shouldn't be -fPic, it should be -fpic as the command line. Or, it looks like from searching that you can only link shared libraries ...
Brandon Long
blong42
Offline Send Email
Jun 17, 2004
6:22 am
275
Let me add that everything builds fine on a i386 system. Jiann-Ming Su "Yeah, Lois, that'll be about as much fun as a lecture on ontological empiricism."...
Jiann-Ming Su
js1@...
Send Email
Jun 18, 2004
4:46 pm
276
On Wed, 16 Jun 2004, Brandon Long wrote: > Hmm, it looks like it shouldn't be -fPic, it should be -fpic as the > command line. > > Or, it looks like from...
Jiann-Ming Su
js1@...
Send Email
Jun 18, 2004
4:46 pm
277
Is one macros.cs file able to include another, or am I resigned to inserting additional include commands in every template. does not seem to be working for me....
neurondata
Offline Send Email
Jun 23, 2004
6:29 pm
278
Yes, you can include one CS file from another. You need to be careful of paths. If I remember correctly, they are always absolute based on the DocumentRoot or ...
David Jeske
jeskeca
Offline Send Email
Jun 23, 2004
7:41 pm
279
Hello, I'd like to capture the output of ncgi.display() in python. I can't use neo_cs.render() because it doesn't support the filter functions. Here is my code...
kevinsl
Offline Send Email
Jun 27, 2004
8:39 pm
280
... Clearsilver doesn't dynamically use the sys.stdout, it sets it up to use the current one when its called. You can tell it to use a different one using the...
Brandon Long
blong42
Offline Send Email
Jun 27, 2004
9:18 pm
281
Hello, i'm not able to build Clearsilver on amd64, it fails with an relocation error. -------------------------------------------- Sebastian Blum |...
Sebastian Blum
basti@...
Send Email
Jul 5, 2004
4:52 pm
282
Hi, all. I'm new to clearsilver, and learning how to script python with it. When A.py sets a cookie, then can B.py read the cookie? As far as I tested, B.py...
tzangy
Offline Send Email
Jul 6, 2004
10:13 pm
283
I'm a bit confused, but let me try and understand what you mean. Cookies are client side information. Setting a cookie with A.py will send a message as part...
Brandon Long
blong42
Offline Send Email
Jul 6, 2004
10:42 pm
284
... Don't forget RFC 2965, which introduces the new and vastly superior Set-Cookie2: header. -- David Terrell dbt@... ((meatspace)) http://meat.net/...
David Terrell
dave_terrell
Offline Send Email
Jul 7, 2004
5:50 pm
285
Hi, Today, I found out multiple hdf files can be read/combined into one html through calling ncgi.hdf.readFile() for each hdf file. ...
pinetree@...
tzangy
Offline Send Email
Jul 14, 2004
3:29 pm
286
... Yes. Additional reads of hdf files should just add-to/overwrite keys from the earlier reads. I don't understand why you had problems with nested data. It...
David Jeske
jeskeca
Offline Send Email
Jul 14, 2004
8:00 pm
287
On Wed, 14 Jul 2004 03:24:23 -0700 (PDT), pinetree@... ... Yes, reading two files is the same as reading one that contained all the data, it will just...
Brandon Long
blong42
Offline Send Email
Jul 14, 2004
11:52 pm
288
Hi, all. Thanks for your advices. I was wrong and clearsilver proved itself great. What I did wrong was that I wrote "temperature = { }". The "=" must not be...
YOON. Joo-Yung
tzangy
Offline Send Email
Jul 15, 2004
4:29 pm
289
In 0.6 I the API supported attributes. Has the CS template syntax been expanded to support attribs as well?...
neurondata
Offline Send Email
Jul 19, 2004
9:16 pm
290
Nope, it hasn't. I'm not sure what the best way to expand the syntax to do that. Brandon ... -- "I know only that what is moral is what you feel good after and...
Brandon Long
blong42
Offline Send Email
Jul 20, 2004
6:09 am
291
... Out of curiosity, what is the usage model for attributes if they're not exposed in templates? -- David Terrell dbt@... ((meatspace)) http://meat.net/...
David Terrell
dave_terrell
Offline Send Email
Jul 21, 2004
3:25 pm
Messages 262 - 291 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help