[Zope] How subclass calls its ancestor's method in zope?

2001-01-09 Thread Dirksen
Here is a ZClass testa, with a dtml method 'do'. Its subclass testb overrides do. How testb calls its ancestor's 'do'? In python, it can be done as 'testa.do()', but what's the equivallent in zope? Dirksen __ Do You Yahoo!? Yahoo! Photos - Share

[Zope] Zope on Win2K stable ?

2001-01-09 Thread Andreas Jung
Hi, - is Zope under Win2K stable enough to be used in a production environment ? - is it possible to start Zope under Win2K as a service (controlable through the system management console) ? Andreas ___ Zope maillist - [EMAIL PROTECTED] http://

[Zope] Unidentified problem with SiteRoot

2001-01-09 Thread Kelvin Cheong
Hello all, I have a problem which i suspect is site root's problem. The scenario, I have folders F1, F1a and F2, where F1a is a child of F1 and F2 is on the same directory level as F1. Also F1 and F2 have their own DB-connections DB1 and DB2 respectively, which have the exact same properties/con

RE: [Zope] Caching/http-acceleration and proxying Zope-served content

2001-01-09 Thread Peter Sabaini
not sure if thats what you want, but squid _can_ act as a frontend to multiple backend-servers. check out the squid users guide (http://squid-docs.sourceforge.net/latest/html/book1.htm) specifically http://squid-docs.sourceforge.net/latest/html/x2544.htm which deals with "accelerator" options pe

RE: [Zope] [Newbie] Can Zope ...

2001-01-09 Thread Max Møller Rasmussen
From: Smith Ray [mailto:[EMAIL PROTECTED]] >The cost thrown up in the air was in the order of $AUS20,000 for a >3 year rental, per site (At the moment that is about $US35,000) >When you start talking dozens of sites you quickly start looking >for alternatives! Zope can easily do most all of

[Zope] Multiple select boxes saves selected id's even though the Objectsare deleted. are deleted.

2001-01-09 Thread Max Møller Rasmussen
I have a zClass with a multiple selection. The selected items are selected from a list of id's from a folder. They are then saved in the zClass as a list of strings. But when one of the selected items on the folder is deleted the id is still in the zClass. Naturally it should be deleted from t

[Zope] Multiple servers on Zope?

2001-01-09 Thread Etienne Labuschagne
Hi there How can I create "multiple" web servers on Zope as in IIS? We have a few domains that resolve to the same IP address. When a user accesses eg. www.geospace.co.za they must get to a different site than when they access www.triangletyre.co.za even though both addresses resolve to the same

Re: [Zope] Multiple servers on Zope?

2001-01-09 Thread Kevin Teague
> How can I create "multiple" web servers on Zope as in IIS? We have a few > domains that resolve to the same IP address. When a user accesses eg. > www.geospace.co.za they must get to a different site than when they access > www.triangletyre.co.za even though both addresses resolve to the same I

[Zope] Tux & Zope?

2001-01-09 Thread Jonathan
Hi all, Just one of those things that keeps popping up on my list of 'things I should try': Zope behind the Tux webserver. For those who do not know: Tux is a very fast webserver for Linux because it operates at kernel level. It can pass requests it can't handle to another server, ZServer for exa

[Zope] images transfering

2001-01-09 Thread Nuno Goncalves
Hello !! I'm trying to import to zope an directory in my file system which has several images (about 1000) ! How can i do this without importing an image one by one (little bit tiring :) !!! I have searched several ways, including building a XML-RPC function to transfering all the images, but unsu

Re: [Zope] Acquisition: DTML Methods vs Documents

2001-01-09 Thread Oleg Broytmann
Hello! Many thanks to all who replied! Sorry for late answer - twas XMas holidays in Russia (Russian Orthodox church celebrates XMas Jan 7). On Fri, 5 Jan 2001, Rik Hoekstra wrote: > >If I call http://machine:port/top/middle/AFolder/ADocument (in terms of > > this HOWTO), and ADocument ca

[Zope] I did a blunder now I can't access zope...

2001-01-09 Thread Dany Rioux
Hello... No, I'm not proud of myself. Anyway, here's what happened. I installed a product in the root and when it asked me about the base url, I typed an URL that isn't "attached" to zope, now I find myself trying to connect to zope as I would usually do but only receive "The requested URL /mana

RE: [Zope] Python Scripts in 2.2.x

2001-01-09 Thread Mayers, Philip J
Oops, ignore that - copied the wrong error from the window (from an earlier attempt). The *real* error was that I was running zpasswd as root with a umask of 077, which of course meant the webserver and Zope couldn't read the resulting file. So, the LoginManager product appears to work, but the p

Re: [Zope] images transfering

2001-01-09 Thread Chris Withers
Nuno Goncalves wrote: > > I have searched several ways, including building a XML-RPC function > to transfering all the images, but unsuccessful !!! Use the LocalFS productand don't both uploading them at all ;-) cheers, Chris ___ Zope maillist - [

Re: [Zope] images transfering

2001-01-09 Thread Oleg Broytmann
On Tue, 9 Jan 2001, Nuno Goncalves wrote: > I'm trying to import to zope an directory in my file system which has > several images (about 1000) ! > How can i do this without importing an image one by one (little bit > tiring :) !!! There is load_site.py in Zope utilities, and there is new vers

Re: [Zope] I did a blunder now I can't access zope...

2001-01-09 Thread Stephane Bortzmeyer
On Tuesday 9 January 2001, at 7 h 24, the keyboard of "Dany Rioux" <[EMAIL PROTECTED]> wrote: > I installed a product in the root and when it asked me about the base > url, I typed an URL that isn't "attached" to zope, If this product is SiteAccess: http://www.zope.org/Members/4am/SiteAccess2

Re: [Zope] [Newbie] Can Zope ...

2001-01-09 Thread tav
> SR == "Smith Ray" <[EMAIL PROTECTED]> writes: SR> Are there any "Intranet" type packages which have similar SR> functionality to what I have quickly described? there aren't any intranet packages per se, but there is a wonderful zope product called worldpilot which you should take a

RE: [Zope] Caching/http-acceleration and proxying Zope-served content

2001-01-09 Thread Ragnar Beer
I started using mod_proxy, because I needed the configuration options (redirection etc.) and squid wouldn't cache ssl stuff. It's running very well since about six months now. The downside is that it's really badly documented. BTW there is a new book by Ralf Engelschall that you can download f

[Zope] Is there any (paper) book on Zope?

2001-01-09 Thread Alessandro Bottoni
Does anybody know if someone is going to publish a book on Zope? I heard about a book from O'Reilly a few months ago but www.oreilly.com still does not list it... Thanks --- Alessandro Bottoni Web Architect Quadrante SRL Piazza Galileo, 6 40123 Bologna [EMAIL PROTEC

RE: [Zope] Is there any (paper) book on Zope?

2001-01-09 Thread Magnus Heino (Rivermen)
> Does anybody know if someone is going to publish a book on Zope? http://www.zope.org/Members/michel/ZB/ ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

RE: [Zope] I did a blunder now I can't access zope...

2001-01-09 Thread Dany Rioux
Thanks! I got it back to work with your help! :) Dany > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 09, 2001 8:00 AM > To: Dany Rioux > Cc: Zope Mailing List > Subject: Re: [Zope] I did a blunder now I can't access zope... > > > On

