Re: [Zope] More Problems Compiling from Source Code

2000-12-23 Thread Jens Vagelpohl
ben, python 2.0 is not officially supported yet. you will need to install the supported version (python 1.5.2). jens on 12/23/00 5:22, Ben Ocean at [EMAIL PROTECTED] wrote: Hi, I'm trying to recompile Zope from the source because of a module I want to include to better enable MySQL. I'm

Re: [Zope] première version de l'interface francisée de Zope

2000-12-23 Thread Jens Vagelpohl
babelfish.altavista.com produced the following (amusing) translation: ** Hello, * You pouver to download a first version of the francized interface of Zope (currently 2.2.4) to the following address: http://zdp.zope.org/projects/zi18n/zzlocale/zzlocale_fr.tar.gz * you

Re: [Zope] Stupid Installation Question Remains Unanswered

2000-11-19 Thread Jens Vagelpohl
Well, actually, the REAME.txt doesn't say ANYTHING about how to install it. It *does* refer to doc/INSTALL.txt, which, unfortunately, is nowhere to be found: there is no directory called *doc* nor any INSTALL.txt file that I can see. Here's what unzipped: snip snip drwxr-xr-x 3 webmaste

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

2000-11-19 Thread Jens Vagelpohl
ben, as far as i know python 2.0 is not (yet) fully supported. if you look at that famous INSTALL.txt again you will see this: Important notes ZOPE 2.0 REQUIRES PYTHON 1.5.2! See CHANGES.txt for important notes on Zope 2.0. so i suggest you try it with python 1.5.2. jens

Re: [Zope] ZODB in a hosed state

2000-11-18 Thread Jens Vagelpohl
this error is coming out of the postgres database adapter. something happened while a database request was processed and database connection from the DA to postgres got disconnected. jens On 11/18/00 16:10, "Bak @ kedai" [EMAIL PROTECTED] wrote: hi, i sometimes got this traceback from zope,

Re: [Zope] Zope/PIL collision - what to do?

2000-10-26 Thread Jens Vagelpohl
try something like import PIL image = PIL.Image.open('foo.png') that way you do not have two names "Image" colliding in the names Zope sees jens ---- Jens Vagelpohl[EMAIL PROTECTED] Software Engineer www.digicool.com Digital Creations (888) 344-4332

Re: [Zope] Medusa Monitor

2000-10-11 Thread Jens Vagelpohl
terry, you forgot the step of actually connecting to the monitor :) there is a very short howto on using the correct client program to log into the monitor at: http://www.zope.org/Members/teyc/howtoMonitorClient and similar info at: http://www.zope.org/Documentation/Misc/DEBUGGING.txt jens

Re: [Zope] zope 2.2.2 not compiling

2000-10-10 Thread Jens Vagelpohl
roland, there is a precompiled Win32 version available to download at: http://www.zope.org/Products/Zope/2.2.2/Zope-2.2.2-win32-x86.exe use that instead. jens on 10/10/00 3:02, Roland Tepp at [EMAIL PROTECTED] wrote: Hi. I downloaded Zope 2.2.2 source and I am trying to compile it on

Re: [Zope-dev] Render DTML without having it in a Zope object

