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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 560 - 589 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
560
you are right, of course: a call without arguments does not work either my fault ... Lars...
lars
joerg_karoll
Offline Send Email
Sep 11, 2005
11:04 am
561
Hi, Does someone here use CherryPy with ClearSilver? If yes, with which experiences? Gerald...
Gerald Dachs
gda@...
Send Email
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...
Ralph_Busch
Offline Send Email
Sep 15, 2005
5:43 am
563
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...
culleyharrelson
Offline Send Email
Sep 15, 2005
5:53 pm
564
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...
Brandon Long
blong42
Offline Send Email
Sep 15, 2005
5:57 pm
565
... 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...
Brandon Long
blong42
Offline Send Email
Sep 19, 2005
11:17 pm
566
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 @@...
Brandon Long
blong42
Offline Send Email
Sep 20, 2005
1:31 am
567
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Ramkrishna Kulkarni
ramkrishnaku...
Offline Send Email
Sep 23, 2005
3:57 pm
571
... 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...
Brandon Long
blong42
Offline Send Email
Sep 23, 2005
4:06 pm
572
Perhaps you could just change "__PRETTY_FUNCTION__" to the 'new' ISO C99 standard "__func__". -R...
Rob Wheeler
rob_wheeler
Offline Send Email
Sep 23, 2005
4:56 pm
573
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...
Brandon Long
blong42
Offline Send Email
Sep 23, 2005
10:09 pm
574
I think __FUNCTION__ and __PRETTY_FUNCTION__ were deprecated in gcc 3.2. -R...
Rob Wheeler
rob_wheeler
Offline Send Email
Sep 23, 2005
10:39 pm
575
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...
Adam Montague
amontague@...
Send Email
Sep 29, 2005
10:32 pm
576
./configure --disable-ruby --with-python=/usr/local/bin/python2.4 ... checking for apache apxs... not found checking for python includes... found...
plcurechax
Offline Send Email
Sep 29, 2005
10:32 pm
577
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...
Brandon Long
blong42
Offline Send Email
Sep 29, 2005
10:39 pm
578
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...
Brandon Long
blong42
Offline Send Email
Sep 29, 2005
11:13 pm
579
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...
iwasso80s
Offline Send Email
Oct 4, 2005
12:33 am
580
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 ...
Carwyn
llygad
Offline Send Email
Oct 4, 2005
5:16 pm
581
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...
craigp98072
Offline Send Email
Oct 5, 2005
2:07 am
582
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 ...
David Jeske
jeskeca
Offline Send Email
Oct 5, 2005
7:09 am
583
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...
e6l9jsac
Offline Send Email
Oct 6, 2005
8:02 am
584
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...
Wybo Wiersma
wybo_wiersma
Offline Send Email
Oct 9, 2005
9:02 pm
585
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@...
Send Email
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...
Wybo Wiersma
wybo_wiersma
Offline Send Email
Oct 9, 2005
10:53 pm
587
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...
hajoehlers
Offline Send Email
Oct 13, 2005
12:31 am
588
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...
hajoehlers
Offline Send Email
Oct 13, 2005
12:31 am
589
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...
chasenpflug
Offline Send Email
Oct 26, 2005
2:43 am
Messages 560 - 589 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