Re: [Zope] Caching/http-acceleration and proxying Zope-served content

2001-01-09 Thread Toby Dickenson
On Tue, 9 Jan 2001 09:31:35 +0100 (CET), Peter Sabaini <[EMAIL PROTECTED]> wrote: >actually i use a combination of squid / apache because i need some >re-writing, you could as well use squid for caching and apache for >(name-based) virtual hosting. this of course introduces additional >latency, b

[Zope] IEMethod (was: Can Zope ... )

2001-01-09 Thread Dennis Nichols
At 1/9/01 08:33 AM, Olaf Zanger wrote: >Smith Ray schrieb: > > > * Allows non technical people to create content plus add users / managers > > etc without any HTML knowledge or knowledge outside of the package. >product: IEMethod >wysiwyg even in internet explorer. >really great! check it out I g

[Zope] How to set a REQUEST variable inside a PythonMethod?

2001-01-09 Thread Juan Carlos Coruña
Hello all! I have another question related with PythonMethod. This time I tried: REQUEST.update({'NoRows': 4}) and I tried: REQUEST['NoRows'] = 4 and I tried: REQUEST.set('NoRows', 4) but without success. (I passed the REQUEST object in the parameter list.) Anybody has set a REQUEST variab

Re: [Zope] IEMethod (was: Can Zope ... )

