[Zope-dev] Core dumps - How to find out the bug?

2002-01-20 Thread Dario Lopez-Kästen
=0x82f9f14, arg=0x80cb8fc, kw=0x0) at Objects/classobject.c:489 -- - Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ will yield no hitsIT Systems Services

Re: [Zope-dev] Re: large files and --pymalloc on the new release? (was Re: no more SIG11 ...)

2002-01-17 Thread Dario Lopez-Kästen
on what to look out for are equally appreciated. thnks, /dario - Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ will yield no hitsIT Systems Services

Re: [Zope-dev] yes, segv11 and Broken pipes

2001-12-09 Thread Dario Lopez-Kästen
- Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ will yield no hitsIT Systems Services ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

With Oracle as well Re: [Zope-dev] More signal 11 restarts....

2001-12-07 Thread Dario Lopez-Kästen
Matt Kromer wrote: We have not been able to reproduce this problem in any deterministic way -- and the only people who seem to have it are those who are heavy MySQL users; it makes me think there is something in the adapter which is not behaving the same way under Python 2.1 than it did

Re: With Oracle as well Re: [Zope-dev] More signal 11 restarts....

2001-12-07 Thread Dario Lopez-Kästen
Well, that means the browser user clicked 'stop' -- Medusa is just telling you the channel went away on it. Thats normal when the browser chops the tcp connection. *looong sigh of relief* /dario ___ Zope-Dev maillist - [EMAIL

[Zope-dev] How to render DTML that is not stored in the ZODB?

2001-11-19 Thread Dario Lopez-Kästen
- Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ will yield no hitsIT Systems Services ___ Zope-Dev maillist - [EMAIL PROTECTED] http

Re: [Zope-dev] How to render DTML that is not stored in the ZODB?

2001-11-19 Thread Dario Lopez-Kästen
My suggestion would be to create a very thin wrapper class in Python for DTMLFile and use the advanced tab of the ZSQLMethod to make each row into a DTMLMethodish type thing. See: http://www.zope.org/Documentation/Guides/ZSQL-HTML/ZSQL.1.4.6.4.html Thanks, I'll look into that later on.

[Zope-dev] Lowlevel python/Zope Errors: asyncore.py and others...

2001-10-10 Thread Dario Lopez-Kästen
-Dev/531379 We are using the Zope 2.4.1 source release with Python 2.1.1, no pymalloc. IE Clients. Thank you for any input. /dario - Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ

[Zope-dev] Problems with Oracle DA and Dates

2001-10-01 Thread Dario Lopez-Kästen
on what might be going on, please reply; we are in DS mode here (we are having a prototype presentation during two weeks, starting tomorrow) and are feeling a bit desperate. Sincerely, /dario - Dario Lopez-Kästen Systems

[Zope-dev] HTMLFile vs DTMLFile

2001-09-27 Thread Dario Lopez-Kästen
Hello! Why would one want to use DTMLFile or HTMLFile, and what are the differences, benefits or drawbacks of each? Thanks in advance, /dario - wanting to understand... - Dario Lopez-Kästen Systems Developer Chalmers

[Zope-dev] Pre-process a REQUEST before Zope does anything else

2001-09-11 Thread Dario Lopez-Kästen
. - Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ will yield no hitsIT Systems Services ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev

Re: [Zope-dev] Declaring interfaces for Products

2001-09-10 Thread Dario Lopez-Kästen
In order to be able to publish a method TTW, they need to have a docstring, right? There is a project proposal to eliminate this DocString abuse :-) sounds nice :-) Now, in my interface defintion I want to provide doc-strings for all methods that are exposed (the interface),

[Zope-dev] z2.py and environment variables

2001-03-21 Thread Dario Lopez-Kästen
Hello! I am trying to understand how z2.py and enviroments variables work, so that I can have complete control of how I start Zope. I-am-not-a-Python-programmer-yet, so I apologise in advance if the question is a stupid one. Given the possibility to use INSTANCE_HOME etc, can I override most

[Zope-dev] Zope dumping core

