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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 764 - 793 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
764
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...
lars
joerg_karoll
Offline Send Email
Jun 7, 2006
11:19 pm
765
... 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...
Brandon Long
blong42
Offline Send Email
Jun 8, 2006
12:31 am
766
Hello! I just did ./compile --with-apache=/usr/local/apache2/ and it doesn't seem to like Apache 2.2.*: checking for apache apxs... found...
martin.lundberg
Offline Send Email
Jun 15, 2006
3:40 pm
767
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...
mehdi mirzamohammadi
memirzamo
Offline Send Email
Jun 15, 2006
3:43 pm
768
... 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...
Brandon Long
blong42
Offline Send Email
Jun 15, 2006
7:50 pm
769
... 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...
Brandon Long
blong42
Offline Send Email
Jun 15, 2006
7:52 pm
770
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...
jon_nalley
Online Now Send Email
Jun 21, 2006
5:29 pm
771
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...
lars
joerg_karoll
Offline Send Email
Jun 22, 2006
2:15 am
772
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...
lars
joerg_karoll
Offline Send Email
Jun 22, 2006
10:25 pm
773
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...
mehdi mirzamohammadi
memirzamo
Offline Send Email
Jun 29, 2006
7:47 pm
774
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...
Brandon Long
blong42
Offline Send Email
Jun 30, 2006
6:22 am
775
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 ...
lars
joerg_karoll
Offline Send Email
Jul 7, 2006
5:02 am
776
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...
Brandon Long
blong42
Offline Send Email
Jul 7, 2006
9:36 pm
777
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@...
Send Email
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@...
Send Email
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...
Brandon Long
blong42
Offline Send Email
Jul 11, 2006
10:35 pm
780
... 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...
Gerald Dachs
gda@...
Send Email
Jul 12, 2006
6:38 am
781
Hi, ... any comments? regards, Lars...
lars
joerg_karoll
Offline Send Email
Jul 12, 2006
8:36 am
782
Sure, I'll make that change. Brandon ... -- "What a relief. I can continue ignoring the national pastime uninterrupted." -- Huey on the missed Baseball...
Brandon Long
blong42
Offline Send Email
Jul 13, 2006
6:54 am
783
Sure, I'll include it in the next release. Brandon ... -- "WARNING: The following program contains facts that will challenge the self-centered fantasies &...
Brandon Long
blong42
Offline Send Email
Jul 13, 2006
6:56 am
784
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. ...
Brandon Long
blong42
Offline Send Email
Jul 13, 2006
7:00 am
785
I recently published an article about my experiences using clearsilver in an embedded system. Clearsilver is very nice for applications like this. ...
Cliff Brake
cbrakefom
Offline Send Email
Jul 28, 2006
1:49 am
786
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...
Brandon Long
blong42
Offline Send Email
Aug 1, 2006
12:05 am
787
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...
ychunx
Offline Send Email
Aug 1, 2006
5:00 am
788
To parse POST requests, you need to call cgi_parse() Brandon ... -- "I need to either get a new hard drive or clean my home dir." -- Mark Notarus ...
Brandon Long
blong42
Offline Send Email
Aug 1, 2006
9:51 pm
789
Is it possible to create a ClearSilver shared library instead of static libraries ? Thanks in advance....
jean_fermant
Offline Send Email
Aug 17, 2006
9:49 pm
790
... 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...
Brandon Long
blong42
Offline Send Email
Aug 17, 2006
10:12 pm
791
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...
jean_fermant
Offline Send Email
Aug 19, 2006
10:39 pm
792
Thanks, I'll add it. Brandon ... -- "The only thing nude playing cards are good for is playing solitaire." -- Harry Anderson, PI 1/7/98 ...
Brandon Long
blong42
Offline Send Email
Aug 19, 2006
10:47 pm
793
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...
Sovande Ulv
sovandeulv@...
Send Email
Aug 20, 2006
6:24 pm
Messages 764 - 793 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