2001-01-09 Thread peter bengtson
Try searching for "Internet Explorer" in Software release search. - Original Message - From: "Dennis Nichols" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Zope Mailinglist" <[EMAIL PROTECTED]> Sent: Tuesday, January 09, 2001 2:09 PM Subject: [Zope] IEMethod (was: Can Zope ... ) > At 1/

Re: [Zope] How to set a REQUEST variable inside a PythonMethod?

2001-01-09 Thread Evan Simpson
From: Juan Carlos Coruña <[EMAIL PROTECTED]> > REQUEST.update({'NoRows': 4}) > > and I tried: > > REQUEST['NoRows'] = 4 > > and I tried: > > REQUEST.set('NoRows', 4) That last one should have worked; The first two wouldn't. Do you get an error on the last one? Cheers, Evan @ digicool & 4-am

Re: [Zope] Unidentified problem with SiteRoot

2001-01-09 Thread Evan Simpson
From: Kelvin Cheong <[EMAIL PROTECTED]> > I have a problem which i suspect is site root's problem. Shouldn't be; Site Roots only affect the generation of URLs by the REQUEST, and by absolute_url. Cheers, Evan @ digicool & 4-am ___ Zope maillist -

RE: [Zope] Re: EMarket 0.1.04b1

2001-01-09 Thread James Sintz
Steve, I think that may be what I'm missing. I don't see any way to add MarketItems from within the marketItems folder. The only form is ShopperMarketItemAddForm which doesn't seem to let me actually add MarketItems and always returns the following message "You must be validated for submission fi

Re: [Zope] IEMethod (was: Can Zope ... )

2001-01-09 Thread Jason Cunliffe
> Try searching for "Internet Explorer" in Software release search. http://www.zope.org/Members/johanc/ZIE/ZIE-demo ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related

Re: [Zope] IEMethod (was: Can Zope ... )

2001-01-09 Thread Jason Cunliffe
> Try searching for "Internet Explorer" in Software release search. also http://www.zope.org/Members/johanc/ZIE/xmlrpc_client ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! *

Re: [Zope] IEMethod (was: Can Zope ... )

2001-01-09 Thread Paul Browning
Does http://www.zope.org/Members/johanc/ZIE/ZIE-demo fit the bill? Paul --On 09 January 2001 15:07 + peter bengtson <[EMAIL PROTECTED]> wrote: > Try searching for "Internet Explorer" in Software release search. > > - Original Message - > From: "Dennis Nichols" <[EMAIL PROTECTED]>

Re: [Zope] IEMethod (was: Can Zope ... )

2001-01-09 Thread Jason Cunliffe
> I give up, what and where is IEMethod? Zope.org search turns up nothing. The Wiki for ZIE = 'The Zope Internet Explorer Editor Project' is http://www.zope.org/Members/johanc/ZIE/wiki/FrontPage ___ Zope maillist - [EMAIL PROTECTED] http://lists.zo

Re: [Zope] Caching/http-acceleration and proxying Zope-served content

