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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 403 - 432 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
403
Running RH9, with clearsilver-0.9.8. When I try to access Trac with my browser, I get the following error: Oops... Trac detected an internal error: No module...
c.r.p.
shcv34c
Offline Send Email
Dec 12, 2004
11:54 pm
404
I would appreciate one thanks. I'll use Python2.3 for now for Trac. I tried to build one but didn't get very far....
xicubed
Offline Send Email
Dec 14, 2004
7:23 am
405
Hi, I am trying to get clearsilver ruby support on my FreeBSD machine. clearsilver port installed just fine, but it does not include ruby portion. when I tried...
sergeiga@...
sergeiga
Offline Send Email
Dec 30, 2004
8:05 pm
406
I have just successfully created a Python 2.4 build of CS 0.9.13 for Windows. I'd be happy to share it. (It would probably be ideal to get it up on the...
tazzzzz
Offline Send Email
Jan 7, 2005
1:04 am
407
Build fails in ruby test section: This is what I get when I ./configure;make;make install [deleteduserinfo clearsilver-0.9.13]# make install make[1]: Entering...
stufuller
Offline Send Email
Jan 11, 2005
1:57 am
408
How does one debug a ClearSilver template? When I have any syntax error in a ClearSilver template file, Apache reports an "Internal Server Error" when it runs...
snarmont
Offline Send Email
Jan 11, 2005
1:58 am
409
When trying to build on Fedora Core 3: [root@idclinux4 clearsilver-0.9.13]# make install ...NOTE: all other dirs already built, omitted... make[1]: Entering...
stufuller
Offline Send Email
Jan 11, 2005
1:58 am
410
diff -u -u -r1.2 extconf.rb ... +++ ext/hdf/extconf.rb 11 Jan 2005 02:17:17 -0000 @@ -5,6 +5,8 @@ # dir_config("hdf","../../..","../../../libs") ...
Brandon Long
blong42
Offline Send Email
Jan 11, 2005
2:17 am
411
If you look at the C example in cgi/static.c, you can see how it takes the NEOERR from cgi_display, and outputs it to the web (with cgi_neo_error) and to the...
Brandon Long
blong42
Offline Send Email
Jan 11, 2005
2:19 am
412
Stu, Perhaps you need Ruby but if not then a workaround might be to pass --disable-ruby to ./configure Kind regards, Homme. ... -- Homme Zwaagstra GeoData...
Homme Zwaagstra
hrz@...
Send Email
Jan 11, 2005
9:05 am
413
This was resolved, I believe by a patch posted by Brandon yesterday. Please check the other group messages....
Dan Janowski
djjanowski
Offline Send Email
Jan 11, 2005
3:12 pm
414
Hi list, If I try to compile clearsilver (version: 0.9.12/0.9.13) I have following ... make[1]: Entering directory ...
Christian Wiese
christian_wiese@...
Send Email
Jan 11, 2005
9:44 pm
415
Thanks! That info answered my question completely. -- Steve Narmontas...
snarmont
Offline Send Email
Jan 11, 2005
9:44 pm
416
Thanks, I've changed the ordering in the Makefile in cvs. Brandon ... -- "If organized religion is the opium of the masses, then disorganized religion is the...
Brandon Long
blong42
Offline Send Email
Jan 11, 2005
9:56 pm
417
Hi there, I was testing a CGI which accepts trackback pings from Blog sites and I'm seeing a problem in receiving requests from some site. The symptom is my...
Gaku Ueda (soyuz)
gakuueda
Offline Send Email
Jan 13, 2005
10:15 am
418
Sure. Not sure what the "right" thing to do here is. Clearly the type check should be fixed to only check the type part of the content-type header. ...
Brandon Long
blong42
Offline Send Email
Jan 14, 2005
12:00 am
419
Hi Brandon, I've found a problem within the configure script in correlation with python-2.4. Problem: The configure script trys to figure out the python...
Christian Wiese
christian_wiese@...
Send Email
Jan 17, 2005
9:01 pm
420
On Mon, 17 Jan 2005 15:09:51 +0100 ... # python -V Python 2.3.4 # python -c "import os,sys; print os.path.join(sys.prefix, ... /usr/lib/python2.3/site-packages...
Gerald Dachs
gda@...
Send Email
Jan 17, 2005
10:01 pm
421
After a couple hours worth of hacking the makefiles and the source code, I am still unable to get Clearsilver to compile under MinGW. I am currently using...
sbcltdcom
Offline Send Email
Jan 25, 2005
12:07 am
422
any reason there isn't one? It looks like it would take 15 seconds to implement....
David Terrell
dave_terrell
Offline Send Email
Jan 25, 2005
4:03 am
423
You could just use hdf_dump_format directly. Brandon ... -- "Mithras -- the Reason for the Season" http://www.fiction.net/blong/...
Brandon Long
blong42
Offline Send Email
Jan 25, 2005
4:51 am
424
... I want to also be able to do a prefix......
David Terrell
dave_terrell
Offline Send Email
Jan 25, 2005
6:15 am
425
Hello, all, I was having trouble building the Perl library on my Debian x86 system; the default Makefile.PL wasn't using the libneo_cgi or libz libraries. I've...
James Black
jfb@...
Send Email
Jan 28, 2005
3:30 am
426
Hi, Apologies if this is a commonly covered question, I did a cursory search of the archives and couldn't find anything. I'm interested in caching a parsed...
George Schlossnagle
omnitigeorge
Online Now Send Email
Feb 4, 2005
4:54 pm
427
Sure, this is possible. If you look at the cgi_display function, you can see that it calls cs_init, cs_parse_file, and cs_render. You can split the...
Brandon Long
blong42
Offline Send Email
Feb 4, 2005
5:00 pm
428
Hi, I am working on file uploads with python. Does anyone have some sample code they could share? I am unable to get a file handle: my_image =...
culleyharrelson
Offline Send Email
Feb 10, 2005
10:04 pm
429
You can limit file sizes, but not "early" enough to stop them from wasting their time uploading the data. I literally use something like: pathname =...
Brandon Long
blong42
Offline Send Email
Feb 10, 2005
10:14 pm
430
I have an each loop in a .cs file, and inside the loop it has a lvar like this <?cs set:ok_var = "OK" ?> <?cs each:subnode = parent ?> <?cs lvar:write_subnode...
Haiping Zhao
hz0451
Offline Send Email
Feb 17, 2005
8:46 am
431
Is this a know problem? I'm using 0.9.12. ==21885== Invalid read of size 1 ==21885== at 0x8266FEE: lvar_eval (csparse.c:2118) ==21885== by 0x8268F24:...
Haiping Zhao
hz0451
Offline Send Email
Feb 19, 2005
4:11 am
432
I found where the problem is. I worked around the problem by changing this <?cs lvar:Tables[TableName].WriteInput ?> to two liner, <?cs set:test...
Haiping Zhao
hz0451
Offline Send Email
Feb 19, 2005
4:41 am
Messages 403 - 432 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