[Zope-dev] Compiled Python as an Extension file

2000-06-21 Thread Dr. Peer Griebel
Hi, I managed to patch zope to accept compiled python files in the Extensions directory. I don't know what to do with my path. Where could I put it - into the Wiki pages? -- connection reset by Peer ___ Dr. Peer Griebel

[Zope-dev] alpha SOAP support

2000-06-21 Thread Petru Paler
Hi everyone, Here's a very rough cut at adding SOAP support to Zope. It is mostly a shameless adaptation of the already existing XML-RPC support and it probably has alot of problems, but it should provide a starting point. Don't expect too much out of it for now since: 1) it was writt

Re: [Zope-dev] Error running on port 80, different IP than default

2000-06-21 Thread Dieter Maurer
> Just installed zope from source on a fresh Linux-box. Defined a zope-user > and a zope-group to run Zope and everything works just fine if a run it with > the default z2.py. I want to run it on a different ip, an alias to eth0, > and on port 80. But when I change z2.py to reflect this I get

[Zope-dev] RE: [Zope] Please test this Zope 2.2 beta 1 ZSQLMethods fix...

2000-06-21 Thread Ron Bickers
While I wasn't having the exact problem described below, this does appear to have fixed the problem I was having with SQL Methods not being able to access ZClass properties because of authentication problems. My ZClass was working fine in 2.1.4/5/6, but not in 2.2beta1 because of this. Now it wo

[Zope-dev] ZCatalog text field complex searches still broken

2000-06-21 Thread R. David Murray
I just ran some simple tests in 2.2.0b1, and as far as I can see, text field searching is still broken. A two word search string, one word of which is valid (and returns results when used by itself) and one of which is not yeilds no hits. This is true regardless of whether or not the words are j

[Zope-dev] ZEO on NT?

2000-06-21 Thread julio dinis
Hello zopistas! I've tested zeo on linux and it works really great!! ZEO is very good! Now I'm having some problems installing on NT. I can put two ClientStorage connected to the StorageServer, but only the one I first start can write to the StorageServer. The second Client cant write and neith

Re: [Zope-dev] Re: [Zope] Please test this Zope 2.2 beta 1 ZSQLMethods fix...

2000-06-21 Thread David C. Kankiewicz
Juan Carlos Coruña wrote: > It seems to work properly. But all the old ZSQL methods are converted > to folders and you must create the ZSQL methods another time. The > folders that appear aren't accesible and displays the error "Resource > not found". I got all the ZSQL methods, in a CVS version

[Zope-dev] Re: [Zope] Please test this Zope 2.2 beta 1 ZSQLMethods fix...

2000-06-21 Thread Juan Carlos Coruña
Title: Re: [Zope] Please test this Zope 2.2 beta 1 ZSQLMethods fix... >> Mensaje original << El 21/06/00, 17:25:39, Brian Lloyd <[EMAIL PROTECTED]> escribió sobre el tema [Zope] Please test this Zope 2.2 beta 1 ZSQLMethods fix...: > Hi all, > Several folks

[Zope-dev] Re: [Zope] ZScheduler-0.0.6 problem

2000-06-21 Thread Loren Stafford
Could we continue this discussion on zope-dev, because this is an alpha-level product at this point? I have ZScheduler 0.0.6 running on a Linux machine (www.fippless.org at CodeIt Computing), so we can't say it's an NT vs. Linux problem. It's more likely a Linux/Python/Zope configuration issue. T

Re: [Zope-dev] zope-cocoon interoperability( Zope/XML )

2000-06-21 Thread Josh Zeidner
You should definately take a look at the work being done with Zope and XML. In a nutshell, DC and FourThought are making the Zope object tree DOM compliant. In addition, XSLT operations will be supported similar to the way DTML methods interact with Zope. Also XPath and XLink are being

[Zope-dev] Please test this Zope 2.2 beta 1 ZSQLMethods fix...

2000-06-21 Thread Brian Lloyd
Hi all, Several folks have reported problems in beta 1 with SQLMethods having authentication problems when trying to call other SQL Methods. I'd like a few intrepid volunteers to try something for me to see if it fixes the problem. I'd like to make a 2.2 beta 2 release tomorrow but I want to

[Zope-dev] zope-cocoon interoperability

2000-06-21 Thread drawingincode
hi, wish to introduce to everyone a thought. i see great value in zope and cocoon interoperability. just to ponder:) will elaborate before next dance here is my post to cocoon_group today: thank you michael (//xml.apache.org..) IMHO, cocoon and zope interoperability is a win win situation. -for

Re: [Zope-dev] Catalog acquisition problems?

2000-06-21 Thread Martijn Faassen
Dieter Maurer wrote: > Martijn Faassen writes: [snip acquisition 'problem' with the catalog] > I can understand that the result is not what one wants, but > when I understand aquisition correct, it is in accordance > with the documentation. Yes, after some more pondering and some experimentation

[Zope-dev] Error running on port 80, different IP than default

2000-06-21 Thread Thomas Weholt
Hi, Just installed zope from source on a fresh Linux-box. Defined a zope-user and a zope-group to run Zope and everything works just fine if a run it with the default z2.py. I want to run it on a different ip, an alias to eth0, and on port 80. But when I change z2.py to reflect this I get an erro

[Zope-dev] Zope 2.2.0b1 not authorized

2000-06-21 Thread Juan Carlos Coruña
Title: Zope 2.2.0b1 not authorized I have a ZSQL method embedded into another ZSQL method and when I execute it I become the following error: “Error, Unauthorized: You are not authorized to access SQL.” If I execute the embedded ZSQL method alone I become no errors. The two methods have the sam