2001-01-09 Thread Peter Sabaini
On Tue, 9 Jan 2001, Toby Dickenson wrote: :On Tue, 9 Jan 2001 09:31:35 +0100 (CET), Peter Sabaini :<[EMAIL PROTECTED]> wrote: : :>actually i use a combination of squid / apache because i need some :>re-writing, you could as well use squid for caching and apache for :>(name-based) virtual hosting.

RE: [Zope] Tux & Zope?

2001-01-09 Thread sean . upton
I have extensively looked over the documentation, and am in the midst of compiling for the first time on my PC. Haven't tried it already, though; my main reason, is that I operate most of my Linux servers on Sun hardware, and am waiting for the dust to settle on 2.4.0 before I start trying to wor

Re: [Zope] Zope on Win2K stable ?

2001-01-09 Thread Wolfgang Strobl
On 9 Jan 2001, at 9:13, Andreas Jung wrote: > - is Zope under Win2K stable enough to be used in a production > environment ? IMHO, yes. Neither Zope nor Win2K can protect you against a buggy driver on the kernel level which happens to crash the machine, though. > > - is it possible to star

[Zope] MySQL connection woes

2001-01-09 Thread paul_s_johnson
After following several howtos, tracking numerous threads from this list, and spending several days losing my mind, I sense that I am finally getting closer to having Zope and MySQL talking to each other. SETUP: I am running on Linux with Redhat with MySQL 3.22.32 and ZMySQLDA with ZMySQL-python.

Re: [Zope] Tux & Zope?

2001-01-09 Thread Takashi Veikko Linzbichler
Hi, Jonathan, Jonathan wrote: > > Just one of those things that keeps popping up on my list of 'things I > should try': Zope behind the Tux webserver. For those who do not know: > Tux is a very fast webserver for Linux because it operates at kernel > level. It can pass requests it can't handle t

Re: [Zope] Zope on Win2K stable ?

2001-01-09 Thread Andy McKay
> Hi, > > - is Zope under Win2K stable enough to be used in a production > environment ? Yes, perhaps more than IE ;) > - is it possible to start Zope under Win2K as a service > (controlable through the system management console) ? > Yes -- Andy McKay. _

[Zope] Learning ZOPE - a useful guide

2001-01-09 Thread Lloyd Kvam
I have been struggling to figure out Zope. It is a complicated product and it is very hard to know where to begin. This link provides a general guide as how to proceed. What should you learn first? What comes next? While I am sure there is more than one way to answer those questions, this gui

Re: [Zope] Tux & Zope?

2001-01-09 Thread Joachim Werner
> Are you sure Tux will help in conjunction with Zope ? AFAIK Tux can only > handle static html pages and nothing more. Any request to dynamic pages > (and I wold consider any Zope powered system being 100% dynamic) has to > be passed to another (user-level) webserver. So IMHO in the case of Zope

[Zope] ZSQL database connection (ZPoPy) not giving expected results

2001-01-09 Thread Mark N. Gibson
Ok, here's the situation. I create a folderish object. I insert some info into the postgresql database related to this folderish object. I create a ZPopy database connection within this folderish object. All of this is done through a python method. If I do a query using this new database conn

Re: [Zope] Tux & Zope?

2001-01-09 Thread Shane Hathaway
[EMAIL PROTECTED] wrote: > What I would really like to see is this: Images and multi-media that can be > served by Tux, but managed by Zope, so that all content is managed, but > serving the images and multi-media is really fast, and not reliant on the > ODB. I thought I saw something about a pro

[Zope] Currency formatting

2001-01-09 Thread Menard . Jean-Francois
I would like to output currency as: 1 300 459,63$ I looked at the documention, and I cannot figure how to: - Place spaces instead of commas as thousand separators. - Replace the dot by a comma for the decimals. Any clues? Jean-François Ménard Intranet DPAS Pratiques d'affaires et orientations *

Re: [Zope] MySQL connection woes

2001-01-09 Thread Luciano Ramalho
I don't know how to create a null login in MySQL, but I know a better solution. The last time I had a problem like yours I created a user in MySQL and used it connect Zope. In mysql you type: GRANT ALL ON my_database.* TO my_user IDENTIFIED BY my_passwd (The .* part is a wildcard meaning all ta

