Re: [Zope] Messing with the namespaces stack [Was: (no subject)]

2000-06-29 Thread Jim Hebert
On Thu, 29 Jun 2000, Shane Hathaway wrote: > Actually what you did is pretty clever, Jim. It even relies on stable > interfaces. Uh oh, careful, I'm encouragable and you'll really have a monster on your hands. ;-) > > The reason for the inner dtml-with is that my pages are DTML Methods, not O

RE: [Zope] MySQL Select Statements

2000-06-29 Thread Ron Bickers
> If I don't specify my Selects using "AS", I then get the following error > message: > > Error Type: KeyError > Error Value: SubjectName Traceback (innermost last): File /usr/local/Zope-2.1.6-linux2-x86/lib/python/ZPublisher/Publish.py, line 214, in publish_module File /usr/local/Zope-2.1

Re: [Zope] MySQL Select Statements

2000-06-29 Thread Michael Blewett
At 14:08 30/06/2000 +1000, Curtis Maloney wrote: > > Is this just an oddity with the MySQLDA/Db adapters or am I overlooking > > something blatantly obvious here? All the examples on zope.org don't have > > the extra "AS Column1" additions on them and I was wondering if this is a > > Zope/mySQL-u

RE: [Zope] MySQL Select Statements

2000-06-29 Thread Michael Blewett
Hi Ron, If I don't specify my Selects using "AS", I then get the following error message: Error Type: KeyError Error Value: SubjectName Traceback (innermost last): File /usr/local/Zope-2.1.6-linux2-x86/lib/python/ZPublisher/Publish.py, line 214, in publish_module File /usr/local/Zope-2.1

Re: [Zope] ZPatterns: Deleting objects from a Rack?

2000-06-29 Thread Bill Anderson
Chris Withers wrote: > > Bill Anderson wrote: > > What happens when the object is in multiple racks? > > (Assuming it is possible) > > Then it'll be missing if something tries to get it from a rack. The same > thing as would happen if something tried to get it from a single rack > after it'd bee

RE: [Zope] MySQL Select Statements

2000-06-29 Thread Ron Bickers
Why do you say you "must" use the AS statement? Do you get an error otherwise? MySQLdb 0.2.2 is broken when used with ZMySQLDA. But 0.2.1 works okay for me. Andy Dustman (author of the MySQLdb) said he will fix it and hinted that one should use the ZMySQLDA that is on Zope.org (v1.2.0 now I be

Re: [Zope] MySQL Select Statements

2000-06-29 Thread Curtis Maloney
On Fri, 30 Jun 2000, Michael Blewett wrote: > Hi Everyone, > Just need someone to put me straight here. When I use Select statements in > an SQL Method I cannot simply : > > Select Column1, Column2 etc > from TableA. > Depending on the column names, yes you can. I just tested it not, and it wor

Re: [Zope] Messing with the namespaces stack [Was: (no subject)]

2000-06-29 Thread Shane Hathaway
Jim Hebert wrote: > I'll go ahead and embarrass myself now, and explain what I did. Other > people can chime in with "wow, that was dumb, here's the right way to do > that" as needed (I'd really welcome that, actually!). Actually what you did is pretty clever, Jim. It even relies on stable inter

Re: [Zope] Messing with the namespaces stack [Was: (no subject)]

2000-06-29 Thread Jim Hebert
On Fri, 30 Jun 2000, Hamish Lawson wrote: > Jim Hebert wrote: > > > Is there a reason you can't do this by just messing with the > > namespaces stack, ie, adding additional folders to it? > > I had been latterly thinking this myself and set about trying to do it, > but being new to Zope develo

[Zope] Search Interface

2000-06-29 Thread David Trudgett
I'm having some trouble setting up a search interface into a ZCatalog. I want to create a text index on the contents of my DTML documents, but I can't seem to get it to work. It search on title just fine. I think my problem is that I don't know how to create the right index, and what to call i

[Zope] Traversal of ZODB

2000-06-29 Thread David Trudgett
I wonder if anyone has a sample Python script that traverses the ZODB to query or perform arbitrary operations on the objects found in it? My present requirement is to write a script that goes through and does some automated updating of several dozen DTML documents. Thanks. David Trudgett _

Re: [Zope] dhtml-try broken in 2.2.0b3?

2000-06-29 Thread Shane Hathaway
Fixed today. :-) Shane Cary O'Brien wrote: > > I was porting some stuff that had a dtml-try to > the newest Zope (2.2.0b3) and I had problems > with a dtml-try block. > > I tried a fresh install and had the same problem. > > To reproduce, create a DHTML method with > > > > > It blew u

[Zope] Zope/Apache Question.

