... 'ZOPEVERSION' in WinBuilders/mk/zope.mk is lacking the '-final'. ... The intent is that it works *wink*. ... Ah. It wasn't broken, just didn't work the way...
Sidnei da Silva
sidnei@...
Aug 1, 2006 1:52 pm
160268
Dear Coveted Braintrust, I was wondering if anyone had any experience with MySQL queries in Python in Zope: import MySQLdb import string request =...
Muk Yan
mukyan@...
Aug 1, 2006 6:51 pm
160269
Have a look at this: http://www.zope.org/Members/spinwing/ZSQL_Results Jonathan ... From: Muk Yan To: zope@... Sent: Tuesday, August 01, 2006 2:50 PM ...
Jonathan
dev101@...
Aug 1, 2006 6:57 pm
160270
... Zope Book 2.7 edition -> RDBMS chapter. The result object is an iterator will return a row of the resultset for each iteration. -aj ...
Andreas Jung
lists@...
Aug 1, 2006 7:02 pm
160271
... This is probably redundant. ... Assuming you want the person's name printed, change this line to: print result[0].name Think of the result from a ZSQL...
John Barham
jbarham@...
Aug 1, 2006 7:06 pm
160272
<http://linewitqhththing.com> %TEXT...
Debora
listna@egroups.com
Aug 1, 2006 7:20 pm
160273
Usually you install the database adaptor ZMySQLDB and make queries through a ZSQL Method object. ... -- _______________________________________________ Zope...
Dennis Allison
allison@...
Aug 1, 2006 7:41 pm
160274
Hi Dear home ownner, your Best CREjDIT RAjTES online (from 3 , 5%) at http://oketadesacesa.com _____ The Book. There are no other books. All that men need to...
Kelda Boor
connie@...
Aug 1, 2006 8:58 pm
160275
Hi Dears, I am looking for ideas of how to use a submitting button to pass several parameters to a python script. I have googled but I found different...
Alan
alanwilter@...
Aug 1, 2006 11:53 pm
160276
... From: "Alan" <alanwilter@...> To: <zope@...> Sent: Tuesday, August 01, 2006 7:53 PM Subject: [Zope] button to submit with several parameters and...
Thanks guys, but I got another solution that worked (after some hours googling). <input type="hidden" name="juser" tal:attributes="value juser"> Cheers, Alan ...
Alan
alanwilter@...
Aug 2, 2006 12:31 am
160279
... Never ever pass raw user input to a sql query! If you're not familiar with the phrase "sql injection"... google it :) The zope book relational databases...
Paul Winkler
pw_lists@...
Aug 2, 2006 12:33 am
160280
Dear customer. More-Size stimulates cell growth within the corpora cavernosa itself. Start making the changes right now by ordering our penis enlargement...
Karina Collins
argillaceousclio@...
Aug 2, 2006 5:56 am
160281
Hi, Apparently my knowledge of Zope/Python is still to limited. I have a product that derives from Folder. When I add this product to a folder via zmi I want...
Kees de Brabander
cj.de.brabander@...
Aug 2, 2006 10:39 am
160282
... Hash: SHA1 ... Do not do this in __init__ as you have no acquisition at that point. Use manage_afterAdd for that. jens ... Version: GnuPG v1.4.1 (Darwin) ...
Jens Vagelpohl
jens@...
Aug 2, 2006 10:52 am
160283
Hi. Im looking for informations about TSU for Zope. Does somebody have a license exception "TSU" for Zope? piotr.kowalski@... ...
laughter, rich with scorn, effervescent with the comic spirit. One has toin prison every Sunday. And I really needed a drink--toy thirst wouldn't...
Cassandra Bruce
CassandraBruce@...
Aug 2, 2006 12:06 pm
160286
... (TSU) Technology and software unrestricted This would ease us to export our product signifiicantly - otherwise we´re unable to deploy our stuff to a lot...
Kowalski, Piotr
piotr.kowalski@...
Aug 2, 2006 2:49 pm
160287
--On 2. August 2006 16:46:43 +0200 "Kowalski, Piotr" ... No idea what that means but the Zope Public License is license that allows you to do almost everything...
Andreas Jung
lists@...
Aug 2, 2006 4:20 pm
160288
... Didn't Sun Tsu write the "Art of Zope"? ... _______________________________________________ Zope maillist - Zope@... ...
David H
bluepaul@...
Aug 2, 2006 4:41 pm
160289
Hi, I'm trying to get the size of a file uploaded via an HTML form before it's written. "context.REQUEST.file" only accesses the file name, not the content....
AnThu Nguyen
Anthu.Nguyen@...
Aug 2, 2006 5:10 pm
160290
--On 2. August 2006 10:13:17 -0700 AnThu Nguyen <Anthu.Nguyen@...> ... Read the data into a string and determine the length of the string. -aj -- ZOPYX...
Andreas Jung
lists@...
Aug 2, 2006 5:17 pm
160291
Dears, Now I am facing an annoying problem. I have an application in Zope which calls a External Method, which calls a bash script via: var_pid =...
Alan
alanwilter@...
Aug 2, 2006 5:53 pm
160292
... From: "Alan" <alanwilter@...> To: <zope@...> Sent: Wednesday, August 02, 2006 1:52 PM Subject: [Zope] defunct process with os.spawn* ... It...
Jonathan
dev101@...
Aug 2, 2006 6:03 pm
160293
You need to call os.waitpid() at some point to clean up finished processes. - C ... _______________________________________________ Zope maillist -...
Chris McDonough
chrism@...
Aug 2, 2006 7:20 pm
160294
... I am unaware that this will work -- though I may be wrong. Usually, you would access the variables defined in the outer loop directly by their name. This...
Dieter Maurer
dieter@...
Aug 2, 2006 8:19 pm
160295
... Have a look at "ZSI" and/or "soappy". They directly support SOAP (client) access from within your Zope applications to SOAP services. Making Zope a SOAP...
Dieter Maurer
dieter@...
Aug 2, 2006 8:22 pm
160296
... Because these values are in general not too bad. ... You may drastically increase the RAM requirements of your Zope process: Each connection maintains its...