Re: [Zope] Improved Zope Org Proposal

2006-06-25 Thread knitti
views. --knitti ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] attaching an image to an email

2006-06-28 Thread knitti
when you decode('base64') this string you get '\n ' which means, that you have to find out, which method or attribute of FileUpload gives you the actual data. (what you got is FileUpload.__repr__() or __str__()) --knitti ___ Zope mai

Re: [Zope] Override members values

2006-07-10 Thread knitti
quot; methods. http://docs.python.org/ref/new-style-attribute-access.html don't know how ZODB copes with this. or whether one needs to worry about that. --knitti ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No

Re: [Zope] Override members values

2006-07-11 Thread knitti
On 7/10/06, Garito <[EMAIL PROTECTED]> wrote: knitti escribió: There are any way to distinguish when the property is called by ZMI or FTP or another "system" call (about Zope) from the property when is called outside ZMI? not that I'm aware of. Now I have a property li

Re: [Zope] absolute_url is empty in __getattribute__?

2006-07-11 Thread knitti
On 7/11/06, Garito <[EMAIL PROTECTED]> wrote: In the line to test __getattribute__ to override some properties I try to access to the object's absolute_url but it's empty its not a property, ist a method: ObjectManagerItem.absolute

Re: [Zope] absolute_url is empty in __getattribute__?

2006-07-11 Thread knitti
On 7/11/06, Garito <[EMAIL PROTECTED]> wrote: knitti escribió: > On 7/11/06, Garito <[EMAIL PROTECTED]> wrote: >> In the line to test __getattribute__ to override some properties I try >> to access to the object's absolute_url but it's empty

Re: [Zope] How to best use Zope on SMP machines?

2006-07-12 Thread knitti
With a simple application architecture you'll also be more efficient with troubleshooting, if any problems arise. --knitti ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Relate

Re: [Zope] question on simple_send in MailHost

2006-07-17 Thread knitti
subject, body) self._send(mfrom, mto, body) and change the documentation to accept lists and strings, because parsing a comma-separated list of true rfc-822 addresses is far more complicarted than somestring.split(',') --knitti ___ Zope

Re: [Zope] question on simple_send in MailHost

2006-07-17 Thread knitti
i'd like to mention that I didn't test that code --knitti ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zop

Re: [Zope] question on simple_send in MailHost

2006-07-17 Thread knitti
On 7/17/06, Andreas Jung <[EMAIL PROTECTED]> wrote: Put this in the bugtracker...otherwise it will be lost. will do on one of the next days... --knitti ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No

Re: [Zope] Zope 2 for Windows

2006-10-12 Thread knitti
p using zope. Or even notice. --knitti ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] Zope 2 for Windows

2006-10-12 Thread knitti
e, if he or she has enough interesting things to do already. --knitti ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-ann

Re: [Zope] [WARNING] Garbage collection may be disruptive

2007-09-30 Thread knitti
ollection frequency. so each collection run might end up using less time. greetings, knitti ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/

Re: [Zope] backup full instances

2007-10-27 Thread knitti
that volume with Data.fs on it (throw perhaps a sync before, don't know if it makes a difference). So you get the copy at one point in time. you can also rsync from that. --knitti ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/list

Re: [Zope] running Zope/Plone on a Windows Virtual Machine?

2007-11-07 Thread knitti
hether that counts as "RAM intensive" or not depends on what you do with it and whether you have a comparison to another application. VMs tend to have a bit lower performance per MHz, so if you can live with that (and have the RAM to feed the VM) go ahead. You can later dec

Re: [Zope] running Zope/Plone on a Windows Virtual Machine?

2007-11-07 Thread knitti
g that a VM service would only require the RAM that Zope requires > normally. You would naturally think that the VM service would take up quite > a bit of RAM itself? I didn't say that. I just said, that respective to zope's RAM usage its irrelevant, whether it is ins

Re: [Zope] running Zope/Plone on a Windows Virtual Machine?

2007-11-07 Thread knitti
der why don't you just run 3 zope instances on the host? If its a pure zope application, then they won't interfere with each other. Although you can't upgrade zope idependently then, its in any case better resource-wise. --knitti ___ Zop

Re: [Zope] server slowed down to a crawl

2007-11-20 Thread knitti
haps the CPU cooler is dead and the CPU is in reduced performance mode? Perhaps some IO controller (disks?) is failing. Or your changes weren't cosmetic. Roll back to your last known good backup (you have one, right?) and apply cour changes a atomic as possible and test them --knitti

Re: [Zope] Frustrated with Python and Frameworks. Zope, Grok, Django, CherryPy

2007-11-27 Thread knitti
; for awhile and have good support and new addons being added all of the time > to > help me. Zope 2 has been around a long time already, and I *think* it'll be much longer. Much software which is being added on constantly is crap, because someone has to maintain the *existing* add-ons

[Zope] FYI: silent fail in ancient zope (2.10.3)

2010-02-03 Thread knitti
shing this resource. Debugging Notice Zope has encountered a problem publishing your object. Cannot locate object at: http://127.0.0.1:8087/a I searched almost a day for a silly typo :-) regards, knitti ___ Zope maillist - Zope@zope.org https://

[Zope] BTreeFolder2 strangeness (invisible objects?)

2011-09-06 Thread knitti
reebsd8) I would appreciate any idea which data structure I should have a closer look at, to preferrably recover or delete these objects. best regards, knitti ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** N