2000-06-29 Thread Angel R. Rivera
I would like to thank Bryan Stillwell <[EMAIL PROTECTED]> for his help-that is what i needed. I have Zope and Apache working together->except for the URL rewriting so I can use http://localhost/Zope and get it to launch... I am still reading docs but have multiple versions of RewriteRule. Any po

[Zope] MySQL Select Statements

2000-06-29 Thread Michael Blewett
Hi Everyone, Just need someone to put me straight here. When I use Select statements in an SQL Method I cannot simply : Select Column1, Column2 etc from TableA. Instead I must use the AS statement ie Select Column1 AS Column1, Column2 AS Column2 from TableA. Is this just an oddity with the My

[Zope] dhtml-try broken in 2.2.0b3?

2000-06-29 Thread Cary O'Brien
I was porting some stuff that had a dtml-try to the newest Zope (2.2.0b3) and I had problems with a dtml-try block. I tried a fresh install and had the same problem. To reproduce, create a DHTML method with It blew up Accessing the document errors out with... Zope Error Zope has

[Zope] Re: [ZCommerce] Secure storage of credit card info

2000-06-29 Thread Andrew Kenneth Milton
+[ Curtis Maloney ]- | On Fri, 30 Jun 2000, Andrew Kenneth Milton wrote: | > Just to make those people who think "It will never happen to me" think | > twice, the Australian Government Treasury site was hacked and lots of | > banking details about lo

[Zope] Re: [ZCommerce] Secure storage of credit card info

2000-06-29 Thread Curtis Maloney
On Fri, 30 Jun 2000, Andrew Kenneth Milton wrote: > Just to make those people who think "It will never happen to me" think > twice, the Australian Government Treasury site was hacked and lots of > banking details about lots of small businesses was released. > > The Australian Treasury was very hap

[Zope] 2.2b3 hangs a lot

2000-06-29 Thread Bak @ kedai
hi all been running 2.2.0b3 for a few days now. config redhat6.1 postgres ZPygreSql kmnetnews after some time, zope just hangs. when i do top, there's no processor usage at all on all python processes. after a few minutes, zopes wake up and continue to serve. the cycle continues after some

[Zope] (no subject)

2000-06-29 Thread Hamish Lawson
Jim Hebert wrote: > Is there a reason you can't do this by just messing with the > namespaces stack, ie, adding additional folders to it? I had been latterly thinking this myself and set about trying to do it, but being new to Zope development, didn't have much success! I presume it involves mo

[Zope] RE: Ref mxODBC and Zope

2000-06-29 Thread Jay, Dylan
no, but I have since worked out how do it... I think. The problem is that the DateTime module of mxODBC is compiled. It needs to be renamed or repackaged to prevent the name confict. Then it needs to be recompiled. On unix I don't think this is very hard. However I am windows and this will requir

Re: [Zope] WebOS and Zope

2000-06-29 Thread Bill Anderson
Jason Spisak wrote: > Curtis Maloney writes: [...] > > Interestingly enough, I had recently been joking about with some friends > > about doing something like this. Simulating a Win9x desktop with ZOPE and > > Javascript. > > > > I don't know jack about javascript really. Is that all they a

[Zope] Kid clicking and Zope thread deadlock

2000-06-29 Thread Hung Jung Lu
Yikes, I was affraid that I might get kid clicking problems in Zope. And now I got it. Help is needed. "Kid clicking" is a technical term used in multimedia game programs, referring to firing multiple click events quickly. The most scary part is that under intense clicking, a multi-threaded pr

[Zope] Zope for Client / Server Game advice seeked

2000-06-29 Thread David Stidolph
I'm working on a Client / Server game.  My plan is to write the Gamecode on the server (and some on the client) in Python and use Zope as the persistent database solution and interface to the server.  The game objects will probably be based on C++ objects and I was considering using SOAP a

Re: [Zope] Howto engineer a scientific paper system

2000-06-29 Thread Ben Leslie
> XML stuff in zope. Which leads me to the later suggestion, I have > tried out DocBook product, rendering is very slow on my computer. > And again it is too big of a new concept for me now. Yeah, I find rendering slow on my workstation too. (And mine is reasonably fast - 450mhz). DocBook does se

Re: [Zope] WebOS and Zope

