[Zope-dev] Re: [DB-SIG] SQLite as a Light DB component for Zope and Python

2002-04-03 Thread jose
Magnus Lyckå wrote: At 17:54 2002-04-01 -0800, William Trenker wrote: but a greenhorn at extending Python yet I had a crude but working Python extension module for SQLite up and running in 2 days So, we expect to see the announcement of a DB-API 2 complient SQLite driver any day then!

[Zope-dev] Why are ZClasses bad?

2002-04-03 Thread Dario Lopez-Kästen
Hello! I keep hearing people argue that ZClasse are bad, and I am curious as to why they are. I recall something about ZClasses and the catalog, but are there any other badness with ZClasses? /dario - curious - Dario

Re: [Zope-dev] Why are ZClasses bad?

2002-04-03 Thread Toby Dickenson
On Wed, 3 Apr 2002 11:40:36 +0200, Joachim Werner [EMAIL PROTECTED] wrote: Hi! I agree with most of what was said before, but have a few things to add - Most important: It is rather hard to change the base classes with ZClasses. In Python, you can do that very easily. Or you can adopt a

RE: [Zope-dev] Why are ZClasses bad?

2002-04-03 Thread Bjorn Stabell
I would really like to see a hybrid between ZClasses and the CMF's portal_types, so that you can define methods in the Python class that you want portal_type instances of this class to be able to overload. I'm currently abusing the CMF portal_types' actions to overload methods of these types.

[Zope-dev] Splitter problem #3

2002-04-03 Thread Petter Enholm
Hi, Like other people on the list I get problems with the splitter. I checked out latest version of Zope from cvs today, compiled wo_pcgi.py and started Zope. Running nicely. Then I shut down Zope and copied in a Data.fs file from Zope 2.4.3 - which by the way runs nicely on Zope 2.5.1-b1.

Re: [Zope-dev] Splitter problem #3

2002-04-03 Thread Andreas Jung
- Original Message - From: Petter Enholm [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 11:27 Subject: [Zope-dev] Splitter problem #3 I checked the directory containing ZopeSplitter and I saw that the __init__.py file was empy. I copied on the one from

RE: [Zope-dev] Re: [Zope] isecure XML-RPC handling.

2002-04-03 Thread Brian Lloyd
I think most people missed the point here. I don't think Rossen is asking for help on running zope or getting xml-rpc to work with it. He's observed a security problem: he believes the fact that a traceback including path names is included in the error response is a security exposure.

[Zope-dev] Satýlýk Daire (Sahibinden)

2002-04-03 Thread Doðan
Merhabalar, Ankara Sincan Fatih'te satmak istediðim 2 adet dairem var. 1.cisi G.O.P Mahallesinde : Kombili, PVC li, Çelik Kapýlý, Duvarlar alçýlý, Fayans kaplama, Mutfak Dolaplarý Laminant ve yeni, Metro projesine yakýn, Doðalgaz döþemesi tamam, güney cephe ve 3. kat, 3 oda bir salon.. -- Fiyatý

[Zope-dev] Better tracebacks proposal

2002-04-03 Thread Shane Hathaway
I've created a proposal that details what I'm working on to improve tracebacks for Zope 2.6. (A lot of the work is also going into Zope 3X.) http://dev.zope.org/Wikis/DevSite/Proposals/BetterTracebacks Everyone who is interested in improving Zope's tracebacks, please review the proposal and

Re: [Zope-dev] Simplification via custom protocol handlers: cvs://server/project,zope://foo ?

2002-04-03 Thread Craeg K Strong
Dieter Maurer wrote: Craeg K Strong writes: ... The Zope protocol handler idea is interesting, and I haven't thought this all the way through yet. Could dtml-var blat be thought of as referring to zope://blat where the Zope protocol is the default and therefore omitted? I do

Re: [Zope-dev] Re: [Zope] isecure XML-RPC handling.

2002-04-03 Thread Rossen Raykov
Hi all, My point was that Zope is revealing internal information that is believed to be private and invisible for the Internet users. It happens in its default (debug) installation and even after -D option is removed from the startup script. I try some XML-RPC requests against www.zope.org

Re: [Zope-dev] Splitter problem #3

2002-04-03 Thread Petter Enholm
That is correct, but in the CVS tree the file is empty. I checked out from the CVS tree yesterday. Here: http://cvs.zope.org/~checkout~/Zope/lib/python/Products/PluginIndexes/TextIn dex/Splitter/ZopeSplitter/ I also downloaded a tar ball for the HEAD tag, which also gives a __init__.py which