Sure, that sounds fine. Brandon ... -- "Power Ennobles. Absolute power ennobles absolutely." -- Harlan Ellison http://www.fiction.net/blong/...
400
Brandon Long
blong42
Nov 16, 2004 11:05 pm
thanks Brandon ... -- "Don't get suckered in by the comments -- they can be terribly misleading. Debug only code." -- Dave Storer ...
401
culleyharrelson
Nov 18, 2004 7:53 pm
It looks like in the python api hdf.setValue() expects ascii? When I try: self.ncgi.hdf.setValue('Character39;, unichr(128)) I get: UnicodeEncodeError: 'ascii39;...
402
Brandon Long
blong42
Nov 18, 2004 7:58 pm
It doesn't take ascii, but Python differentiates between unicode strings and "byte array" strings (best way I can describe it). The python wrapper takes byte...
403
c.r.p.
shcv34c
Dec 12, 2004 11:54 pm
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...
404
xicubed
Dec 14, 2004 7:23 am
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....
405
sergeiga@...
sergeiga
Dec 30, 2004 8:05 pm
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...
406
tazzzzz
Jan 7, 2005 1:04 am
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...
407
stufuller
Jan 11, 2005 1:57 am
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...
408
snarmont
Jan 11, 2005 1:58 am
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...
409
stufuller
Jan 11, 2005 1:58 am
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...
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...
412
Homme Zwaagstra
hrz@...
Jan 11, 2005 9:05 am
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...
413
Dan Janowski
djjanowski
Jan 11, 2005 3:12 pm
This was resolved, I believe by a patch posted by Brandon yesterday. Please check the other group messages....
414
Christian Wiese
christian_wiese@...
Jan 11, 2005 9:44 pm
Hi list, If I try to compile clearsilver (version: 0.9.12/0.9.13) I have following ... make[1]: Entering directory ...
415
snarmont
Jan 11, 2005 9:44 pm
Thanks! That info answered my question completely. -- Steve Narmontas...
416
Brandon Long
blong42
Jan 11, 2005 9:56 pm
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...
417
Gaku Ueda (soyuz)
gakuueda
Jan 13, 2005 10:15 am
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...
418
Brandon Long
blong42
Jan 14, 2005 12:00 am
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. ...
419
Christian Wiese
christian_wiese@...
Jan 17, 2005 9:01 pm
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...
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...
422
David Terrell
dave_terrell
Jan 25, 2005 4:03 am
any reason there isn't one? It looks like it would take 15 seconds to implement....
423
Brandon Long
blong42
Jan 25, 2005 4:51 am
You could just use hdf_dump_format directly. Brandon ... -- "Mithras -- the Reason for the Season" http://www.fiction.net/blong/...
424
David Terrell
dave_terrell
Jan 25, 2005 6:15 am
... I want to also be able to do a prefix......
425
James Black
jfb@...
Jan 28, 2005 3:30 am
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...
426
George Schlossnagle
omnitigeorge
Feb 4, 2005 4:54 pm
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...
427
Brandon Long
blong42
Feb 4, 2005 5:00 pm
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...
428
culleyharrelson
Feb 10, 2005 10:04 pm
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 =...