2000-06-29 Thread Jason Spisak
Curtis Maloney writes: ILet me correct myself, when I said they were going to release it opensource, it looks like just their HyperOffice suite and apps, not the "OS" itself. :( > On Fri, 30 Jun 2000, Jason Spisak wrote: > > Zopists, > > > > I have been away for a bit, and will be gone again soo

Re: [Zope] Newbie question on Zope and WorldPilot

2000-06-29 Thread Angel Rivera
thanks that did it... At 11:48 AM 6/29/00 -0600, Bryan Stillwell wrote: >On Thu, 29 Jun 2000, Angel Rivera wrote: > > > Hey Zope Meisters > > > > I am a newbie who is trying hard to get WorldPilot to > > run. i think i got most of it to work until it comes to add > > a WorldPilot Product Inst

Re: [Zope] Namespace question

2000-06-29 Thread Nick Garcia
Rogerio Atem de Carvalho wrote: > > Hi, > > I working on an structure like this: > > folder1 > | > folder11 > | > folder111 > > I have some objects in folder111 which I want to pass > as parameters to a dtml method in folder1 (two levels > above). I tried

RE: [Zope] Version Lock Error

2000-06-29 Thread Chris McDonough
When the users hit a DTML method that tries (maybe in a roundabout way, have a ZCatalog?) to write to an object in the ZODB that's been locked in a version, you'll get this. Try to figure out where it's happening by examining the DTML method that they're hitting and figure out where you're trying

RE: [Zope] Backing Up Zope (was: Re: [Zope] Data.fs.lock?)

2000-06-29 Thread Erik Enge
On Thu, 29 Jun 2000, Wilkinson Charlie E wrote: > This would be consistent with "atomic updates." What it means is > that a transaction is not written to the Data.fs file until it has > completed, and when it is finally written out, it's done as an > atomic operation, i.e. at the system level it

[Zope] thread.error

2000-06-29 Thread Fusion Group
I'm running Zope on my ISP's virtual server, but when I try to access my IP on port 8080, I get the following error: 2000-06-29T22:03:59 ERROR(200) ZServer Server Error: thread.error, can't start n ew thread : file: /usr/home/orb6b/usr/zope/Zope-2.1.6-linux2-x86/ZServer/PubCore/ZRendezvo us.py li

[Zope] Version Lock Error

2000-06-29 Thread ksmith
Hello, For some reason anonymous users are getting locked out of the site when I try to use versioning. It doesn't happen right away, only after I've made a few changes. Does anyone have any ideas on what's happening?? Thanks in advance. Kevin Smith

[Zope] Namespace question

2000-06-29 Thread Rogerio Atem de Carvalho
Hi, I working on an structure like this: folder1 | folder11 | folder111 I have some objects in folder111 which I want to pass as parameters to a dtml method in folder1 (two levels above). I tried something like: where par1 and par2 are strings and

RE: [Zope] Backing Up Zope (was: Re: [Zope] Data.fs.lock?)

2000-06-29 Thread Wilkinson Charlie E
Title: RE: [Zope] Backing Up Zope (was: Re: [Zope] Data.fs.lock?) > -Original Message- > From: Erik Enge [mailto:[EMAIL PROTECTED]] > > On Thu, 29 Jun 2000, Jeff K. Hoffman wrote: > > > It is my understanding that the ZODB on disk is always in a > consistent > > state; Jim has said,

Re: [Zope] Backing Up Zope (was: Re: [Zope] Data.fs.lock?)

2000-06-29 Thread Shane Hathaway
"Jeff K. Hoffman" wrote: > > On Thu, 29 Jun 2000, Erik Enge wrote: > > > On Thu, 29 Jun 2000, Jeff K. Hoffman wrote: > > > > > It is my understanding that the ZODB on disk is always in a consistent > > > state; Jim has said, in the past, that you can simply make a copy of > > > Data.fs, even whi

Re: [Zope] DCOracle Problem

2000-06-29 Thread David A Lipsky
True, but the stored procedure I am calling is intended to return many rows of data (tens of thousands on occasion). I need a cursor for that. >On Thu, 29 Jun 2000, David A Lipsky wrote: >> curs = conn.cursor() >> conn.procedures.some_stored_procedure(curs) > > Do not pass cursor - pass par

Re: [Zope] Re: Prototyped folders?

2000-06-29 Thread Jim Hebert
On Thu, 29 Jun 2000, Hamish Lawson wrote: > I wrote: > > If a folder doesn't itself contain a required object or method, I'd > like to have another folder looked in instead. The fall-back folder > won't necessarily (and often can't) be higher in the hierarchy, so > acquisition doesn't se

[Zope] [lines] element in "property sheets" ++ \345 29 \345r ..

2000-06-29 Thread Jørgen Skogstad
Kindest.. I have object contained in ZObjects .. and I have some object "parsing" the contents based on a search.. The type in the property sheet is; [text] Beneath is the dtml code used to print the main content of the type mentioned above .. Annonse tekst: .. my problem is that the final

Re: [Zope] Non compliant robots

2000-06-29 Thread Graham Chiu
In article <[EMAIL PROTECTED]>, J. Atwood <[EMAIL PROTECTED]> writes > >I have exactly the same problem (robot hits my site, I get 400 emails of >errors even with a robots.txt file). I am not sure what the answer is except >to add something to your error page that would filter out robot errors. S

