Re: [Zope-dev] Specify a domain and leave the password for a user blank

2004-03-09 Thread Phil Harris
It's not a bug, in fact it's a cool way to allow different types of anonymous users. That's not to say that it's a fool-proof way of doing it, but it generally works, as long as you don't rely on it for any sort of security ;) . The thing is that in later zope versions the functionality has

Re: [Zope-dev] Zope 2.7 broken on Windows

2004-01-06 Thread Phil Harris
Better would be to install Python 2.3.3 and use that to run zope. This also gives the advantage of allowing easier installation of third party extensions to Python. Michael Long wrote: Has there been any progress on this? Or is there a sensible work-around I can give to our users - other than

Re: [Zope-dev] Zope + Jabber?

2003-03-31 Thread Phil Harris
___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope ) -- Phil Harris

[Zope-dev] slightly offtopic: Publish/Subscribe mechanisms and Zope.

2002-12-08 Thread Phil Harris
. This has huge possibilities for interactive web apps, presence, instant messaging, chat, et al. I apologise if this is too far off topic but thought that people may be interested :). Phil Harris [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTECTED

[Zope-dev] Re: Zope-Dev -- confirmation of subscription -- request 616673

2002-11-27 Thread Phil Harris
On Wed, 27 Nov 2002 05:54:27 -0500 [EMAIL PROTECTED] wrote: Zope-Dev -- confirmation of subscription -- request 616673 We have received a request from 193.63.123.17 for subscription of your email address, [EMAIL PROTECTED], to the [EMAIL PROTECTED] mailing list. To confirm the request,

Re: [Zope-dev] Open Letter to zope-dev

2001-11-30 Thread Phil Harris
He's also on #zope, chatting and supporting :) On Saturday 01 December 2001 02:02, Paul Everitt wrote: Chris was just drinking a beer with us at Orbit's twenty minutes ago, and now he's responding to email on a Friday night. That's just sick. I don't think your boss fully appreciates you,

Re: [Zope-dev] A modest proposal: Replace medusa with Twisted

2001-10-11 Thread Phil Harris
Been there, done that. JPE (as it was originally known, Java Python Extensions), has a fatal flaw, at most one JVM can be attached to a Python script at any one time, this single instance attaches itself to a single thread, and is not available in any other thread. I've had this working with

Re: [Zope-dev] A modest proposal: Replace medusa with Twisted

2001-10-11 Thread Phil Harris
Hmhm, that is cool, I'll take another look then :) - Original Message - From: Itamar Shtull-Trauring [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 11, 2001 5:39 PM Subject: Re: [Zope-dev] A modest proposal: Replace medusa with Twisted Phil Harris wrote: That said

Re: [Zope-dev] A modest proposal: Replace medusa with Twisted

2001-10-10 Thread Phil Harris
want to comment on that. - Original Message - From: [EMAIL PROTECTED] To: Phil Harris [EMAIL PROTECTED] Cc: Chris Withers [EMAIL PROTECTED]; Itamar Shtull-Trauring [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, October 10, 2001 12:21 PM Subject: Re: [Zope-dev] A modest proposal

Re: [Zope-dev] Zope Cygwin

2001-10-10 Thread Phil Harris
I had a brief conversation with the Cygwin Python maintainer a little while back, supposedly the next release of Cygwin will have a threaded Python (2.1.1 or maybe even higher). Phil On Wed, 10 Oct 2001 13:17:22 -0400 Chris McDonough [EMAIL PROTECTED] wrote: FYI I finally have a Cygwin

[Zope-dev] WEBDav error?

2001-09-17 Thread Phil Harris
All, I'm in the process of creating a Python based equivalent for Cadaver. I think there is a minor but very annoying bug in the Zope WebDav server. I don't think the contents of the properties are being quoted. For instance: One object in my ZODB has a title of 'Declare interfaces for

[Zope-dev] WebDav Bug?

2001-09-17 Thread Phil Harris
All, I'm in the process of creating a Python based equivalent for Cadaver. I think there is a minor but very annoying bug in the Zope WebDav server. I don't think the contents of the properties are being quoted. For instance: One object in my ZODB has a title of 'Declare interfaces for

[Zope-dev] More on WebDAV properties.

2001-09-17 Thread Phil Harris
Andreas/all, hmm, now I'm confused. Looking at PropertySheets.py, it seems as if the properties are quoted, a call to xml_escape is made with the value of the property as the parameter. This call is made in dav__allprop, it seems as if it's in the proper place and all, so what is going wrong?

Re: [Zope-dev] Spell checking module

2001-06-27 Thread Phil Harris
Somewhere on the xmlrpc.com site there is reference to a spell checker that can be used via xmlrpc, this could be used in Zope quite easily. http://www.stuffeddog.com/speller/ I think is the place to look. Phil - Original Message - From: Remi Delon [EMAIL PROTECTED] To: [EMAIL

Re: [Zope-dev] SOAP again (or, xml-rpc client for MSIE)

2001-05-30 Thread Phil Harris
Brad, There are a few COM/COM+ components around that do xml-rpc. I use them with MS Word to write Word files directly to Zope for instance. Some are better than others, but ymmv so I'll hesitate to recommend one. At least one of them is listed on xmlrpc.com. Having them you could script

Re: [Zope-dev] Zope hanging on startup

2001-05-25 Thread Phil Harris
Weird, same thing just starting happening to me a few minutes ago?!?! Win2k Zope 2.3.2 Phil - Original Message - From: Andy McKay [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 26, 2001 12:53 AM Subject: [Zope-dev] Zope hanging on startup Anyone else getting occasional

Re: [Zope-dev] Zope 2.3.2 and win32 python 2.1

2001-05-21 Thread Phil Harris
Richard, Try search for extensionbuilder.py, this is the magic. If you can't find it let me know and I'll send it to you. Be warned though that there are some things it doesn't cope with, the new btree stuff springs to mind. hth Phil - Original Message - From: [EMAIL PROTECTED] To:

Re: [Zope-dev] How to handle special sub-directories

2001-04-17 Thread Phil Harris
Remi, What I ended up doing was to use a Python Script (Internal) or whatever thy're called now. I then used the Traversal Path thingy in there to create the same effect. Naming that index_html worked for me, YMMV. Phil - Original Message - From: "Remi Delon" [EMAIL PROTECTED] To:

Re: [Zope-dev] How to handle special sub-directories

2001-04-15 Thread Phil Harris
Create the pathhandler in the root and name it index_html. - Original Message - From: "Remi Delon" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, April 15, 2001 9:39 PM Subject: Re: [Zope-dev] How to handle "special" sub-directories Thanks Chris.

Re: [Zope-dev] how can I stop zope through ftp?

2001-04-09 Thread Phil Harris
My take is that you won't be able to restart Zope via FTP, but you can do it with a normal URL link. The URL would be http://yourmachine/Control_Panel/manage_restart to restart it or http://yourmachine/Control_Panel/manage_shutdown to close Zope down. Obviously you will need to authenticate in

Re: [Zope-dev] MySQL-python-0.3.5 with ZMySQLDAMike

2001-04-05 Thread Phil Harris
Mike, Is your Zope one of the standard installs or did you build it yourself? If it's one of the standard installs then it was built with Python 1.5.2. This means that your build of _mysql.pyd won't work with Zope as it was built with Python2.0. You will need to get Python 1.5.2 and rebuild

Re: [Zope-dev] cl.exe with MySQL-python-0.3.5

2001-04-04 Thread Phil Harris
cl.exe with MySQL-python-0.3.5Mike, Can I ask a favour of you first? Please don't send HTML formatted mail to the list, thanks. Now onto your problem. You need Microsoft Visual C (6.x?) to compile what you want. If you haven't got it, give me a few hours and I'll comple it for you. Phil

Re: [Zope-dev] Compiling Zope from source on Windows

2001-03-27 Thread Phil Harris
This is too cool, works great! Compiled first time and run first time. Serving pages already, too cool. - Original Message - From: "Chris McDonough" [EMAIL PROTECTED] To: "Brian Lloyd" [EMAIL PROTECTED]; "Andy McKay" [EMAIL PROTECTED]; "Chris Withers" [EMAIL PROTECTED] Cc: [EMAIL

Re: [Zope-dev] Zope 2.3.1b3 problem

2001-03-26 Thread Phil Harris
Andy, Try print container.getId() return printed hth Phil - Original Message - From: "Andy Dawkins" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 10:29 AM Subject: [Zope-dev] Zope 2.3.1b3 problem People I have found this small problem but I don't

[Zope-dev] ZPT trials and tribulations

2001-03-16 Thread Phil Harris
All, I'm in the process of trying out the ZPT stuff(thanks to Duncan Booth for the win32 stuff). Anyway up, It's all going according to plan but I have a few issues, maybe someone has a better idea than me what's wrong here. code starts here ?xml version="1.0" ? html

Re: [Zope-dev] Alumni in zope ?

2001-03-13 Thread Phil Harris
Yes - Original Message - From: "Muhammad Jahanzeb" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 13, 2001 9:27 AM Subject: [Zope-dev] Alumni in zope ? Can we implement an alumni in zope or through zope ? ___ Zope-Dev

[Zope-dev] InterbaseStorage, Win32 anyone?

2001-02-12 Thread Phil Harris
Hi all, I'm trying to get InterbaseStorage working on Win32. I've got all the requisite parts and they all seem to be working OK (well, kinterbasdb and mxDateTime do) outside Zope in plain Python. When I try and import _kinterbasdb.dll, from within Zope I'm getting an error message: Unable to

Re: [Zope] Editors [OT]

2001-01-27 Thread Phil Harris
On Saturday 27 January 2001 03:26, Tres Seaver wrote: In the neverending "perfect Zope editor" jihad, "Phil Harris" [EMAIL PROTECTED] wrote on the side of the angels of light: I just did a search on google and came up with some interesting Win32 versions of Vim

Re: [Zope] Editors [OT]

2001-01-26 Thread Phil Harris
You could use STunnel to wrap Zope in SSL, www.stunnel.org. Works fine for me. Phil - Original Message - From: "A.J. Rossini" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 26, 2001 2:53 PM Subject: Re: [Zope] Editors [OT] "GLW" == Geoffrey L Wright [EMAIL PROTECTED]

Re: [Zope] subtransactions

2001-01-26 Thread Phil Harris
Now that's a good question ;) - Original Message - From: "Chris Withers" [EMAIL PROTECTED] To: "Chris McDonough" [EMAIL PROTECTED] Cc: "Ian Sealy" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, January 26, 2001 3:35 PM Subject: Re: [Zope] subtransactions Chris McDonough wrote:

Re: [Zope] Editors [OT]

2001-01-25 Thread Phil Harris
Vim, seconded apart from the FTP and WebDAV bits ;), but using cadaver sounds like a good option. See also http://www.zope.org/Members/philh/vim_html for a small howto on using Vim with FTP. - Original Message - From: "Oleg Broytmann" [EMAIL PROTECTED] To: "Zope Mailing List" [EMAIL

Re: [Zope] Editors [OT]

2001-01-25 Thread Phil Harris
Message - From: "Phil Harris" [EMAIL PROTECTED] To: "Oleg Broytmann" [EMAIL PROTECTED]; "Zope Mailing List" [EMAIL PROTECTED] Sent: Thursday, January 25, 2001 12:43 PM Subject: Re: [Zope] Editors [OT] Vim, seconded apart from the FTP and WebDAV bits ;), but using cada

Re: [Zope] Editors [OT]

2001-01-25 Thread Phil Harris
Boa already has a Zope interface via FTP. - Original Message - From: "Tom Deprez" [EMAIL PROTECTED] To: "Dario Lopez-Ksten" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, January 25, 2001 1:23 PM Subject: Re: [Zope] Editors [OT] Hi, What about

Re: [Zope] Change Permissions via FTP

2001-01-25 Thread Phil Harris
Matthias, First thing is that your not looking at files when you ftp into Zope, your looking at objects. Secondly Zope uses it's own permissions/security system, that is far more comprehensive than *nix permissions. I really rather doubt that you can set permissions on Zope using a 'simple'

Re: [Zope] Opensource DBMS for WIN?

2001-01-23 Thread Phil Harris
Try: http://www.mysql.com http://firebird.sourceforge.net (was Borland Interbase, Firebird is the open-source version). hth Phil - Original Message - From: "Paul Zwarts" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 23, 2001 9:35 AM Subject: [Zope] Opensource DBMS for

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

2001-01-23 Thread Phil Harris
Alan, So what are the errors, are there any tracebacks, does the thing your trying to do work when outside of Zope? What version of MySQL is it? Can you run any queries, or is it one particular query? What versions of the MySQLDB and MySQLDA are you using? Answering some/all of these

[Zope] Adding roles in 2.3b2 and CVS

2001-01-22 Thread Phil Harris
All, Has anyone else had trouble adding roles when using 2.3b2 and CVS versions of Zope? There seems to be a consistent bug in ZopeDIR/lib/python/AccessControl/role.py. The calls to self.manage_access(self,REQUEST) seem to have too many arguments, am I right? I 'fixed' my version of the

Re: [Zope] Re: Tools used for programming Zope

2001-01-22 Thread Phil Harris
Andreas, see www.webdav.org and the w3 pages on it (www.w3.org) Phil - Original Message - From: "Andreas Tille" [EMAIL PROTECTED] Cc: "Zope user list" [EMAIL PROTECTED] Sent: Monday, January 22, 2001 2:25 PM Subject: [Zope] Re: Tools used for programming Zope On Fri, 19 Jan 2001,

Re: [Zope] Adding roles in 2.3b2 and CVS

2001-01-22 Thread Phil Harris
btw, follow on from my last post, looks like the original problem is already fixed in CVS. - Original Message - From: "Mayers, Philip J" [EMAIL PROTECTED] To: "'Martijn Pieters'" [EMAIL PROTECTED]; "Phil Harris" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent:

Re: [Zope] Adding roles in 2.3b2 and CVS

2001-01-22 Thread Phil Harris
Looks like it could be the same problem, just in a different place. - Original Message - From: "Mayers, Philip J" [EMAIL PROTECTED] To: "'Martijn Pieters'" [EMAIL PROTECTED]; "Phil Harris" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, January 22, 2

Re: [Zope] OT: Browsers

2001-01-18 Thread Phil Harris
Chris, It's worse, Mozilla 0.7 also has some issues, Mozilla 0.6 is probably the best so far. I use it as my main browser. You might also want to check out the Beonex Communicator (based on Mozilla, but with bug/security fixes) http://www.beonex.com. hth Phil - Original Message -

Re: [Zope-dev] recent DynPersist.dll for windows

2001-01-17 Thread Phil Harris
Steve, I've got one on a box at work, I'll check back with you tomorrow, and if you still need it it's yours. I may even be persuaded to compile a new one ;) Phil On Wednesday 17 January 2001 23:13, Steve Alexander wrote: Hi Folks, Does anyone have a recently compiled DynPersist.dll from

Re: [Zope] Flat-style

2001-01-17 Thread Phil Harris
CSS - Original Message - From: "Tom Deprez" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 17, 2001 4:15 PM Subject: [Zope] Flat-style Not really zope specific, but I hope nobody minds me asking. How do you implement flat-looking input boxes? Does somebody knows

Re: [Zope] Session

2001-01-16 Thread Phil Harris
Seconded, the docs are good and the product sems to work 8) - Original Message - From: "Chris Withers" [EMAIL PROTECTED] To: "peter bengtson" [EMAIL PROTECTED] Cc: "Anderson Ami" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, January 16, 2001 12:07 PM Subject: Re: [Zope] Session

Re: [Zope] MySQLDA and images beeing corrupted

2001-01-12 Thread Phil Harris
Change your dtml to: dtml-in hent_bilde dtml-call "RESPONSE.setHeader('Content-Type', 'image/gif')" dtml-call "RESPONSE.setHeader('Content-Length', _.len(bildefil))" dtml-return bildefil /dtml-in hth Phil - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: [Zope-dev] New UI for 2.3

2001-01-11 Thread Phil Harris
Brian, Good answer, I for one would like to add a vote for the new UI. +1 Phil [EMAIL PROTECTED] On Thu, 11 Jan 2001, Brian Lloyd wrote: I think the new UI for 2.3 is great improvement over 2.2. I'm already finding the sorted tables of folder contents useful, and having the add new

Re: [Zope-dev] How do I create a folder with subfolders, docs etc?

2001-01-11 Thread Phil Harris
Espen, How about untested, but similar works in Python External method: dtml-call expr="manage_addFolder('newfolder')" dtml-call "REQUEST.set('newf',_['newfolder'])" dtml-call expr="newf.manage_addFolder('anotherfolder')" maybe?!? Phil On Thu, 11 Jan 2001, Espen Sorbye Frederiksen wrote:

Re: [Zope] xmldocument

2001-01-10 Thread Phil Harris
Chris, This occurs using the bog-standard ZODB as well, nothing to do with any other storage facility. Phil - Original Message - From: "Chris McDonough" [EMAIL PROTECTED] To: "Phil Harris" [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, Janu

Re: [Zope] xmldocument

2001-01-10 Thread Phil Harris
Bak, I can't help you fix it but I can tell you what the problem is, the file is too big for Zope to cope with in one transaction so it starts a sub-transaction and there is a bug in the sub-transactioning engine. The same thing happens with a normal 'File' type as well. You should probably

Re: [Zope] NEWBIE: Versions

2001-01-08 Thread Phil Harris
Andy, Follow the instructions as J said and you won't go far wrong, *but* be aware that if you have any external methods these are not exactly subject to the versioning. The problem happens when you restart Zope and the new code is read into both the versioned and original 'External Method'.

Re: [Zope] Core Session Tracking kudos namespaces

2001-01-04 Thread Phil Harris
- Original Message - From: "Chris Withers" [EMAIL PROTECTED] To: "Chris McDonough" [EMAIL PROTECTED] Cc: "Dieter Maurer" [EMAIL PROTECTED]; "Bob Sidebotham" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, January 04, 2001 9:57 AM Subject: Re: [Zope] Core Session Tracking kudos

Re: [Zope] ZBabel translation to Postgres

2001-01-04 Thread Phil Harris
Olaf, The left join is a notation that says to get all records from the left hand side of the join and only those records where the criteria matches from the right hand side. It is btw a part of most RDBMS engines I've ever used, so it's not that unusual a syntax. You can also do something

Re: [Zope] WIN2k batch problem

2001-01-04 Thread Phil Harris
The only thing I could think of is that the output is getting piped to more or similar!? Phil - Original Message - From: "Robin Becker" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 04, 2001 12:54 PM Subject: [Zope] WIN2k batch problem I'm trying to run Zope 2.2.2

Re: [Zope-dev] case insensitive sorts

2001-01-03 Thread Phil Harris
See below (nothing earth shattering tho) ;) - Original Message - From: "Chris Withers" [EMAIL PROTECTED] To: "Shane Hathaway" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, January 03, 2001 10:58 AM Subject: Re: [Zope-dev] case insensitive sorts Shane Hathaway wrote:

Re: [Zope] Advice on searching/indexing Word documents?

2001-01-02 Thread Phil Harris
Alex, If your running Zope on Win32 you could use COM to snatch the text fairly easily and quickly. The COM interface to Word is well documented in the help files (if they're not installed, you'll find them on the CD). I used this technique to create XML from Word in the past and it works

Re: [Zope] Closer But No Cigar

2000-12-24 Thread Phil Harris
Ben, Check the permissions on the var folder, it needs to be writable by the user that starts Zope. This being said if you start Zope as root then the user changes to nobody, so var needs to be writable by nobody. something like chmod -R nobody:nobody var works for me. - Original Message

Re: [Zope] mySQL DA on Win32

2000-12-14 Thread Phil Harris
Lee, Have you read the MySQL on Win32 howto? btw, give my regards to Duncan. Phil [EMAIL PROTECTED] - Original Message - From: "Lee Reilly CS1997" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 14, 2000 2:46 PM Subject: [Zope] mySQL DA on Win32 Hi, Zope is

Re: [Zope] LoginManager broken?

2000-12-12 Thread Phil Harris
Phil, Something that bit me when using the howto you referenced. When creating the methods, as soon as the authenticate method is created the LoginManager starts using it, but since the other methods don't yet exist it starts generating errors with the result that you are locked out of the

Re: [Zope] Relocating installed zope -- was LoginManager broken?

2000-12-12 Thread Phil Harris
Oliver, I haven't been following this thread, but here's how I do it. It's quite simple. 1.Copy the folder with Zope in. 2.edit z2.py to change all references to the old folder to the new folder. 3.edit the start script in the same way. That should be it. hth Phil - Original

Re: [Zope] Microsoft IIS 4.0 and Zope

2000-12-08 Thread Phil Harris
That's exactly what I do, use Apache and ProxyPass to provide a unified URLspacebetween IIS and Zope. Works well! - Original Message - From: "Petter Enholm" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, December 08, 2000 3:17 PM Subject: Re: [Zope]

Re: [Zope] Problems with list?

2000-12-05 Thread Phil Harris
Maybe?!?!? - Original Message - From: "Tony McDonald" [EMAIL PROTECTED] To: "Zope List" [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 10:43 AM Subject: [Zope] Problems with list? I've had no email from this list since Friday at 06:50am. Is there anything wrong with it? Tone

Re: [Zope] FTP in HTML-Kit? Sussed it!

2000-12-05 Thread Phil Harris
Jason, Working on the HTML-Kit plugin as we speak. ;) Phil - Original Message - From: "Jason Cunliffe" [EMAIL PROTECTED] To: "Paul Browning" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 3:05 PM Subject: Re: [Zope] FTP in HTML-Kit? Sussed it! Paul Thanks

Re: [Zope] Zope Beginner

2000-12-05 Thread Phil Harris
Mark, Here's the line from my Zope start script, it may help: "D:\zope\bin\python.exe" "D:\zope\z2.py" -X -w20080 -f20021 %1 %2 %3 %4 %5 %6 %7 %8 %9 This line turns off 'debugging' mode (note the absence of -D), it also shuts down all servers by default (-X), then explicitly starts http on

Re: [Zope] Large XML files

2000-12-05 Thread Phil Harris
Paul, The XMLDocument type is rather 'expensive' and you may be able to 'get away' with using a simpler type such as DTMLDocument. If you don't need the DOMification of your XML when you put it into Zope this is something i'd look at.. I have done this with large documents and then used an

Re: [Zope] ZSQLMethods

2000-12-04 Thread Phil Harris
Depending on the number of records in the tables this could get *very* slow *very* quickly. Surely the ideal would be to move/copy the tables into the same DB. Phil - Original Message - From: "Chris Gray" [EMAIL PROTECTED] To: "Tom Deprez" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent:

Re: [Zope] Running Zope

2000-12-03 Thread Phil Harris
Norm, Calm down, take a deep breath, right that's better. The behaviour you see is again quite normal. The decision has been made that the superuser cannot own anything, apart from user objects and user folder type objects. So the first thing you need to do is to create another user that has

Re: [Zope] Installation and Startup

2000-12-02 Thread Phil Harris
Norm, This is the right place to ask such questions so ask whatever you like. First off the docs are talking about Windows NT/2K as Zope won't run as a service on W95/98. If there is ever a problem starting Zope it will print a traceback, if you can send that to the list we'll get this problem

Re: [Zope] Help!!

2000-11-29 Thread Phil Harris
Ot, I've seen this myself. Are you using IE5.5? It seems that on occasion when you have active desktop and outlook express running that win98/2K remembers the authentication details between instances of IE5.5. Realising that Outlook Express uses IE to display mail and active desktop is also

Re: [Zope-dev] Re: PathHandler: bug, readme.txt

2000-11-28 Thread Phil Harris
To my mind it's the browser. This is a simple trick I use when egating the caching in IE for instance. Stick a space on the end of the url and IE thinks it's a new one but blindly strips them before getting the same refreshed page. This works with any server and any page on that server btw.

Re: [Zope] html expertise anyone.

2000-11-28 Thread Phil Harris
Robin, My educated guess is that what you want can't be achieved other than with css. The a tag has no properties for changing colors of one particular link. The body tag is the only place for this and as you know this changes them globally. This taken from the HTML reference Library: A

Re: [Zope] newbie question: Redirect from Python?

2000-11-27 Thread Phil Harris
You need to be careful when redirecting from an external Python wotsit. RESPONSE.redirect raises an exception which can make the transaction get rolled back. This seems not to happen when called from dtml but I've seen it happen from an external Python wotsit. Note: My use of wotsit above

Re: [Zope-dev] ANNOUNCE: PartitionedFileStorage

2000-11-23 Thread Phil Harris
Chris, Any hints/tips on how you did this (just to save me from having to do any work of course ;)) Phil - Original Message - From: "Chris Withers" [EMAIL PROTECTED] To: "Shane Hathaway" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, November 23, 2000 10:31 AM Subject: Re:

Re: [Zope] Question about security

2000-11-22 Thread Phil Harris
You need to use the same method as you would to create a user, manage_users. If you look at the Zope Quick Reference you will see that it can take a parameter called submit which can be 'Add...','Add', 'Edit' or 'Change'. If you use the 'Change' variant you can change the password as you

Re: [Zope] is it possible to see whether any user is using a perticular zope object

2000-11-22 Thread Phil Harris
Have you tried using any other dbms to alleviate the problem. - Original Message - From: "subrahmanyan kalathur" [EMAIL PROTECTED] To: "Chris Withers" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, November 22, 2000 11:03 AM Subject: Re: [Zope] is it possible to see whether any

Re: [Zope] is it possible to see whether any user is using a perticular zope object

2000-11-22 Thread Phil Harris
ot; [EMAIL PROTECTED] To: "Phil Harris" [EMAIL PROTECTED]; "Chris Withers" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, November 22, 2000 11:36 AM Subject: Re: [Zope] is it possible to see whether any user is using a perticular zope object No, I haven't used any other

Re: [Zope] Multiple ZODBC sources

2000-11-22 Thread Phil Harris
Link the SQL table into Access and then use both from Zodbcda connected to Access. hth Phil - Original Message - From: "Capesius, Alan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 22, 2000 3:56 PM Subject: [Zope] Multiple ZODBC sources I need to join tables from

