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 825 - 854 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
825
Hi, I have a script that worked before my website was moved to another computer (both are Linux). Since then, I get the error: Traceback (most recent call...
Rachel the Grape
dandyfreshce...
Offline Send Email
Oct 3, 2006
6:01 pm
826
Hi Guys, I want to dump PDF output from my Python CGI script. I am using neo_cgi. I have written the below code but it doesn't works. Says "File is damaged and...
Arun Kumar PG
arunkumar_p_g
Offline Send Email
Oct 5, 2006
2:37 pm
827
Hey, Im trying to install trac software that has clearsilver dependancy. everything seems to go well during install, but when i attempt to view my tracker, I...
Dale Harvey
renegade_mas...
Offline Send Email
Oct 8, 2006
7:08 pm
828
Hmm. Yes, deflate is in libz. You can check to see if neo_cgi.so is finding libz, ie: shell> ldd public_html/dvds/neo_cgi.so libz.so.1 => /usr/lib/libz.so.1...
Brandon Long
blong42
Offline Send Email
Oct 9, 2006
8:19 am
829
We have an urgent requirement for J2ME Developers for a US based MNC. Enclosed are the Details: Role: Java Programmer Experience: 5 Years. Skill set: J2ME ...
vijaykiran_codem
vijaykiran_c...
Offline Send Email
Oct 19, 2006
12:56 pm
830
Hi there! I'm having trouble with the Fedora Core 4 package of the Perl Clearsilver module at home. It seems to have installed correctly, but when I try to...
Paul Wayper
paul_wayper
Offline Send Email
Oct 19, 2006
8:41 pm
831
hmm, haven't seen this before. I'm not sure what would cause that. I don't currently have an FC4 machine to try against. Brandon ... -- "money can't buy you...
Brandon Long
blong42
Offline Send Email
Oct 19, 2006
10:48 pm
832
... It doesn't help that the RPM binaries are stripped of symbols. Grep says that the clearsilver.so Perl library and the static.cgi in /usr/bin (!) have the...
Paul Wayper
paul_wayper
Offline Send Email
Oct 20, 2006
4:31 am
833
Thanks for ClearSilver. We got from 'Hello World' to a working site in a couple of weeks. The site (http://www.for60secs.com/) uses ClearSilver with Python...
James Bowman
beckman101
Offline Send Email
Oct 20, 2006
8:19 pm
834
This site is the most viral site since Youtube. Nice job. - Chris...
Chris Trimble
ctrimble
Online Now Send Email
Oct 20, 2006
8:56 pm
835
hello all! Just become a member. I love C and working on HTML Templates with C is a different feeling. Thanks for clearsilver. Now I'm experimenting on the...
oglausa
Offline Send Email
Oct 22, 2006
12:54 pm
836
This is no memory leak. definitely lost: 0 and possibly lost: 0 should give you a hint! Read up on Valgrind!...
Sovande Ulv
sovandeulv@...
Send Email
Oct 22, 2006
6:59 pm
837
More specifically, this memory is supposed to be initialized once and re-used, and there isn't currently a mechanism for freeing it when the program finishes....
Brandon Long
blong42
Offline Send Email
Oct 22, 2006
9:23 pm
838
Thank you Brandon for your reply. I'm shaky in his memory area which in a server environment could be real headache. ... should be ... with C is ... this. ... ...
Ogla Sungutay
oglausa
Offline Send Email
Oct 22, 2006
10:26 pm
839
I want to do a non-root install. I specified a prefix but the python module still tries to install in the system location. ./configure --prefix=$HOME/trac...
Bill Moseley
moseley@...
Send Email
Oct 26, 2006
12:22 am
840
You should be able to copy the neo_cgi.so file manually. I'm not sure what the correct thing to do here is. The install command in the python/Makefile is...
Brandon Long
blong42
Offline Send Email
Oct 26, 2006
2:48 am
841
... I made this change in rules.mk: PYTHON_SITE = ${prefix}/lib/python2.4/site-packages ... I'm not a Python user, so I'm not clear how python will find ...
Bill Moseley
moseley@...
Send Email
Oct 26, 2006
2:49 pm
842
Hello, Based on the online documentation I assume that I need to set the cgiout variable in the HDF. I'm using Python – see code below: ...
Chris
hardrookwar
Offline Send Email
Oct 26, 2006
9:14 pm
843
You can always call ncgi.cookieSet directly. If you want to set headers via cgiout, you need to set them as children of cgiout.other, so: cgiout.other.Cookie1...
Brandon Long
blong42
Offline Send Email
Oct 26, 2006
9:44 pm
844
I've got some code where I build an HDF dataset, and then copy it into another dataset. However, the root node's value doesn't get copied for some reason,...
Barney Boisvert
barneyboisvert
Offline Send Email
Nov 6, 2006
7:34 pm
845
hmm. There's two things here. For dump, there's really no good way in the HDF file format to specify the value of the top level node. That leaves copy, and...
Brandon Long
blong42
Offline Send Email
Nov 6, 2006
11:20 pm
846
For dump, how about just an empty string key like you use with setValue? = root value child = child value For the copy side, particularly if you're copying a...
Barney Boisvert
barneyboisvert
Offline Send Email
Nov 6, 2006
11:35 pm
847
Hi, I have a problem to configure ClearSilver for Lighttpd Web Server. In the INSTALL document I have found only informations about Apache configuration. Can...
piopao77
Offline Send Email
Nov 9, 2006
4:12 pm
848
... I don't know anything about lighttpd configuration, but any clearsilver cgi should be like any other cgi in terms of configuration. If you provide more...
Brandon Long
blong42
Offline Send Email
Nov 9, 2006
6:29 pm
849
On Thu, 9 Nov 2006 10:20:07 -0800 ... Brandon is right, there is nothing clearsilver specific in the configuration of lighttpd. I use clearsilver with lighttpd...
Gerald Dachs
gdachs
Offline Send Email
Nov 9, 2006
8:32 pm
850
Is it possible to use an 'each' to loop over the chilren of the root HDF element? I.e. with this HDF: first = whatever second = something third = again loop...
Barney Boisvert
barneyboisvert
Offline Send Email
Nov 10, 2006
9:53 pm
851
... At the moment, no. Brandon -- "Video games, not parents, are to blame for many of these teenage crimes. I'm certain it was Frogger that taught my son to...
Brandon Long
blong42
Offline Send Email
Nov 13, 2006
3:38 am
852
I am using a MVC pattern and the components I have chosen to implement the framework are the following: -Web Server:Lighttpd -View:ClearSilver ...
novella_buon
Offline Send Email
Nov 14, 2006
11:58 am
853
Hello! I have found website where CS jobs are available. If any one is interested then apply online. http://www.thecertifications.com/jobs Regards, Mark...
maark_glass
Offline Send Email
Nov 14, 2006
12:55 pm
854
... Thursday last week I wrote to the mailinglist that I use clearsilver with fastcgi, so the answer is yes. Gerald...
Gerald Dachs
gdachs
Offline Send Email
Nov 14, 2006
2:36 pm
Messages 825 - 854 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