Re: [Zope] Win2000

2000-06-29 Thread Brad Clements
On 28 Jun 2000, at 23:40, Robin Becker wrote: > The boss says he couldn't install Zope on our Win2000 box. He tried 3 > times. Anybody else have a problem with M$'s latest? Works fine for me on win2k Brad Clements,[EMAIL PROTECTED] (315)268-1000 http://www.murkworks.com

[Zope] unable to download zope product for x86

2000-06-29 Thread Rajil Saraswat
I am unable to download zope for winNT on the zope products page. the server is giving time out on linux, and asks for user and password in win2000(using gozilla!). is there any other alternative site for downloading zope. thanks ___ Zope maillist -

RE: [Zope] Backing Up Zope (was: Re: [Zope] Data.fs.lock?)

2000-06-29 Thread Jeff K. Hoffman
On Thu, 29 Jun 2000, Erik Enge wrote: > On Thu, 29 Jun 2000, Jeff K. Hoffman wrote: > > > It is my understanding that the ZODB on disk is always in a consistent > > state; Jim has said, in the past, that you can simply make a copy of > > Data.fs, even while Zope is running, without problems. >

Re: [Zope] Backing Up Zope (was: Re: [Zope] Data.fs.lock?)

2000-06-29 Thread Bill Anderson
> Wilkinson Charlie E wrote: > > Just to start by pointing out the bloody obvious: > > - Restoring from backup means you lose all data between > backup date/time and system failure. Sucks, but it > beats losing *all* your data. (RAID5 anyone?) A) Please: no html! B) I just had one weird

RE: [Zope] Backing Up Zope (was: Re: [Zope] Data.fs.lock?)

2000-06-29 Thread Erik Enge
On Thu, 29 Jun 2000, Jeff K. Hoffman wrote: > It is my understanding that the ZODB on disk is always in a consistent > state; Jim has said, in the past, that you can simply make a copy of > Data.fs, even while Zope is running, without problems. But the Data.fs has to be updated sometimes. And i

[Zope] queries and tiny tables and python methods... oh my!

2000-06-29 Thread Timothy Wilson
Hi everyone, (Please excuse the vague Wizard of Oz reference in the sub., but my brain may be imploding. :-) I'm trying to merge several type of Zope objects, and I'm getting lots of little errors. I wonder if someone could suggest where my problem lies. 1. I'm querying our LDAP server to retri

[Zope] File upload failure. Help needed.

2000-06-29 Thread Urvashi Singh
Hi, I am a new user of Zope. I have Zope--linux2-x86.tar.gz bundle installed on my Linux machine, up and working. While I was trying to create a simple page using dtml files, I wanted to upload a few files from my hard drive onto Zope database. When I choose the Browse button to select a file f

RE: [Zope] Backing Up Zope (was: Re: [Zope] Data.fs.lock?)

2000-06-29 Thread Jeff K. Hoffman
On Thu, 29 Jun 2000, Wilkinson Charlie E wrote: > Another random thought is that if ZODB transactions and > writes are atomic, than none of this should be an issue. > Anyone know the answer to that one? It is my understanding that the ZODB on disk is always in a consistent state; Jim has said, i

[Zope] Adding DTML Templates to ZClass instances

2000-06-29 Thread Eron Lloyd
I would like to have an option when creating an instance of a folderish object to have a "index_html" template automatically added to the new object once it is created. I have the template for the inserted index_html sitting in my root directory of Zope. How can I tell the constructor method to ad

[Zope] Alternate User Folders Broken in 2.1.6? HELP!!!

2000-06-29 Thread jiva
It seems as if all the alternate user folders I have tried (GUF, UserDb, etc) all seem to be broken under 2.1.6 They worked fine in 2.1.4, but when I upgraded to 2.1.6 they broke!! HELP! I need to solve this ASAP! -- Dishonor will not trouble me, once I am dead. -- Euripides _

RE: [Zope] 2.2b3 Tutorial issues

2000-06-29 Thread Amos Latteier
> The tutorial included with 2.2b3 now "works"; however, the > documents are in > the wrong order (9, 10, 11, 1, 2, 3, 4 etc). And every page > generates a > JavaScript error on IE 5.01 (syntax error on line 74). Thanks for the bug report. I can easily fix the "order" issue, but I am so far un

Re: [Zope] How to update DTML built from Python level?

2000-06-29 Thread Lalo Martins
Well, I edited the file I mention below (documentEdit.dtml) and my changes aren't taking effect, no matter what (either on 2.2b3 and 2.1.6). (Reason: if Mozilla sees inside a , the text inside the textarea is centered in the textarea, which makes things quite unpalatable to work with. ;-) As Mo

