Hi, I am a co-maintainer of the debian clearsilver package and I have a (surely) stupid question: For now there is only a python2.3-clearsilver package...
... Presumably there is only the neo_cgi.so python module. Assuming that module is in the python path somewhere, then yes, python2.4 should be able to import...
Hi I have created a web application with cs and python. in my script for post action i use another module and I want to read query data and post back them to...
... You only need the python module for Trac. I don't think anyone uses the apache module. Brandon -- "Don't get suckered in by the comments -- they can be...
... I'm sorry, I don't quite understand what you are trying to do. Yes, you can definitely pass an HDF object to methods in python. If you are trying to save...
Hi, I am using clearsilver (and FCGI) for a small web app. I noticed that I was getting a segfault when cgi_redirect() gets called when I am debugging from the...
Hi, the attached patch fixes a small problem of the Makefile of clearsilver, that only occours, if ruby is not installed. how to reproduce: run "make...
Hi, while playing around with the debian package of clearsilver, I had some problems with using setup.py. It seemed to me, as if it would parse rules.mk for...
Hi I'm using ubuntu 6.06 LTS and I have problem compiling clearsilver for python. I set path of python at rules.mk but when I run make file its show me so many...
Did you run the configure script? You shouldn't need to edit rules.mk, if you want to specify a python use --with-python to point at the python binary. Brandon...
Hi, the files "config.guess" and "config.sub" shipped with clearsilver seem to be quite old. And at least "config.guess" causes a problem when compiling ...
Yeah, probably. I probably copied them from my rh9 box, so they're a bit dated. I'll include a later version in the next release. Brandon ... -- "Support...
Hi, there is an error in configure or in the makefiles of 0.10.3. During build and installation of the perl modules the --prefix flag from configure is ...
Gerald Dachs
gda@...
Jul 11, 2006 1:49 pm
778
... +++ clearsilver-0.10.3/Makefile 2006-07-11 16:01:53.000000000 +0200 @@ -29,7 +29,7 @@ @for mdir in $(SUBDIRS); do \ if test -d $$mdir; then \ if test -f...
Gerald Dachs
gda@...
Jul 11, 2006 2:29 pm
779
Thanks. This is fixed in the repository, but I haven't made a new release yet. Brandon ... -- Windows NT crashed. I am the Blue Screen of Death. No one hears...
... Before you make a new release could you please check that all the lines in the Makefiles that look similar to this $(LD) $@ $(CSTEST_OBJ) $(LIBS) get...
Sure, I'll make that change. Brandon ... -- "What a relief. I can continue ignoring the national pastime uninterrupted." -- Huey on the missed Baseball...
Sure, I'll include it in the next release. Brandon ... -- "WARNING: The following program contains facts that will challenge the self-centered fantasies &...
setup.py is used to build the binary. And yes, some of the parsing of values from the Makefile don't quite work, though the bugs don't stop it from working. ...
Thanks for the recommendation! Did you have a project you wanted listed on the projects page? If speed is important, fastcgi is definitely something you...
Though I was able to read HTML Form Variables from "GET" method, I followed clearsilver document and the image server example, but I just can't get anything...
... In theory, sure. In practice, building shared libraries cross platform is difficult, so the way to do it is usually to switch to using libtools/etc. I'm...
Hi, I think there's a "cgi_destroy(&cgi);" missing at the end of "imd/ imd.c" in order to free the stuff initialized at the beginning by "cgi_init". It would...
Can #include cs_config.h be removed from the ClearSilver.h interface files please? If clearsilver is used together with another package which also uses...