Re: [Zope] Learning ZOPE - a useful guide

2001-01-09 Thread Chris McDonough
Just FYI, this is linked from the zope.org Documentation page... it's the first link. (Thanks Itamar!) You should probably post this request to Zope Newbies so that Luke will have a better chance of reading it (DC doesn't administer the Zope Newbies site). - Original Message - From: "Ll

Re: [Zope] ZDESIGN IDEAS = How to improve 'manage' ?

2001-01-09 Thread Jonas Luster
* Joachim Werner sez: > Again you are right, but as Zope is really easy to install, I'd guess that it > is not only used (and installed) by "uberadmins" who know exactly what they > are doing ... Hmmm... coming to think about it. Zope comes with /Extensions as drwxrwxr-x and UID='nobody' in z

Re: [Zope] Currency formatting

2001-01-09 Thread Andy McKay
>From the quick hack department: 1: hack the source: DT_Var line 375... or 2: Write a bit DTML method that is along the lines of: return_money: then a DTML Document that has wher value is the value you want: 3: This could of course using PythonScript much better -- Andy McKay. --

Re: [Zope] Multiple servers on Zope?

2001-01-09 Thread Andy McKay
And there I was thinking bud.ca would be about beer -- Andy McKay. - Original Message - From: "Kevin Teague" <[EMAIL PROTECTED]> To: "Etienne Labuschagne" <[EMAIL PROTECTED]>; "Zope" <[EMAIL PROTECTED]> Sent: Tuesday, January 09, 2001 1:47 AM Subject: Re: [Zope] Multiple servers o

[Zope] Re: [Zope-dev] ZCatalog and 'fuzzy logic'

2001-01-09 Thread Dieter Maurer
Morten W. Petersen writes: > Is there anyone who could try to give an estimate of how long it would > take to add fuzzy logic (regexp-like) searching capability to the > ZCatalog? I do not think that "fuzzy logic" is strongly related to "regexp-like". Anyway. Fuzzy searching often means "findi

Re: [Zope] How to set proxy roles in dtml method?

2001-01-09 Thread Dieter Maurer
Dirksen writes: > only ends in this error: > > You are not authorized to change myMethod because you do not have proxy roles. > > even though I'm calling the above statement in Manager role. Is it possible to do >that? It is a bit strange, but as a security feature, you can change an ob

Re: [Zope] Unidentified problem with SiteRoot

2001-01-09 Thread Dieter Maurer
Kelvin Cheong writes: > ... ZSQL methods stick to their connections, even if copied ... This is not a site access problem (as Evan already told you). Search the searchable list archive. I think, I saw this (or a similar) problem already in the list. Dieter

RE: [Zope] [Newbie] Can Zope ...

2001-01-09 Thread Dieter Maurer
=?iso-8859-1?Q?Max_M=F8ller_Rasmussen?= writes: > Zope can easily do most all of the things you mention in zClasses. The most > difficult items you are requesting though is calendaring and discussion. I looked at SquishDot, at it seems not to be bad for discussions (a la bulletin board). Calende

Re: [Zope] How to set a REQUEST variable inside a PythonMethod?

2001-01-09 Thread Dieter Maurer
=?iso-8859-1?Q?Juan_Carlos_Coru=F1a?= writes: > REQUEST.update({'NoRows': 4}) REQUEST.other.update({'NoRows': 4}) > REQUEST.set('NoRows', 4) This, too, should work, as Evan already said. Dieter ___ Zope maillist - [EMAIL PROTECTED] http://lists.zo

RE: [Zope] MySQL connection woes

2001-01-09 Thread paul_s_johnson

[Zope] Special-name of variables called 'name' or 'domain'