[Zope] Getting Zope error when starting Zope, installed on ISP's machine

2000-06-29 Thread Fusion Group
I installed Zope on my ISP's virtual server, and I'm getting an error when I run the start script. The server is running Apache, but I don't really need to use Apache for this particular domain. I haven't tried to figure out how to access Zope through PCGI, because unless that is the only way to

RE: [Zope] DTML Document class Id bug, somewhat fixed. But now setName ...

2000-06-29 Thread Brian Lloyd
> And indeed the problem was with the fact that I was > subclassing the > DTML Document, which as explained in > http://www.zope.org/Members/AlexR/ZClassIDBug > somewhat mangles the Id property. Public thanks to Rik > Hoekstra <[EMAIL PROTECTED]> > for suggesting that. > I added th

Re: [Zope] Newbie question on Zope and WorldPilot

2000-06-29 Thread Bryan Stillwell
On Thu, 29 Jun 2000, Angel Rivera wrote: > Hey Zope Meisters > > I am a newbie who is trying hard to get WorldPilot to > run. i think i got most of it to work until it comes to add > a WorldPilot Product Instance and no matter what I have > tried it will not work. Can someone direct me to a

[Zope] LocalFS cache, was Re: ZODB or not ZODB?

2000-06-29 Thread Jonothan Farr
> How do you do to cache those objects, since LocalFS > referenced objects are not cached by Zope? They aren't cached. I experimented with adding a cache, but ran into some problems and gave up. It would probably be worth giving it another shot, though. --jfarr "Perl is worse than Python becaus

RE: [Zope] Backing Up Zope (was: Re: [Zope] Data.fs.lock?)

2000-06-29 Thread Wilkinson Charlie E
Title: RE: [Zope] Backing Up Zope (was: Re: [Zope] Data.fs.lock?) Just to start by pointing out the bloody obvious: - Restoring from backup means you lose all data between   backup date/time and system failure.  Sucks, but it   beats losing *all* your data.  (RAID5 anyone?) - With that in mi

[Zope] WebOS and Zope

2000-06-29 Thread Jason Spisak
Zopists, I have been away for a bit, and will be gone again soon, but I found this the other day: Has anyone checked out http://www.webos.com ? It's free to sign up, just use explorer 5.0 and try it. I was amazed. It has drag and drop, looks like a real desktop. Now for the Zope angle: I am cu

Re: [Zope] Howto engineer a scientific paper system

2000-06-29 Thread Nils Kassube
Pavlos Christoforou wrote: > contents in the formats required by most journals. Check also Lynx which Lynx is text-only web browser with a code open for lots of potential security issues. [A quick look to my TV: Netherlands vs. Italy still 0-0, okay, so I can write a bit more...] > is a minim

[Zope] Error on installing DemoPortal from PTK

2000-06-29 Thread Indra Gunawan
I've installed PTK import the demo portal, restart Zope. but when I want to create Portal object, (all of them succeeded). I'm using Zope 2.1.6 on Windows 2000, and using PTK 0.7.1 after I'm confirming my mail server, the page return something like this and stop Error Type: AttributeError Erro

Re: [Zope] Howto engineer a scientific paper system

2000-06-29 Thread Pavlos Christoforou
On Thu, 29 Jun 2000, [EMAIL PROTECTED] wrote: > Thank you for the comments and links for latex and docbook. > > Going the latex path seems to me worthwhile - but on another day > ;-) , I have already done some setup in zope that I would like to > build on. What I did not find about LaTeX was

[Zope] DTML Document class Id bug, somewhat fixed. But now setName ...

2000-06-29 Thread Walter A. Aprile
Hi, I had (have) a problem with the Id property on an Article class that subclasses the DTML document. And indeed the problem was with the fact that I was subclassing the DTML Document, which as explained in http://www.zope.org/Members/AlexR/ZClassIDBug somewhat mangles the Id pr

[Zope] Newbie question on Zope and WorldPilot

2000-06-29 Thread Angel Rivera
Hey Zope Meisters I am a newbie who is trying hard to get WorldPilot to run. i think i got most of it to work until it comes to add a WorldPilot Product Instance and no matter what I have tried it will not work. Can someone direct me to a doc or give me help? TIA, -ar Zope is: Zope-2.1.6-s

[Zope] RE: Zope Question entry: Security changes

2000-06-29 Thread Brian Lloyd
> Description: (I posted this to zope-dev, but havent seen an > answer yet. Im adding it here so it doesnt get forgotten) > > some questions raised by > http://www.zope.org/Documentation/How-To/ProductAuthorUpdateGuide > > > Firstly, how does the presence of > __allow_access_to_unprotected_

Re: [Zope] DCOracle Problem