2001-02-08 Thread Dario Lopez-Kästen
Hello! I am runing zope 2.2.5 on a Solaris box, and it is dumping core (suspect: SQL MEthods with oracle, FTP server). I am using it in conjunction with oracle. Could this be the culprit? Any help is appreciated. If we cannot get Zope to be stable we'll have to abandon it; this is not on my

[Zope] [OT] Disagreement (was Re: Ithy trigger....)

2001-01-30 Thread Dario Lopez-Kästen
Bill Andersson wrote: Be that as it may, it still does not constitute a flame-war. True. We are not having a flamewar. Yet. However, as I am sure you yourself have experienced, licensing issues/discussions in Open Source contexts require no more than a few heated mails to degenerate into a

Re: [Zope] Ithy Trigger Fingers (was Re: [Zope] License)

2001-01-29 Thread Dario Lopez-Kästen
most^H^H^H^H many subscribers will agree on this. Imagine the consequences of having the spooky ghost of the License Horse roaming about... *B* Cheers, /dario - asbestos suit is: on - Dario Lopez-Kästen Systems Developer

Re: [Zope] Editors [OT]

2001-01-25 Thread Dario Lopez-Kästen
Textpad www.textpad.com EditPluswww.editplus.com I am using TextPad mostly now. Of course, given the choice, I'd much rather use BBEdit or Alpha on a Mac /dario - Original Message - From: "Chris Withers" [EMAIL PROTECTED] To: "Tres Seaver" [EMAIL PROTECTED] Cc: [EMAIL

Re: [Zope] Some help required but no sarcastic comments this time please

2001-01-24 Thread Dario Lopez-Kästen
- Original Message - From: "Stephane Bortzmeyer" [EMAIL PROTECTED] Subject: Re: [Zope] Some help required but no sarcastic comments this time please On Tuesday 23 January 2001, at 23 h 17, the keyboard of "alankirk" [EMAIL PROTECTED] wrote: I am using Zope 2.2.2 on windows(this

[Zope-dev] Using Java (or JDBC) with Zope/Python

2001-01-12 Thread Dario Lopez-Kästen
Hello! I am exploring the possibilities of using JDBC with Zope, as well as investigating whether JavaBeans could be used from Zope/Python. It seems that most Python/Java stuff use the JPython/Jython approach and, IIRC, Zope and Jython/JPython don't mix very well/at all. Any pointers,

Re: [Zope] SELECT ... AS ... statement in ZSQL

2001-01-08 Thread Dario Lopez-Kästen
- Original Message - From: "Bowyer, Alex" [EMAIL PROTECTED] A simple question, but I can't seem to find a simple answer in any of the documentation... How do you do a SELECT AS statement in a ZSQL method? For example SELECT FirstName + " " + LastName AS FullName hmm... shouldn't

Re: [Zope] Acquisition: DTML Methods vs Documents

2001-01-05 Thread Dario Lopez-Kästen
Hello! I think hade a similar problem. It seems that you can only use methods for acquisition, not documents. I had an index_html DOC where I specified the structure of my site. In index_html I used dtml-var some_doc that and in some_doc I once dtml-var other_doc. The idea was that in my

[Zope] sqlgroup problems

2001-01-04 Thread Dario Lopez-Kästen
haviour then the examples in Chapter 10 Any help appreciated. I searched the archives but didn't find any answers, TIA, /dario - Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ will yi

[Zope] index_html woes - solved!

2000-12-28 Thread Dario Lopez-Kästen
-methods it all works as a charm. Lesson learned: need to catch up on acquisition mechanism :-) Sincerely, /dario - Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ will yield no hits

[Zope] index_html woes + more.... :-(

2000-12-27 Thread Dario Lopez-Kästen
help is appreciated. Thank you /dario - -------- Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ will yield no hitsIT Systems Services ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/m

[Zope] Gopher from Zope

2000-12-13 Thread Dario Lopez-Kästen
pher%20manifesto.txt - -------- Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ will yield no hitsIT Systems Services ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/m

Re: [Zope] multiple selects are not allowed

2000-12-13 Thread Dario Lopez-Kästen
of doing it? /dario - -------- Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ will yield no hitsIT Systems Services ___ Zope maillist - [EMAIL PROTECTED] http://li

[Zope] ZPatterns terminology

2000-12-08 Thread Dario Lopez-Kästen
te(s) I am developing. However I since I am still strugglig with the concept of aquisition, the Zpattersn terminology makes my head spin. :-) /dario still digging... - -------- Dario Lopez-Kästen Systems Developer Chalmers Univ. of