2001-01-09 Thread Mayers, Philip J
I've got some SQL method, and a folder structure, and am seeing some *very* annoying results. Namely, seems to cancel out variable assignments from an enclosing /root get_machine_hosts (SQL method) get_host_aliases (SQL method) show (dtml method) /host show (dtml method) /alias

RE: [Zope] Creating a Database connection.

2001-01-09 Thread Farrell, Troy
We need more specific information to help you. I'll give you an example: I run one zope installation on Windows NT 4.0SP6. I use PostgreSQL 7.0.3 on WindowsNT with Cygwin. 1)install Zope 2)compile PostgreSQL with ODBC support and install it 3)install ZODBCDA (Zope ODBC Database adapter) 4)insta

[Zope] What's up with MySQL and Zope?

2001-01-09 Thread Jason Byron
What's up with MySQL and Zope? Now there are four different products that are related to MySQL and Zope. Which one should I use? Some don't even look like DA's for zope. Why are these listed in Zope's product page anyway? Why can't they all get coordinated? Jason _

RE: [Zope] Currency formatting

2001-01-09 Thread Menard . Jean-Francois
Tanks! Work great! -Message d'origine- De : Andy McKay [mailto:[EMAIL PROTECTED]] Envoyé : mardi 9 janvier 2001 14:31 À : [EMAIL PROTECTED]; [EMAIL PROTECTED] Objet : Re: [Zope] Currency formatting >From the quick hack department: 1: hack the source: DT_Var line 375... or 2: Write a

[Zope] Re: [Zope-dev] RE: [Zope] ZDESIGN IDEAS = How to improve 'manage'??

2001-01-09 Thread Ken Manheimer
This thread should not be crossposted to both mailling lists. I posted a followup to zope-dev, please see there if you want to respond. In general, please do *not* cross-post - it's almost never justified, certainly isn't in this case. Ken Manheimer [EMAIL PROTECTED] __

Re: [Zope] Currency formatting

2001-01-09 Thread Andy McKay
Great! -- Andy McKay. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 09, 2001 1:53 PM Subject: RE: [Zope] Currency formatting > Tanks! Work great! > > > -Message d'origine- > De : Andy McKay [mailto:[EMAI

RE: [Zope] MySQL connection woes

2001-01-09 Thread paul_s_johnson
One other bizarre symptom: when I test the database connection with a INSERT query it works and inserts data into the designated MySQL table in the query, although there is no indication that it is working in Zope. I changed the user table for the MySQL user cited in the connection string so th

Re: [Zope] [Newbie] Can Zope ...

2001-01-09 Thread Andy McKay
I'd personally stay from Worldpilot since AFIAK its not open source. -- Andy McKay. - Original Message - From: "tav" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Smith Ray" <[EMAIL PROTECTED]> Sent: Tuesday, January 09, 2001 4:01 AM Subject: Re: [Zope] [Newbie] Can Zope ... > >

[Zope] multiple unknown parameters -> ZSQL

2001-01-09 Thread Lee
Hi, As usual, I'm finding this one hard to explain... so I've described it with the aid of a diagram @ http://homepages.strath.ac.uk/~aeu97172/h.htm I realise that this may be more of a burden on your time than a normal request... but I'm hoping that some of you have met similar problems bef

RE: [Zope] [Newbie] Can Zope ...

2001-01-09 Thread Steve Drees
> I'd personally stay from Worldpilot since AFIAK its not open source. > -- > Andy McKay. >From their website: What's worldpilot's licence? Worldpilot is open source. It's licence WPL (Worldpilot Public Licence) is identical to the ZPL (Zope Public Licence). Please read it here.

Re: [Zope] What's up with MySQL and Zope?

2001-01-09 Thread paul_s_johnson
Why? I don't know, but here's what I did (still not 100% successfully so user beware). Use MySQLDA (a Zope Product) and MySQL-python (not a Zope Product, but a helper python module). The most painless way to get them installed (on Linux) is from RPMs at ftp://ftp.logicetc.com/pub/Zope/RPMS/MySQ

[Zope] zope programmers in India ?

