you are right, of course: a call without arguments does not work either my fault ... Lars...
561
Gerald Dachs
gda@...
Sep 11, 2005 1:04 pm
Hi, Does someone here use CherryPy with ClearSilver? If yes, with which experiences? Gerald...
562
Ralph_Busch
Sep 15, 2005 5:43 am
Hi Brandon, thanks for your reply with the example code last week! I managed to write a cgi that handles the upload and another one to show the download status...
563
culleyharrelson
Sep 15, 2005 5:53 pm
Every day I get a couple of broken pipe errors when a call is made to display from neo_cgi (I am using the Python bindings) and I am trying to figure out what...
564
Brandon Long
blong42
Sep 15, 2005 5:57 pm
This is caused by the output pipe being closed, so you don't have to worry about displaying an error message. It can be caused by the user hitting the stop...
565
Brandon Long
blong42
Sep 19, 2005 11:17 pm
... Not possible, unfortunately. With multipart/form-data, all the data is in the body of the http request, and the file name is just before the actual...
566
Brandon Long
blong42
Sep 20, 2005 1:31 am
Not sure why I didn't fix this before, but here's the patch (to the latest 0.10.x release) ... +++ cs/csparse.c 2005-09-19 18:26:33.000000000 -0700 @@...
567
Underwood, Carey
carey.underwood@...
Sep 21, 2005 5:36 pm
Does anybody have any interest in this? from clearUtil import wrapHdf ncgi.hdf.readFile("hello.hdf") hdf = wrapHdf(ncgi.hdf) hdf.WeekDays[7].name = "Some new...
568
Underwood, Carey
carey.underwood@...
Sep 21, 2005 7:16 pm
clearUtil.py: the function of most interest being wrapHdf(hdf) library.py: support routines, dark-grey magic and generally ugly stuff Sample usage: import...
569
Underwood, Carey
carey.underwood@...
Sep 23, 2005 11:53 am
Well, that obviously didn't work... --clearUtil.py-- import sys, os import neo_cgi import neo_util import library from pprint import pformat as p __unique = ...
570
Ramkrishna Kulkarni
ramkrishnaku...
Sep 23, 2005 3:57 pm
Hello, I have no idea why I get this error message when I try to make clearsilver-0.10.1 on Solaris 9. I have neither worked with Python nor with ClearSilver...
571
Brandon Long
blong42
Sep 23, 2005 4:06 pm
... Looks like the macros used in clearsilver errors are gcc specific, which means they won't work on the Solaris cc compiler. The python you are using was...
572
Rob Wheeler
rob_wheeler
Sep 23, 2005 4:56 pm
Perhaps you could just change "__PRETTY_FUNCTION__" to the 'new' ISO C99 standard "__func__". -R...
573
Brandon Long
blong42
Sep 23, 2005 10:09 pm
Do you know which version of gcc that was added in? Brandon ... -- "It is one of the superstitions of the human mind to have imagined that virginity could be a...
574
Rob Wheeler
rob_wheeler
Sep 23, 2005 10:39 pm
I think __FUNCTION__ and __PRETTY_FUNCTION__ were deprecated in gcc 3.2. -R...
575
Adam Montague
amontague@...
Sep 29, 2005 10:32 pm
I made a clearsilver module for pike, and I would like to be able to create pike functions to be called during rendering. Of course, I can't use...
576
plcurechax
Sep 29, 2005 10:32 pm
./configure --disable-ruby --with-python=/usr/local/bin/python2.4 ... checking for apache apxs... not found checking for python includes... found...
577
Brandon Long
blong42
Sep 29, 2005 10:39 pm
Hmm. I deliberately didn't add another argument to CSSTRFUNC because I didn't want people doing anything fancy, nothing that had state or possible...
578
Brandon Long
blong42
Sep 29, 2005 11:13 pm
Hmm. Looks like python 2.4 took away site.sitedirs You should be able to change configure.in line 288 from: PYTHON_SITE=`$python_bin -c "import site; print...
579
iwasso80s
Oct 4, 2005 12:33 am
I want to thank you Brandon. A friend of mine and I just launched a fun little site (http://www.iwasso80s.com) using Clearsilver. It was a real pleasure to...
580
Carwyn
llygad
Oct 4, 2005 5:16 pm
The configure scripts don't seem to like the Intel x86_64 machine I'm trying to build clearsilver on: checking build system type... Invalid configuration ...
581
craigp98072
Oct 5, 2005 2:07 am
I cannot compile clearsilver (either 0.10.1) using mingw, even after several hours of trying. After giving up on the Makefiles altogether and installing...
582
David Jeske
jeskeca
Oct 5, 2005 7:09 am
I've compiled under mingw32 and built a python windows module. I wrote some instructions which sit in python/README.txt. It's been a long time, and if I ...
583
e6l9jsac
Oct 6, 2005 8:02 am
Hi Carwyn, ... I was having the same problem. Search aroud, I have been able to patch two configurations file to let the ./configure script run successfully...
584
Wybo Wiersma
wybo_wiersma
Oct 9, 2005 9:02 pm
I am rather new to ClearSilver. I managed to compile it after adding a link to env from /usr/bin to bin but that wasn't all... I included ClearSilver using...
585
Gerald Dachs
gda@...
Oct 9, 2005 9:15 pm
On Fri, 7 Oct 2005 23:52:19 +0200 ... This is a simple one, "g++ -c -I/usr/local/include/ClearSilver HDF.HDF.cc -o .o/HDF.HDF.o" should do the trick. Some...
586
Wybo Wiersma
wybo_wiersma
Oct 9, 2005 10:53 pm
Thanks very much for your quick reply... Less thanks to Yahoo for still I found out myself yesterday. As I checked the yahoo-group on saturday morning...
587
hajoehlers
Oct 13, 2005 12:31 am
Given AIX 5.1 gcc and gnu build tools Task: Build Clearsilver for track on AIX 5.1 Problem: IBM c-compiler is used during building of 'neo_cgi39; extension but...
588
hajoehlers
Oct 13, 2005 12:31 am
Given: aix 5.1 gcc and gnu build tools Task: Building clearsilver-0.10.1 for track on AIX Problem: 1) During the ./util build i see a few warnings. 2) During...
589
chasenpflug
Oct 26, 2005 2:43 am
Brian, thanks for the tip! I was experiencing the same problem. After doing the change you suggested, I ran into another problem. I ran ./configure with a...