... What do you mean by "access it"? For .zexp file is only thought for importing it back through the same mechanism as you used to export it (that's why the...
Andreas Jung
lists@...
Jun 1, 2005 7:02 am
145042
There was a recent post about this very topic just recently. If you search the archive you will find the entire discussion. The short answer is that you...
Peter Millar
peter.millar@...
Jun 1, 2005 7:03 am
145043
I recently started to use ZODB and python as my chosen database solution. I am having a few problems with retaining changes in BTrees. I have read the...
Yair Benita
y.benita@...
Jun 1, 2005 8:37 am
145044
How do I go about reading a Zope file object in Python? I'd appreciate it if anyone could point me to a repository of small code snippets which illustrate some...
John Poltorak
jp@...
Jun 1, 2005 10:32 am
145045
Hi John, ... No, you can already do lots of things without CMF and using ZPT and python scripts. You asked for a working example, so, Dieter pointed you out to...
Josef Meile
jmeile@...
Jun 1, 2005 10:33 am
145046
... Maybe use a IISet (from BTrees.IIBTree), which follows the rules of persistence. -- Sidnei da Silva <sidnei@...> http://awkly.org - dreamcatching ::...
Sidnei da Silva
sidnei@...
Jun 1, 2005 10:33 am
145047
That is of course true, I only change the set and would like to save the information. Trying T[1]._p_changed = True gives an error: AttributeError: 'set'...
Yair Benita
y.benita@...
Jun 1, 2005 10:33 am
145048
Greetings. With a vvide variety of rememdies at the slashedprices, you can SS-AVE.. easily. This is a lawful and clever vvay to maintain dinero in your wallet....
teddy elwell
danoner@...
Jun 1, 2005 10:37 am
145049
... Define what "reading a Zope File object" means? You mean you want the body of an upload file? -aj _______________________________________________ Zope...
Andreas Jung
lists@...
Jun 1, 2005 10:47 am
145050
Zope 2.7 / ZPsyopgDA / PostgreSQL7.3.4 My problem is that we're running a lot of little websites on a single server. Each site has its own zope/zpsyopg...
David
davidr@...
Jun 1, 2005 11:05 am
145051
... I mean the thing that is created when I click on 'File' from the drop down menu of ZMI. I'm trying to learn some Python basics and hoping to use Zope as...
John Poltorak
jp@...
Jun 1, 2005 11:05 am
145052
... Why not use 'IOSet' in the BTrees package? -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ...
Max M
maxm@...
Jun 1, 2005 11:11 am
145053
Of course, that was it. I guess it also makes more sense. Works perfectly now, and may I say, much faster. Thanks, Yair ... ...
Yair Benita
y.benita@...
Jun 1, 2005 11:11 am
145054
... When you upload a file through HTTP upload then you can access the body as context.REQUEST['yourfile'].read(). Means the uploaded file is temporarily...
Andreas Jung
lists@...
Jun 1, 2005 11:20 am
145055
Hi there, Try our revolutionary product, C_I_A_L_I_S Soft Tabs. New improved formula makes it even better. Cialis Soft Tabs is the new impotence treatment drug...
Devon Spaulding
dspaulding@...
Jun 1, 2005 11:24 am
145056
... Suppose your file 'myFile' and your script 'myScript' in the same folder. You can get file data in your script using 'data' property: fileData =...
Vital Lobachevsky
tick@...
Jun 1, 2005 12:05 pm
145057
... You should *not* do that. You are using an implementation detail that is unlikely thought to be used for public use. You should use str(container.myFile)...
Andreas Jung
lists@...
Jun 1, 2005 12:21 pm
145058
... http://zopelabs.com/ Note there is a "Python(Script)" category with over 100 recipes: http://zopelabs.com/cookbook/byCategory?category=Python%28Script%29 ...
Paul Winkler
pw_lists@...
Jun 1, 2005 1:53 pm
145059
... beside the fact its a not really public attribute, it isnt even garantied to be s simple string. Most of the time its a Pdata object chain. And yes,...
Tino Wildenhain
tino@...
Jun 1, 2005 2:31 pm
145060
... As one who picked up Python and Zope/Plone together I'd HIGHLY, HIGHLY recommend that you avoid the extra complication of Zope when learning Python. Once...
Nikko Wolf
nikko-wolf@...
Jun 1, 2005 2:46 pm
145061
... How would I extend this so that the Python script could read data from an independently maintained text file which could uploaded periodically? ie using a...
John Poltorak
jp@...
Jun 1, 2005 2:47 pm
145062
This is to announce the release of Pound v1.9. Changes in this version: - Added the VerifyList configuration flag (CA root certs + CRL) - CRL checking code -...
Robert Segall
roseg@...
Jun 1, 2005 3:26 pm
145063
... In that case you should use Zope3. Zope2 is highly-unpythonic, and using it pretty much requires you to learn Zope first, and Python later. Zope2 should be...
Lennart Regebro
regebro@...
Jun 1, 2005 3:55 pm
145064
... To get to the local file system, you must use an external method, which works very much like a Python script, but gets its code from a Python file on the...
J Cameron Cooper
zope-l@...
Jun 1, 2005 4:04 pm
145065
... Just to be picky, if you install Plone, you're installing most of the CMF functionality. Plone is heavily based on the CMF, at least tool-wise. (Most of...
J Cameron Cooper
zope-l@...
Jun 1, 2005 4:14 pm
145066
... This one is still a big issue. I'm presuming that neither Zope nor Python have addressed XForms. Does anyone here know of a project which has that I can...
Nikko Wolf
nikko-wolf@...
Jun 1, 2005 5:35 pm
145067
... This is the way I had been thinking of setting it up, but can't find an example of opening and reading such an object. I thought there may be something...
John Poltorak
jp@...
Jun 1, 2005 6:16 pm
145068
... Here's a "Script (Python)" and a ZPT that does what I think you want. Notes: - I called the script "parse_file" so if you rename/relocate it fix the line...
Nikko Wolf
nikko-wolf@...
Jun 1, 2005 7:26 pm
145069
Hi there, Try our revolutionary product, C_I_A_L_I_S Soft Tabs. New improved formula makes it even better. Cialis Soft Tabs is the new impotence treatment drug...
Abe Henson
henson@...
Jun 1, 2005 7:43 pm
145070
... In some sense, this is the case -- also not directly controlled by time. Idle connections "expire" when the DA object is flushed from the ZODB cache. The...