2000-06-29 Thread Oleg Broytmann
On Thu, 29 Jun 2000, David A Lipsky wrote: > curs = conn.cursor() > conn.procedures.some_stored_procedure(curs) Do not pass cursor - pass parameters to the procedure and it returns a result. Oleg.(All opinions are mine and not of my employer) Oleg Broytmann Foun

[Zope] NOTICE: issue with database packing in current Zope releases

2000-06-29 Thread Brian Lloyd
Hi all, Jim found a problem with the algorithm for packing the Zope database that we wanted to announce so that folks can avoid being bitten by it until the fix is out (in b4). The gist of it is that you should not pack your database to a given time and then subsequently pack the database to

[Zope] Authentication, Anonymous and Public

2000-06-29 Thread Capesius, Alan
Title: Authentication, Anonymous and Public I'm running into a problem after implementing jcNTUserFolder in a subfolder of my site. Users can access the root level or particular subfolders anonymously. Once a user accesses the protected NTUserFolder, the credentials are saved in the browser

Re: [Zope] PowerMac 7500 with LinuxPPC and Zope?

2000-06-29 Thread James Harrison
on 6/27/00 8:34 PM, Curtis Maloney at [EMAIL PROTECTED] wrote: >> I would like to turn an old Mac 7500 into a Zope server. LinuxPPC installs >> on the Mac PowerPC using the Red Hat 6.1 linux distribution. Does anyone >> have any experience with Zope with this type of set up? >> http://jhh.cbm

[Zope] DCOracle Problem

2000-06-29 Thread David A Lipsky
I was wondering if you could help me with a problem I've been having with DCOrale, connecting to Oracle8i. import DCOracle conn = DCOracle.Connect(...) curs = conn.cursor() conn.procedures.some_stored_procedure(curs) curs.fetchall() curs = conn.cursor() conn.procedures.some_o

[Zope] bobobase_modification_time off by 1 day - why?

2000-06-29 Thread Luke Tymowski
Hello, Zope reports the bobobase_modification_time to be off by one day (1 day behind). The box has the right time (when checked from the OS), and asking Zope to return ZopeTime returns the correct date and time. Anyone know why? thanks, Luke __

Re: [Zope] Win2000

2000-06-29 Thread Robin Becker
In article <[EMAIL PROTECTED]>, Jeff K. Hoffman <[EMAIL PROTECTED]> writes >On Wed, 28 Jun 2000, Robin Becker wrote: > >> The boss says he couldn't install Zope on our Win2000 box. He tried 3 >> times. Anybody else have a problem with M$'s latest? > >Nope. 2.1.6, and the 2.2 betas, including the n

[Zope] DTML TREE TAG problem ???

2000-06-29 Thread Frederic Quin
Hi all, it's really bizarre... I use the dtml-tree tag with the "single" option activated, and also with the "sort" option. The tree is generated successfully but when I click on the "plus" image, Zope change the order of my items... Frederic ___ Zo

Re: [Zope] Multiple Languages

2000-06-29 Thread Dan Rusch
I posted a similar question here a few days ago, subject line Internationalization. The responses were less than overwhelming and although I greatly appreciated the suggestions from the people who did respond it was quite apparent that the problem of multilingual sites has not been solved graceful

RE: [Zope] Creating PythonMethod from ZClass constructor/method.

2000-06-29 Thread Brian Lloyd
> > Using Zope 2.2b3, I am trying to create a PythonMethod from the > constructor of my ZClass and keep getting an authorization > dialog. In my > MyZClass_add method, I have: > > > > > this(), > 'testMethod', > 'Test Method

Re: [Zope] Win2000

2000-06-29 Thread Jeff K. Hoffman
On Wed, 28 Jun 2000, Robin Becker wrote: > The boss says he couldn't install Zope on our Win2000 box. He tried 3 > times. Anybody else have a problem with M$'s latest? Nope. 2.1.6, and the 2.2 betas, including the newest 2.2b3, work fine on my Win2000 Professional box at home. It's running as a

Re: [Zope] Howto engineer a scientific paper system

