Hi, Does someone here use CherryPy with ClearSilver? If yes, with which experiences? Gerald...
Gerald Dachs
gda@...
Sep 11, 2005 1:04 pm
562
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...
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...
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...
... 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...
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 @@...
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...
Underwood, Carey
carey.underwood@...
Sep 21, 2005 5:36 pm
568
clearUtil.py: the function of most interest being wrapHdf(hdf) library.py: support routines, dark-grey magic and generally ugly stuff Sample usage: import...
Underwood, Carey
carey.underwood@...
Sep 21, 2005 7:16 pm
569
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 = ...
Underwood, Carey
carey.underwood@...
Sep 23, 2005 11:53 am
570
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...
... 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...
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...
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...
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...
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 ...
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...
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 ...
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...
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...
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...
Gerald Dachs
gda@...
Oct 9, 2005 9:15 pm
586
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...
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_cgi' extension but...
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...
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...