2001-01-09 Thread sathya rangaswamy
Hello , Are there any zope programmers from India on this list. We are looking to get some zope work done on a contract basis. It involves DTML and Zope product development . Familiarity with ZPattern classes and LoginManager is helpful. The database is Oracle 8i. If you are interested pleas

RE: [Zope] [Newbie] Can Zope ...

2001-01-09 Thread Farrell, Troy
Same as ZPL http://demo.worldpilot.com:8080/site/LICENSEWPL.txt -Original Message- From: Andy McKay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 4:06 PM To: tav; [EMAIL PROTECTED]; Smith Ray Subject: Re: [Zope] [Newbie] Can Zope ... I'd personally stay from Worldpilot sin

Re: [Zope] RSS and JavaScript

2001-01-09 Thread LARRY CHUON
John, You were right. There was a typo in my javascript. I was very and decided to retype the entire script all over again. It turned out that I left out a angle bracket. Thanks for your help. Larry On Sun, 07 January 2001, John Morton wrote: > > On 7 Jan 2001 17:51:24 -0800 LARRY CHUON

[Zope] broken products not indicated after Zope 2.2.5 install

2001-01-09 Thread Fred Yankowski
I just installed a full copy of Zope 2.2.5 onto my NT 4.0 SP 6 machine and then copied over my data.fs* files from Zope 2.2.3. Zope 2.2.5 comes up OK after that, but none of the Products in the Control Panel / Products folder is shown as broken, even though I have yet to copy over the dozen or so

RE: [Zope] ZDESIGN IDEAS = How to improve 'manage' ?

2001-01-09 Thread Mohan Baro
My view is that as a sysadmin, I rather give ZOPE superuser/manager the ability install products through ZOPE, rather than giving them access to the OS. Another view I have is that I do not want my developers to think about which platform they are working on. ZOPE runs on a variety of OSes and e

[Zope] ZCatalog and 'fuzzy logic'

2001-01-09 Thread Morten W. Petersen
Is there anyone who could try to give an estimate of how long it would take to add fuzzy logic (regexp-like) searching capability to the ZCatalog? And reasoning as to why would be appreciated. ;) -Morten ___ Zope maillist - [EMAIL PROTECTED] http:/

Re: [Zope] ZDESIGN IDEAS = How to improve 'manage' ?

2001-01-09 Thread Martijn Pieters
On Mon, Jan 08, 2001 at 11:19:36AM -0500, Jason Cunliffe wrote: > The need to improve the manage interface has grown urgently clear to me > while using Zope myself, designing for all sorts of community and > collaborative Zope-based projects, demos for a number of innocent > bystanders, interested

Re: [Zope] ZDESIGN IDEAS = How to improve 'manage' ?

2001-01-09 Thread Martijn Pieters
On Mon, Jan 08, 2001 at 12:18:37PM -0500, Mohan Baro wrote: > Are you planning a manage_install for products? > The ability for superusers to install complelte products directly through > the management interface, no need for ftp. > similar to import/export feature I hope not! Anyone gaining ma

Re: [Zope] ZDESIGN IDEAS = How to improve 'manage' ?

2001-01-09 Thread Joachim Werner
> > - You can work with full SSL-encryption, maybe even client certificates. > >This is much more secure than TELNET or FTP. (Unfortunately, SSH/SCP, > >while being the "better TELNET/FTP" is not always an option, and it > >always opens up more than necessary) > > what exactly does S

Re: [Zope] Re: [Zope-dev] Re: [Zope] ZDESIGN IDEAS = How to improve 'manage' ?