2000-06-29 Thread Nils Kassube
[EMAIL PROTECTED] wrote: > build on. What I did not find about LaTeX was a screenshot (isn't it > a wysiwg enviroment on top of TeX marked-up text) and a content link No. LaTeX is, simply phrased, a collection of macros and templates for the TeX system. They include a lot of professional typese

[Zope] Getting at Zope (Version) Transactions

2000-06-29 Thread Darin Lee
Hail Zopistas, I would like to develop a "what's new" method that parses/accesses the undo transactions list for certain documents so I can post basic information about when they were added, updated etc. in a DTML method for display on my index page. This would also come in very handy for a f

Re: [Zope] Howto engineer a scientific paper system

2000-06-29 Thread [EMAIL PROTECTED]
Thank you for the comments and links for latex and docbook. Going the latex path seems to me worthwhile - but on another day ;-) , I have already done some setup in zope that I would like to build on. What I did not find about LaTeX was a screenshot (isn't it a wysiwg enviroment on top of TeX

Re: [Zope] Urgent problem: Database and large clock skew

2000-06-29 Thread Jim Flanagan
--Also Sprache Toby Dickenson <[EMAIL PROTECTED]> On Thursday, June 29, 2000 10:19 AM +0100: > That probably means you are using ZODB2, yes? (please say yes; ZODB3 > should be immune to this problem). If so, there used to be a tool to > correct the timestamps... you should be able

[Zope] Re: ZODB or not ZODB?

2000-06-29 Thread Rogerio Atem de Carvalho
> Jim Fulton writes: > > In theory, you could use ZCatalog to catalog objects in the > > file system or in a RDBMS, providing that you can provide > > paths for them. I don't think anyone's done this yet. There > > are bound to be bumps from wjoever does it first. :) > I use ZCatalog to c

[Zope] Passing Parameter without ?

2000-06-29 Thread saif
Hi, How do u pass parameter from one html page to another without using ? and REQUEST. i.e I wnat to pass the parameter as /. eg:- www.localhost.com/para1/para2 Thanzs for the help Saif... http://systemprg.hypermart.net ___ Zope maillist - [EMAIL

Re: [Zope] Multiple Languages

2000-06-29 Thread Christian Zagrodnick
Tino Wildenhain wrote: > Christian Zagrodnick wrote: > > > > has anybody figured out how to make a zope website multilingual? > > > > I have to make a website in German and English - > > but the database stuff etc. is all the same. > > > > Did anybody do that? > somewhat. I have the code to tell w

Re: [Zope] Data.fs.lock?

2000-06-29 Thread Erik Enge
On Thu, 29 Jun 2000, Chris Withers wrote: > Hmm, about extending this so you have 'rotating data.fs files' in the > same way you have rotating log files? In general, yes :-). Do you think it would be solving the right problem the right way? > Definitely, but I think it also needs to be solved

Re: [Zope] Passing Parameter without ?

2000-06-29 Thread Chris Withers
saif wrote: > eg:- www.localhost.com/para1/para2 I'm planning a product for Zope 2.2 that will do just this sort of thing... If you can bear with me, it might well be worth the wait :-) cheers, Chris ___ Zope maillist - [EMAIL PROTECTED] http://li

Re: [Zope] Multiple Languages

2000-06-29 Thread Tino Wildenhain
Hi Christian, Christian Zagrodnick wrote: > > Hi all, > > has anybody figured out how to make a zope website multilingual? > > I have to make a website in German and English - > but the database stuff etc. is all the same. > > Did anybody do that? somewhat. I have the code to tell what versio

[Zope] Backing Up Zope (was: Re: [Zope] Data.fs.lock?)

2000-06-29 Thread Chris Withers
Erik Enge wrote: > > On Thu, 29 Jun 2000, Chris Withers wrote: > > > Hmm, about extending this so you have 'rotating data.fs files' in the > > same way you have rotating log files? > > In general, yes :-). Do you think it would be solving the right problem > the right way? I think so, but tha

Re: [Zope] Howto engineer a scientific paper system