Re: [Zope] External Methods

2000-11-22 Thread Phil Harris
Wouldn't it be better to pass in self? As in: def my_method(self,REQUEST=None): '''my_method interpreting *REQUEST*.form.''' if REQUEST is None: REQUEST=self.REQUEST # safety_valve in case you forget to pass in REQUEST form= REQUEST.form # this is a dictionary containing form

Re: [Zope] How to get authentiedcated user name in pythong method?

2000-11-22 Thread Phil Harris
self.REQUEST.AUTHENTICATED_USER.getUserName() - Original Message - From: "Dirksen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 23, 2000 1:33 AM Subject: [Zope] How to get authentiedcated user name in pythong method? | How can I do that just as dtml-var

Re: [Zope] Still More Problems On the Install...

2000-11-19 Thread Phil Harris
The result you got is what is supposed to happen. By default Zope runs in 'debug' mode and doesn't unattach itself from the console. To make it unattach itself, basically making it run in the background, you need to edit the start script and remove the '-D'. See z2.py for more start options.

Re: [Zope] DTML and SQL question...

2000-11-15 Thread Phil Harris
Try dtml-if "_.len(genericSQL(SQLStatement='Select count(*) from my_table where my_field = \'0\''))0" YES! There's some data! dtml-else no records found! /dtml-if or dtml-in "genericSQL(SQLStatement='Select count(*) from my_table where my_field = \'0\'')" dtml-if sequence-startYES!

Re: [Zope] Where to store my data?

2000-11-13 Thread Phil Harris
Randall, As to the use of xml/xsl. I'm in the process of creating a product called (originality abounds) nXMLDocument. This is a XML doc that can render itself based on a XSL stylesheet. At the moment it uses the Microsoft XSLT parser on Win32, but changing it to use another parser/os

Re: [Zope] Populating a :list variable from the results of a ZSQL method

2000-11-10 Thread Phil Harris
tone, How about (untested): where 'dboptions' is the string pulled from the DB, and 'options' is the list needed. dtml-call "REQUEST.set('options',[])" dtml-in "_.string.split(dboptions[1:-1],',')" dtml-call "options.append(_.int(_['sequence-item']))" /dtml-in This would then give you take

Re: [Zope] DTML on Linux client

2000-11-10 Thread Phil Harris
My take is that it's a client issue. Since you explicity mention that your using a Linux client, I'd assume you've tried a windows client? If so was it Ie/Netscape/Opera etc. IE and Netscape in particular play by their own rules and render things differently. Maybe your html is causing one of

Re: [Zope] Are there any man pages out there for these functions?

2000-11-10 Thread Phil Harris
John, Have you tried http://zdp.zope.org , in particular the Zope Quick Reference. Every Zope user/developer should use it as their bible. hth Phil [EMAIL PROTECTED] - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 11, 2000 12:11 AM Subject:

Re: [Zope] XML-RPC

2000-11-08 Thread Phil Harris
Another possibility is to use IE on the client side and use one of the COM interfaces to XML-RPC. You could then use javascript/vbscript to get data as required. hth Phil - Original Message - From: "Hannu Krosing" [EMAIL PROTECTED] To: "David Nimmons" [EMAIL PROTECTED] Cc: [EMAIL

Re: [Zope-dev] python memory error on Windows NT

2000-11-03 Thread Phil Harris
Me too, I've seen memory problems with ODBC to Access. - Original Message - From: "Toby Dickenson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, November 03, 2000 4:13 PM Subject: RE: [Zope-dev] python memory error on Windows NT | That sounds like a bug

[Zope] Zope.org down?

2000-11-01 Thread Phil Harris
Subject says it all ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce

Re: [Zope] OT Zope book images - PDF

2000-11-01 Thread Phil Harris
Eric, I got Acrobat to recognise the png's by first loading the html nto msword and then 'printing' the PDF from there. hth Phil - Original Message - From: "Eric Walstad" [EMAIL PROTECTED] To: "[EMAIL PROTECTED]" [EMAIL PROTECTED] Sent: Thursday, November 02, 2000 12:58 AM Subject:

Re: [Zope-dev] Recursive folders from Python

2000-10-31 Thread Phil Harris
Try something like (taken from my own code, so it works for me, caveta emptor): def mkcontext(self,context=None): global default_dd if not context: return 'EH!' c=string.split(context,'/') newself=self for a in c: try:

Re: [Zope] Zope Book Beta

2000-10-31 Thread Phil Harris
Give me a few hours and I'll be knocking out the eBook and PDF versions. By the end of the day. Phil - Original Message - From: "Chris Withers" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, October 31, 2000 11:49 AM Subject: Re: [Zope]

Re: [Zope] Zope Book Beta

2000-10-31 Thread Phil Harris
Nah, I use the offical stuff , Adobe Distiller. For the eBook stuff I use a Microsoft Word Add-in, available from www.pocketpc.com (really microsoft under a pseudonym) hth Phil - Original Message - From: "Ender" [EMAIL PROTECTED] To: "Phil Harris" [EMAIL P

Re: [Zope] None-debug mode on win2k

2000-10-29 Thread Phil Harris
Peter, When running Zope as a service you can add the parameter by using regedit, goto: hkey_local_machine\system\currentcontrolset\services\zope\parameters. The problem is though that the console window is hidden by default, but you have two options. 1. the easy way. run Zope by

Re: [Zope] problem installing login manager

2000-10-29 Thread Phil Harris
Henny, You also need the ZPatterns product, which you then have to compile to get the dynpersist.pyd file. hth Phil - Original Message - From: Henny van der Linde To: Zope mailing list Sent: Monday, October 30, 2000 12:27 AM Subject: [Zope] problem installing login manager Hi, I

Re: [Zope-dev] How to use methods in a deeper folder?

2000-10-26 Thread Phil Harris
Hannes, There are a few ways to do this: dtml-in "eins.zwei.drei.sqlMethod" or dtml-with eins dtml-with zwei dtml-with drei dtml-in sqlMethod or dtml-with "restrictedTraverse('/eins/zwei/drei/sqlMethod')" all have their problems/advantages. try some of the above and see how

Re: [Zope] Z SQL Objects (Newbie)

2000-10-26 Thread Phil Harris
Yvonne, The format of your 'if' is incorrect: You have :if . it should be dtml-if. so the whole statement is as Jens says below. hth Phil [EMAIL PROTECTED] - Original Message - From: Jens Grewen To: [EMAIL PROTECTED] Cc: Zope Maillist Sent: Thursday, October 26, 2000

Re: [Zope] Apache in front of ZServer

2000-10-24 Thread Phil Harris
Jorn, It's perfectly possible, you just need to do a little work ;) Your proxy pass will be something like this: ProxyPass / http://myserver.com:8080/ ProxyPassReverse http://myserver.com:8080/ / for the other part of serving static content, it really depends what you want but here are two

Re: [Zope] Apache in front of ZServer

2000-10-24 Thread Phil Harris
Jorn, I'm no Apache GrandMaster but couldn't you use the [p] option of a RewriteRule to make it proxy if the url matches a pattern: RewriteEngine on RewriteRule !^(/static/.*) http://myserver.com:8080$1 [p,l] Or something along those lines. hth Phil [EMAIL PROTECTED] - Original Message

Re: [Zope] redirect

2000-10-24 Thread Phil Harris
dtml-call "RESPONSE.redirect('http://zope.org/index.htm?cod=' + test)" - Original Message - From: "Joaldo Junior" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 24, 2000 3:38 PM Subject: [Zope] redirect how to for that function REDIRECT understand a variable. ex.

Re: [Zope] dtml-in returning null

2000-10-24 Thread Phil Harris
Diego, Do you mean that you want at least one input tag appearing at all times? If so, try this: dtml-in InMethod input type=text name=Name value="dtml-var name null="Name Here"" dtml-else input type=text name=Name value="dtml-var name null="Name Here"" /dtml-in hth Phil - Original

Re: [Zope] Calling objects by name

2000-10-24 Thread Phil Harris
Danny, Try something like dtml-var "_[id_you_created]" or dtml-var "_.getitem(id_you_created,1)" hth Phil - Original Message - From: "Danny William Adair" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 24, 2000 6:50 PM Subject: [Zope] Calling objects by name |

  1   2   >