2001-01-09 Thread Jonas Luster
* Joachim Werner sez: Ok, let me try to understand this one. I am a bit dumb, sorry... > - You can work with full SSL-encryption, maybe even client certificates. >This is much more secure than TELNET or FTP. (Unfortunately, SSH/SCP, >while being the "better TELNET/FTP" is not always an

RE: [Zope] ZCatalog and 'fuzzy logic'

2001-01-09 Thread sean . upton
My understanding is that part of the problem is that sorting a dataset based upon regular expression (doesn't matter what algorithm you use) creates a rather large tree of possibilities that is largely impractical to sort, at least not without a lot of overhead. My compromise for the searches t

[Zope] Re: [Zope-dev] Re: [Zope] ZDESIGN IDEAS = How to improve 'manage' ?

2001-01-09 Thread Joachim Werner
On Tuesday 09 January 2001 15:41, Martijn Pieters wrote: > On Mon, Jan 08, 2001 at 12:18:37PM -0500, Mohan Baro wrote: > > Are you planning a manage_install for products? > > The ability for superusers to install complelte products directly through > > the management interface, no need for ftp. >

[Zope] MySQL

2001-01-09 Thread vishnu prasad
can anyone update me with list of activities that I need to follow for having MySQL installed and integrated with Zope?   thanks in advance, vp

[Zope] slow DocumentTemplate (dtml) import speed

2001-01-09 Thread Federico Grau
Hello, I am using the DocumentTemplate (dtml) portion of zope in a python program using cgi. The "import DocumentTemplate" step alone seems to take almost 1 (ONE) second on my hardware. This seems extremely high compared with the load time of python alone of about 0.3 seconds. To benchmark th

[Zope] dtml-tree and a filtered objectValues

2001-01-09 Thread Jim Hebert
OK, this works: My DTML Method, "y": foo If I change z to read as follows, it breaks: foo where y is a DTML Method simply containing The error I get is: Error Type: AttributeError Error Value: __getitem__ ... Traceback (innermost last): File /usr/local/Zope-2.2.4-src/lib/python/

[Zope] Need help with ZGotW

2001-01-09 Thread LARRY CHUON
I have Zope-2-2-4 and just install ZGotW. When I try to add ZGotW Issue and ZGotW Root, I receive errors such as "Empty entry when integer expected" or "sequence index must be integer." Thanks in advance. Larry ___ Zope maillist - [EMAIL PROTEC

Re: [Zope] [Newbie] Can Zope ...

2001-01-09 Thread Andy McKay
Well there you go, now I know. Even better -- Andy McKay. - Original Message - From: "Farrell, Troy" <[EMAIL PROTECTED]> To: "'Andy McKay'" <[EMAIL PROTECTED]>; "tav" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Smith Ray" <[EMAIL PROTECTED]> Sent: Tuesday, January 09, 2001 2:35 PM

Re: [Zope] multiple unknown parameters -> ZSQL

2001-01-09 Thread Jens Vagelpohl
this could be done in python in either an external method or python script/method. you can execute arbitrary SQL (which you would dynamically generate in python) on a database connection using the "query" method that is part of every database adapter. you need to - get a handle to your database

[Zope] xmldocument

2001-01-09 Thread [EMAIL PROTECTED]
happy new year all i can't get xmldocument to work with zope2.2x i can install the product ok, but can;t add XML Document. i got attribute error. any insight into the error is appreciated. can anybody suggest ways of rendering xml documents in zope? thanks --8< AttributeError

[Zope] Trouble with dates in an External Method

2001-01-09 Thread Steven Grimes
I'm having trouble using dates in an external method. I can't get it to import the python DateTime module. I need to compare two dates which are in string form in the external method. I know that this isn't a good description of what I'm trying to do but I'm new to Zope development. If this

[Zope] external mailhost

2001-01-09 Thread Otto Pichlhoefer
I am trying to set up Mail Host. I don't have a local SMTP server and would like to use the server of my ISP. However Mail Host does not allow for authentication. So my question: - Is there a way to transmit a password with Mail Host? - or, is there software to set up a local SMTP server ( WinN

[Zope] Object cleanup: is it possible?

2001-01-09 Thread richard
We have a Product that contains images like so: application \ image collection \ image object There's going to be a lot of these images, and sometimes they're going to be big, so we're storing them outside the ZODB. The image object serves the image up in a variety of sizes, eac