2000-06-29 Thread Nils Kassube
Ben Leslie wrote: > You might want to check out DocBook, (sorry don't have a URL handy). Official homepage of Doc Book http://www.oasis-open.org/docbook/ O'Reilly's DocBook: The Definitive Guide http://www.oreilly.com/catalog/docbook/index.html Official home page of the boo

Re: [Zope] Non compliant robots

2000-06-29 Thread J. Atwood
> What do people do when their sites get traversed by a robot that keeps > generating Zope errors ( cookies not enabled I guess ) that doesn't > observe the robots.txt conventions? ( I get the errors emailed me which > is annoying :-( ) Hey Graham, I have exactly the same problem (robot hits

Re: [Zope] Passing Parameter without ?

2000-06-29 Thread J. Atwood
http://www.zope.org/Members/mcdonc/HowTos/direct_traversal That might get you started.. it applies to most of what Zope can do. J > From: saif <[EMAIL PROTECTED]> > Date: Thu, 29 Jun 2000 15:33:00 +0530 > To: [EMAIL PROTECTED] > Subject: [Zope] Passing Parameter without ? > > Hi, > > How do u

Re: [Zope] Getting anonymous permissions

2000-06-29 Thread Oleg Broytmann
On Wed, 28 Jun 2000, J. Atwood wrote: > > Do something > Here: http://sun.med.ru/pcgi/Random/ I test visitors this way: Read-Only ADmin Login: road, password: map Never tried to play with permissions... Oleg.(All opinions are mine and not of my employer) Ole

Re: [Zope] Data.fs.lock?

2000-06-29 Thread Oleg Broytmann
On Wed, 28 Jun 2000, Erik Enge wrote: > >Pack and backup Data.fs.old. > > But what if the site is incredibly busy and transactions > are going on _all the time_? And can you automate the I beleive packing works fine in this situataion. > Pack function? (If I wanted to do it during the

Re: [Zope] Adding Products Breaking Zope

2000-06-29 Thread Oleg Broytmann
Hi! On Wed, 28 Jun 2000, Evan Simpson wrote: > SiteAccess 1.0.1 is meant to work with Zope 2.1.6 (and does, for me). I'd > like to get it working for you folks, as well. Does a fresh, empty install > of Zope w/SiteAccess on your respective platforms have this problem? I am in the process of

[Zope] Publicfile w/ Zope

2000-06-29 Thread Pierre-Julien Grizel
Hi there, Has anyone ever tried to use DJ Bernstein's "publicfile" web server with Zope ? Was it successful ?... FYI, Publicfile (http://cr.yp.to/publicfile.html) is a lightweighted http & ftp server, primarily designed for *security*. DJ Bernstein is the author of the qmail MTA. Thanks,

[Zope] Re: Zope won't let me call aq_parent in ZWiki?

2000-06-29 Thread Chris Withers
Hi Curtis, Sorry for the late reply, I've been on holiday :S Curtis Matthews wrote: > > I've just recently noticed I'm not able to call the JumpSearch and > RecentChanges methods in the Basic ZWiki because I'm not authorized to call > a method called aq_parent. Has anyone else had this problem,

Re: [Zope] ZPatterns: Deleting objects from a Rack?

2000-06-29 Thread Chris Withers
Scott Parish wrote: > Another thought i just had was that if you deleted by placing a call to the > Rack, then you couldn't allow the class to override manage_delete. You might > want to do such (overriding) if you wanted it to clean up a catalog or perform > some other auxiliary function before

Re: [Zope] ZPatterns: Deleting objects from a Rack?

2000-06-29 Thread Chris Withers
Bill Anderson wrote: > What happens when the object is in multiple racks? > (Assuming it is possible) Then it'll be missing if something tries to get it from a rack. The same thing as would happen if something tried to get it from a single rack after it'd been deleted. So this case should be cove

Re: [Zope] Data.fs.lock?

2000-06-29 Thread Chris Withers
Erik Enge wrote: > One could possibly have a function that put new transactions in a new > file, and then - when told it was ok to do so - it could update the > regular data.fs file. Hmm, about extending this so you have 'rotating data.fs files' in the same way you have rotating log files? > Act

Re: [Zope] Data.fs.lock?

2000-06-29 Thread Erik Enge
On Thu, 29 Jun 2000, Chris Withers wrote: > Would this whole problem go away if Zope had a 'backup data.fs' funcion > internally that could keep all transactions in memory while the > appopriate files were copied? It would, but keeping it in memory would be a bad thing. Say your data.fs file wa

Re: [Zope] [Newbie Question] Pertaining to Search Engines

2000-06-29 Thread Chris Withers
Eddie Mosier wrote: > Is it possible for you to get a site that is built with zope to be found by > search engines (other than those that are directory listings, like > yahoo.com and dmoz.com)? Yes, lots of Zope sites get hit from search engines, including zope.org. My own Zope site gets refere

Re: [Zope] Urgent problem: Database and large clock skew

2000-06-29 Thread Toby Dickenson
On Wed, 28 Jun 2000 10:46:06 -0700, Jim Flanagan <[EMAIL PROTECTED]> wrote: >Hi, > >In trying to fix a problem with Zope httpd server sockets getting wedged in >TIME_WAIT state, I set my system clock ahead by a year, then set it back. >Unfortunately, connections to the Zope httpd server occurre

Re: [Zope] ZWiki/Structured Text formatting surprise

2000-06-29 Thread Bill Anderson
Chris Withers wrote: > > Bill Anderson wrote: > > Why not put a space in there, after the comma? As in: > > (_.None, _, foo) > > > > Likewise, I tried this in the Sandbox. Works for me. :) > > I'd prefer to see a generic way of escaping structured text formatting. > > Maybe this is something fo

Re: [Zope] Data.fs.lock?

2000-06-29 Thread Chris Withers
Erik Enge wrote: > > On Wed, 28 Jun 2000, Oleg Broytmann wrote: > > > On Wed, 28 Jun 2000, Chris Withers wrote: > > > > > > So, how should we backup data.fs without stopping Zope and ensuring the > > > integrity of our data all the while? > > > >Pack and backup Data.fs.old. > > But what if

  1   2   >