... I suspect the following pattern needs to be changed: ostream = tempfile.NamedTemporaryFile(suffix='.xml') try: data = exportXML(connection, oid, ostream) ...
Chris Withers
chris@...
May 1, 2006 10:04 am
157719
I apologize i've been out of town but I just got ur email. I'm don't know how to say this but since ur not satisfied with ur we igt, i want you to come here,...
Williams
etamaxlias@...
May 1, 2006 10:06 am
157720
... Cool :-) ... Hmm, can all the other benefits be used without storing blobs in seperate files on filesystems? FileStorage backup semantics are now "nice"...
Chris Withers
chris@...
May 1, 2006 10:23 am
157721
... Have a read of this: http://www.catb.org/~esr/faqs/smart-questions.html#urgent ... You've got Plone in the mix, you may get more help asking on a ...
Chris Withers
chris@...
May 1, 2006 10:30 am
157722
... In fact, you get this problem with trunk as well, so no matter. :-) I ran it with trunk, and didn't get the error, so I thought it was only my branch. But...
Lennart Regebro
regebro@...
May 1, 2006 10:54 am
157723
... I'm actually trying to write some tests for historyCopy, so I'm seeing these failrues when I run the OFS tests, so I'll fix 'em... However, if you can...
Chris Withers
chris@...
May 1, 2006 11:29 am
157724
... Yep, that looks like it. Either I'll make my first commit to Zope 2 ever :) or if you want to, you can change it to something like this: import tempfile ...
Benji York
benji@...
May 1, 2006 11:32 am
157725
Hi All, Any idea what's causing the svn failrues on the buildbot. This only seems to be affecting the Windows builds, with the Zope 2 & 3 trunk not currently...
Chris Withers
chris@...
May 1, 2006 11:32 am
157726
This is how it works for MySQL: insert into table_name ( ItemID, ItemDate, etc ) values ( <dtml-sqlvar ItemID type=int>, <dtml-sqlvar ItemDate type=string>, ...
Cliff Ford
Cliff.Ford@...
May 1, 2006 11:43 am
157727
Sorry. I know better, just got in a panic. "Chris Withers" <chris@...> wrote in message news:4455E30D.3010307@.... ... ...
Michael Havard
nhavar@...
May 1, 2006 11:51 am
157728
I don't think Zope provide the said feature. 1. I use ZopeTime (e.g. datetime_id.) as the last_insert_query id. You can use python date time too. 2. All...
Infor Gates
info_gates@...
May 1, 2006 12:38 pm
157729
... Hash: SHA1 ... You could try the following (back up everything first, of course!): - Stop the application server, then the storage server. - Test the...
Tres Seaver
tseaver@...
May 1, 2006 4:18 pm
157730
DateTime().strftime("%U") converts from date to week no. Is it possible to convert from (week,year,weekday) to a specific date in a python script in zope ? I...
Jonas Nielsen
jonasn@...
May 1, 2006 4:26 pm
157731
Hi there, i18n doesn't actually work for things marked as 'structure' in a page template in both Zope 2 and Zope 3. Zope 2 does do this with ...
Martijn Faassen
faassen@...
May 1, 2006 4:43 pm
157732
... Unicode in Zope 2 sounds like a big and nebulous topic about storing unicode in Zope 2. I hope this one is definitely off the agenda for Zope 2.10 as the...
Martijn Faassen
faassen@...
May 1, 2006 4:48 pm
157733
... I don't think that there is any related code :-) -aj -- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email:...
Andreas Jung
lists@...
May 1, 2006 5:01 pm
157734
... Some crucial branches, namely the 3.3 integration is scheduled for 2dn or 3rd, so I guess a release will be the 3rd or 4th. Good enough for me. I've fixed...
Lennart Regebro
regebro@...
May 1, 2006 5:05 pm
157735
... I just noticed this today. :) I'm not sure where it came from. I've just removed this entry. Jim -- Jim Fulton mailto:jim@... Python...
Jim Fulton
jim@...
May 1, 2006 5:06 pm
157736
For anyone else who might search the list in the future: Microsoft has confirmed that ASP error handlers in current versions of IIS 6 do not, can not, and will...
Steve McMahon
steve@...
May 1, 2006 5:18 pm
157737
... The DateTime API does not support this. -aj -- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email:...
Andreas Jung
lists@...
May 1, 2006 5:28 pm
157738
... Well, steal some code from http://svn.nuxeo.org/trac/pub/file/CalCore/trunk/src/calcore/isoweek.py maybe? -- Lennart Regebro, Nuxeo...
Lennart Regebro
regebro@...
May 1, 2006 5:34 pm
157739
... I think that is not 100% true-- I am not sure where the difference lies -- but as we discussed I am using ASP404 on Windows 2003 (at ...
Brian Sullivan
briansullivan@...
May 1, 2006 9:57 pm
157740
Tech |nvestment A|ert 05-01-2006 Nanotechnology st0cks continue to perform at superstar levels. We have carefully sifted through these cutting egde companies ...
Blaine Billings
blaine_billingsab@...
May 1, 2006 10:00 pm
157741
Hi there, One of my clients is using Plone on Solaris 9. We have set up one ZEO client on a Solaris machine and a ZEO server on another Solaris machine (for...
Cyrille Bonnet
cyrille@...
May 2, 2006 12:26 am
157742
... Hash: SHA1 ... I would check for a "rude" firewall between your appserver and the storage server: one which is closing sockets it sees as "idle" for too ...
Tres Seaver
tseaver@...
May 2, 2006 3:05 am
157743
Hi Tres, thanks for your response: it is very helpful. The posting you refer to is particularly helpful. Thanks for digging it up for me! Cheers, Cyrille ... ...
Cyrille Bonnet
cyrille@...
May 2, 2006 5:10 am
157744
Hi there, in a plone site (but I see nothing plone related with my problem) I can not access an image with the id view-source.gif (it is used by kupu). when I...
robert rottermann
robert@...
May 2, 2006 5:18 am
157745
Joesph Connors
wveu_list@egroups.com
May 2, 2006 5:49 am
157746
... You are trying to create a cascade of multiple ZEO Clients? That looks very odd. Usually a ZEO client talks directly to a ZEO server. -aj -- ZOPYX Ltd. &...
Andreas Jung
lists@...
May 2, 2006 7:23 am
157747
Hallo, I am trying to install a setup like shown below ZEO_M ... ... The ZEO_B should be a zeoclient of the ZEO_M (MainZEO). The reason for this setup ist that...