[Zope] Reasons for Apache?? SSL?? (was Running Mailman CGI under Zope ZServer)

2000-11-17 Thread Dario Lopez-Kästen
n resons for serving Zope behind Apache? Thanks for any input, Sincerley, /dario - -------- Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ will yield no hits

[Zope] Higher Educatoin Portal/Admin

2000-11-13 Thread Dario Lopez-Kästen
o would like to know if there is interest from Digital Creations in this matter. What do you people think? Feed(back) me! :) Sincerely, /dario - -------- Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] IC

[Zope] Zope + Java java Beans ??

2000-11-02 Thread Dario Lopez-Kästen
Hello! newbie alert Can I use Java with Zope? Can I call Java methods, beans from Zope/Python? /newbie alert Many thanks, /dario - Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ

[Zope] Fw: [cms-list] eMedicine, Inc. Receives Patent for Internet Publishing Software

2000-10-02 Thread Dario Lopez-Kästen
as seen on cms list. Would this affect Zope in any way? /dario - Original Message - From: "Evan Williams" [EMAIL PROTECTED] Interesting: - Information Today: http://www.infotoday.com/it/oct00/news14.htm "eMedicine, Inc. (http://www.emedicine.com), the

[Zope] Any Swedish/Nordic Zope Users?

2000-09-14 Thread Dario Lopez-Kästen
Hello! I am curious to see if there are any Swedish and/or Nordic users of Zope on this list. Cheers, /dario - Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ will yield no hits

Re: [Zope] Zope and the GPL poison pill

2000-09-13 Thread Dario Lopez-Kästen
From: "Toby Dickenson" [EMAIL PROTECTED] If that is your motivation then you may find that you get *more* back by not using the GPL. My contributions to Zope (both personal and on company time) are fairly significant in total, and would not have happened if Zope was under a GPL license.

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Dario Lopez-Kästen
ot completely wrong; if so, fell free to enlighten me. Sincerely, /dario - ------------ Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ will yield no hitsIT Systems Services ___

Re: [Zope] Could someone explain this DateTime behaviour to me?

2000-09-05 Thread Dario Lopez-Kästen
What version of Zope are you using? Various timezone bugs in DateTime.py were fixed in the latest version of Zope. Zope 2.2.1 source release /dario ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No

Re: [Zope] binary math filesize

2000-09-05 Thread Dario Lopez-Kästen
dtml-var "size/1024" get_size and getSize do not work for files (for reasons unknown to me; I am a Zope newbie :-). haven't tried for any other objects. Anybody knows more about the DateTime issues I posted about earlier? /dario - ------

[Zope] Help with calcualtions in DTML

2000-09-04 Thread Dario Lopez-Kästen
to something shorter and more intuitive, like, say, modification_time? :-)) - -------- Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ will yield no hitsIT Systems Services ___ Zope maillist - [EMAIL PROT

[Zope] FTP crashing Zope?

2000-08-29 Thread Dario Lopez-Kästen
Hello! I have latest Zope, buitl from source on a RedHat 6.2 machine. Using FTP Explorer I crashed (killed) my Zope instance while ftping in to port 8021. This was achieved by not setting FTP Explorer to use PASSIVe connections. Using Passive it works like a charm. Is this a bug in latest Zope

[Zope] SV: [Zope] Oracle ZODB + Thanks

2000-08-25 Thread Dario Lopez-Kästen
I am also interested in Oracle ZODB I also would like to take the opportunity to thank eveybody that helped clear the Zope DB performace questions I had the other week. Thank you all, it was most helpfull. Sincerely, /dario - Original Message - From: Satheesh Babu [EMAIL PROTECTED]

[Zope] Defining High Load in Heavily DB Driven site (was: [Zope] zope2.2.0 and what is high load)

2000-08-11 Thread Dario Lopez-Kästen
would appreciate any pointers to documentation or people to ask. Sincerely, /dario - ------------ Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology [EMAIL PROTECTED] ICQ will yield n

<    1   2