2000-09-08 Thread Jens Vagelpohl
hi stephan, one project i am working on right now does something similar, retrieving data for business objects out of an RDBMS and rendering it through zope without instantiating e.g. an instance of a product representing the business object. in my case it is handled with external methods (not

Re: [Zope] re module through the web security

2000-09-06 Thread Jens Vagelpohl
methods. i'd rather be inconvenienced once every few months than basically invite denial of service attacks. jens Jens Vagelpohl The VW Type 4 on the Web: http://www.type4.org on 9/6/00 5:43, Chris Withers at [EMAIL PROTECTED] wrote

RE: [Zope] Defining High Load in Heavily DB Driven site (was: [Zope] zope2.2.0 and what is high load)

2000-08-11 Thread Jens Vagelpohl
otherwise manipulate objects in the ZODB. this is why the number of application threads should be smaller than the number of ZODB connections. tweaking these numbers is possible, but mileage may vary depending on your specific site and usage. jens ---- Jens Vagelpohl [EMAIL PROTECTED] Softwar

RE: [Zope] Reloading file objects?

2000-08-10 Thread Jens Vagelpohl
a simple workaround, but one that pretty much prevents any caching anywhere, is to append the URL for this file with a changing query string, e.g. a timestamp. this is what it would look like: untested a href="dtml-var name="my_file"?x=dtml-var expr="ZopeTime()" fmt="%H%M%S""My File/a /untested

RE: [Zope] SiteAccess and zope2.2

2000-08-04 Thread Jens Vagelpohl
terry, have you done the following: * get the *latest* version of SiteAccess (only SiteAccess versions 2.0 work woth zope 2.2.0 * run the little helper script that comes with SiteAccess2 to upgrade all existing SiteAccess-related objects to version 2 * just to be on the safe side, re-registered

RE: [Zope-dev] Now; - problems using ZODB/ZCatalog in Python

2000-07-25 Thread Jens Vagelpohl
thomas, this error message is raised when the zope instance that contains the ZODB you're trying to work with is already running (and thereby put its own lock on the ZODB). are you trying to execute this script while zope is running? you need to shut it down first. jens -Original

RE: [Zope] PCGI still not functional

2000-07-25 Thread Jens Vagelpohl
bill, i saw the same symptoms this weekend when i helped a good friend set up a zope box to serve some of his domains from. his machine runs RH 6.1. what did it for me was to copy Zope.cgi from apache's cgi-bin directory back into the root of the affected zope install, he has two instances

RE: [Zope] simple instructions for site search

2000-07-13 Thread Jens Vagelpohl
chris, catalogs don't automatically search other catalogs they find. until this is implemented you could create a separate catalog that only catalogs other catalog instances (and your squishdot instance) and then you could ask that main catalog to give you all its other catalogs and simply fire

Re: [Zope] Linux user group

2000-07-13 Thread Jens Vagelpohl
you can create this yourself: http://www.zope.org/Members/jens/docs/zope_on_cdrom jens on 7/13/00 10:29, CURTIS David at [EMAIL PROTECTED] wrote: 1) Is there a ZOPE demo for that runs on a CDROM? ___ Zope maillist - [EMAIL PROTECTED]

RE: [Zope-dev] Zope 2.1.6 packages

2000-07-12 Thread Jens Vagelpohl
hi all, from my own experience i know user nobody is 99 and group nobody is the same on linux, but BSDs seem to have another convention there. on a FreeBSD box i looked at right now nobody was user 65534 or so. as chris mcdonough remarked earlier in this thread, it is much more important to get

Re: [Zope] Manager Screen Authenication

2000-07-11 Thread Jens Vagelpohl
hi sean, the zpasswd is run like this: python zpasswd.py access the password creation is in dialog form. jens p.s.: please don't send HTML-formatted mail to the list on 7/11/00 14:55, Sean S. Rowe at [EMAIL PROTECTED] wrote: Hello. I'm new to Zope and have just installed it on a server

RE: [Zope] What is the best way to do this?

2000-07-04 Thread Jens Vagelpohl
st changes that need to be considered when writing a product for zope 2.2 read brian's guide at http://www.zope.org/Documentation/How-To/ProductAuthorUpdateGuide . a good deal of knowledge can be gained from simply looking at the code of products available in your zope install under zope/lib/python/Products.

Re: [Zope] something missing in my Oracle setup?

2000-05-29 Thread Jens Vagelpohl
from a second pretty much identical box with a full server install. it would be easiest if you had a machine with a full server install. jens Jens Vagelpohl[EMAIL PROTECTED] Software Engineer www.digicool.com Digital Creations (888) 344-4332 Got Zope? on 5/29/00 18

<    7   8   9   10   11   12