[Zope] Can't override standard_error_message on NotFound?

2000-06-26 Thread matt
I'm having some problems with standard_error_message on 2.2.0b2. According to the mailing list archives I should be able to override NotFound errors (I even cut-n-pasted http://www.zope.org/standard_error_message/view_source into my own standard_error_message in case I was missing something)

[Zope] XMLDocument create attributes problem

2000-10-06 Thread matt
as the list, regards Matt from Products.XMLDocument.XMLDocument import Document def add(self, id, title): ob=Document() ob.title=title ob.id=id id=self._setObject(id, ob) log_node = ob.createElement('log') an_at = ob.createAttribute('attribute1') Zope

[Zope] xmldocument and properties

2000-10-06 Thread matt
Does anyone have a simple example of creating and setting the properties of a node within an xml document, using xmldocument and external methods. thanks Matt ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope

[Zope] backing up

2000-10-13 Thread matt
Is there a nice way to backup dtml documents and methods from a certain point in the object tree onwards without having to save all the other objects too? regards Matt ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo

[Zope] object properties

2000-10-14 Thread Matt
Can someone give me an example, either in dtml or external methods of accessing or listing the properties of the current object I am calling a method on. Or point me to a source Matt Bion ___ Zope maillist - [EMAIL PROTECTED] http

[Zope] dtml-tree does weird things

2000-10-14 Thread Matt
dtml-var id /dtml-tree any help would be greatly appretiated, Matt Bion ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/lis

Re: [Zope] object properties

2000-10-14 Thread Matt
I tried a few things and found the following useful : Property ids of dtml-var "PARENTS[0].id" are dtml-var "PARENTS[0].propertyIds()" Kapil Thangavelu wrote: Matt wrote: Can someone give me an example, either in dtml or external methods of accessing or li

Re: [Zope] Re: Zope digest, Vol 1 #1016 - 28 msgs (I will be out ofthe office Monday, October 16th) office Monday, October 16th)

2000-10-14 Thread Matt
Just be lucky he only gets the digest ... it looks like an automated reply to me. While I am here, thanks for the replies to my questions, they were very helpful. knight wrote: May I ask what the relevance this post was to the list? Regards, Knight [EMAIL PROTECTED] On Sat, 14 Oct

[Zope] image attachments in dtml-sendmail and dtml-mime

2000-10-15 Thread Matt
I have benn having a problem with attaching images to a dtml-sendmail. The following is my dtml code : dtml-sendmail mailhost="MailHost" To: Feedback Recipient [EMAIL PROTECTED] From: Zope Feedback Form [EMAIL PROTECTED] Subject: Feedback from the web Feedback from : Matt dtml-mime

Re: [Zope] image attachments in dtml-sendmail and dtml-mime

2000-10-16 Thread Matt
Recipient [EMAIL PROTECTED] From: Zope Feedback Form [EMAIL PROTECTED] Subject: Feedback from the web Feedback from : Matt Comments: dtml-var some_text dtml-mime type=image/jpeg encode=base64 name=paris.jpgdtml-var "paris.data" /dtml-mime /dtml-sendmail Giving the mime tag a name

Re: [Zope] Sendmail examples

2000-10-25 Thread Matt
: Feedback Recipient [EMAIL PROTECTED] From: Zope Feedback Form [EMAIL PROTECTED] Subject: Feedback from the web Feedback from : Matt Comments: dtml-var some_text dtml-mime type=image/jpeg encode=base64 name=paris.jpgdtml-var "paris.data" /dtml-mime /dtml-sendmail Matt steve smith

Re: [Zope] Not grocking RESQUEST.set syntax

2000-10-25 Thread Matt
try dtml-call "REQUEST.set('filename', FOO())" -Original Message- From: Noah [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Thursday, 26 October 2000 09:01 Subject: [Zope] Not grocking RESQUEST.set syntax I'm still not grocking the syntax for setting REQUEST fields.

[Zope] Cleaner stylr

2000-10-26 Thread Matt
ext_methods/text_accept_method(which is where above snippet is from) text_main/text_repository/ text_main/text_repository/text_container_15562/ text_main/text_repository/text_container_15562/text_ZClass_instance1 text_main/text_repository/text_container_15562/text_

[Zope] dtml-with using string reference and acquisition

2000-10-27 Thread Matt
t;_[ or "_.callitem(.... ? Any help would be very much appreciated. regards Matt Bion ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope] Acquisition beahviour ... static/shared vs local instance

2000-11-08 Thread Matt
to root of the hierarchy, just so they can be thrown to many places. I want to be able to restrict where these can be thrown to stop people playing around with their own urls and creating bad objects in the wrong places. Anyone have any thoughts on these problems? regards Matt Bion

[Zope] XMLDcoument setAttribute error

2000-11-11 Thread Matt
/python/OFS/PropertyManager.py, line 198, in valid_property_id (Object: Manageable) AttributeError: (see above) any ideas ? regards Matt Bion ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HT

Re: [Zope] Referecing items in subfolders

2000-11-14 Thread Matt
. Acquisition works nicely that way. matt "Cornelis J. de Brabander" wrote: You could use: dtml-with resources dtml-var standard_header /dtml-with I would suggest, however, to reorganize your design and to put index_html in a subfolder of a folder where standard-header and standard_foo

Re: [Zope] Uploading files

2000-11-15 Thread matt
nce http://lists.zope.org/mailman/listinfo/zope-dev ) -- Matt Halstead (PhD) Research and development VirtualSpectator http://www.virtualspectator.com ph 64-9-9136896 ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope **

[Zope] getitem problem

2000-11-18 Thread Matt
es.container_metatype" br dtml-var "_.getitem('staticProperties.container_metatype',1)" regards Matt ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related li

[Zope] persistence and dictionaries

2000-12-07 Thread Matt
the modified boring product boringplus . it's dead simple to follow if you have made products before. Any explanation would be really nice. regards Matt boringplus.tar.gz

Re: [Zope] persistence and dictionaries

2000-12-07 Thread Matt
ts do not seem to persist(well the document does, but it loses all its children), then I persisted them to the local file system, since I needed to do that anyway for what I was doing. Setstate seemed to work nicely to bring them back, though watching its behaviour I noticed that it was called very often

Re: [Zope] persistence and dictionaries

2000-12-08 Thread Matt
e during normal operations." "No. It'll work for "a while" or until the server is restarted. :-)" actually do persist after restarts ... that's what confused me, they wouldn't go away and they should!! regards Matt Chris McDonough wrote: Thanks for the reply, th

Re: [Zope] persistence and dictionaries

2000-12-08 Thread Matt
OTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, December 08, 2000 11:57 AM Subject: Re: [Zope] persistence and dictionaries Huh. If they do, it's by chance only. I'd be hard-pressed to explain it. Do they inherit from *anything*? - Original Message -

Re: [Zope] persistence and dictionaries

2000-12-08 Thread Matt
um, nope, that's all there is to that class I'll attach the whole product Matt Jonothan Farr wrote: Oops. You snipped the contents of MoreStuff.addStuff(). No way to tell what's going on without that! --jfarr - Original Message - From: "Matt" [EMAIL

Re: [Zope] persistence and dictionaries - new light

2000-12-08 Thread Matt
to it's binding to manage_main = HTMLFile('boringEdit', globals()) # Management Interface which is linked to manage_options = ( {'label': 'Edit', 'action': 'manage_main'}, hopefully someone has an answer to that. regards Matt Jonothan Farr wrote: Oops. You snipped the contents

Re: [Zope] persistence and dictionaries

2000-12-09 Thread Matt
(also in the Product) and called that method from a dtmlMethod then things would not be persisted. thanks for all the help from everyone, this is really invaluable. regards Matt Tres Seaver wrote: Matt [EMAIL PROTECTED] wrote: Chris, this was my original confusion the two places

[Zope] charset from forms input

2000-12-13 Thread Matt
ows) works, but of course Western(ISO) does not. How does one detect these? and more the point, how does one test easily for any of the other encoding standards? Surely this has bugged a lot of people? regards Matt ___ Zope maillist - [EMAIL PROTE

[Zope] __setstate__ and acquisition

2001-01-20 Thread Matt
Matt ___ 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 http://lists.zope.org/mailman/listinfo/zope

Re: [Zope] __setstate__ and acquisition

2001-01-20 Thread Matt
will naturally find the new acquired attributes. This however forces you to make sure a previous copy of a file still resides in the old location. matt Evan Simpson wrote: From: "Matt" [EMAIL PROTECTED] I am using __setstate__ to reload files into memory for objects of a product I

[Zope] patch for python configure for freeBSD and Zope

2001-01-21 Thread matt
symbol "PyMethod_Type" have fun Matt 2249c2249 FreeBSD*/4*) LDSHARED="gcc -shared";; --- FreeBSD*/3*) LDSHARED="gcc -shared";; 2295c2295 FreeBSD/4*) LINKFORSHARED="-Xlinker -export-dynamic";; --- FreeBSD/3*) LINKFORSHARED="-Xlinker -export-dynamic";;

[Zope] Re: patch for python configure for freeBSD and Zope

2001-01-21 Thread matt
it. ImportError: ./ExtensionClass.so: Undefined symbol "PyMethod_Type" Matt, Is this an error in the port itself of python? Python 2.0 is in ports as well as zope. If there is a problem with either port can you give more detail so the apropriate maintainer can be notifi

[Zope] Re: patch for python configure for freeBSD and Zope

2001-01-21 Thread matt
I should try the ports distribution and run my unit tests to perhaps build a more likely to be stable freeBSD installer for our work. Matt -- = -Chris Watson (316) 326-3862 | FreeBSD Consultant, FreeBSD G

Re: [Zope-dev] Turning acquisition off selectively.

2000-12-08 Thread matt
I thought was where you knew specific things about your environment and wanted them from there instead of what you had brought along yourself. Matt On Sat, 09 Dec 2000, Jim Fulton wrote: Chris Withers wrote: [EMAIL PROTECTED] wrote: That is, with a simple method, and not disabling the

Re: [Zope-dev] DTML Documents == DTML Methods that are anchored?

2000-12-29 Thread matt
acquisition for a method is to actually acquire an environment to work in. Well that's the way I view it, and it helps. Matt On Sat, 30 Dec 2000, The Doctor What wrote: What are the differences between DTML Documents and Methods internally? I was just thinking about the problems every new user

Re: [Zope-dev] Re: Starting ZServer

2001-01-03 Thread matt
http://127.0.0.1:8080/ if that works then check out your /etc/hosts file or equiv On Thu, 04 Jan 2001, [EMAIL PROTECTED] wrote: Hi guys, This is my first entry to this mailing list and please forgive me if u feel this a stupid problem to begin with.(Today happens to be my first day on

Re: [Zope-dev] The bleak Future of Zope?!

2004-04-21 Thread Matt
my nz$ 0.02 worth - is the future bleak? nothing seems to awry to me, this copy you pasted has no basis for argument - why even bother pasting it - for some upgrades of zope 2.* I need to rethink some rather understandable aspects of my zope products - each one appears to be a migration to

[Zope] ZClass-within-a-ZClass not in subobjects list?

2000-06-16 Thread Matt Behrens
doing wrong here? This is a 2.1.6 installation that I'm playing around on, btw. -- Matt Behrens [EMAIL PROTECTED] Owner/Administrator, zigg.com ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] ZClass-within-a-ZClass not in subobjects list?

2000-06-18 Thread Matt Behrens
On Sun, Jun 18, 2000 at 01:28:26PM -0400, Tres Seaver wrote: Matt Behrens [EMAIL PROTECTED] wrote: No matter what I do, I can't seem to make a ZClass a subobject of another ZClass. I'm really not sure what I'm missing. Here's what I've done: [snip] There are a couple of items in play

[Zope] Disabling tracebacks

2000-06-24 Thread Matt Behrens
I'd like to disable tracebacks from showing up in Zope exceptions (especially on 404s). I know zope.org does this; how can I? Is there a flag I can set somewhere? -- Matt Behrens [EMAIL PROTECTED] Owner/Administrator, zigg.com ___ Zope maillist

Re: [Zope] mailhosts and mail server speed

2000-08-23 Thread Matt Hoskins
it's a forking mail server, if you are going to hit it lots, there's options to configure the limit on accepted connections/forked copies to stop the mail server grinding to a halt. Matt ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

[Zope] test

2000-11-08 Thread Matt Burleigh
test -- Matt Burleigh Systems Administrator, Digital Creations - publishers of Zope. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org

[Zope] Extremely slow connection on local network (Zope 2.2.5, Win2k)

2001-01-31 Thread Matt Gushee
e problems with the network, but nothing nearly as severe as this. We suspect that not having enuf client licenses for Win2k Server may be part of the problem, but I don't see why that would affect Zope, especially since IIS seems to be fine. I would greatly appreciate any suggestions you may have

[Zope] Arizona Zope User Group (AZZUG) now forming

2005-06-06 Thread Matt Howell
The Arizona Zope User Group is now forming in the Phoenix Area. In response to numerous inquiries, sharp i.t. has sponsored an Arizona Zope User Group (AZZUG). The current site offers live chat, mailing lists, and areas for member-provided content. Although based in Phoenix, we invite anyone

[Zope] Re: Zope Foundation Update

2005-07-20 Thread Matt Hamilton
on on the other side of the fence. I am reasonably neutral, though - and care more about what happens to Zope the *community* than anything else. - Matt Hamilton, Netsight On Wed, 20 Jul 2005 01:07:25 +0200, Rob Page [EMAIL PROTECTED] wrote: We are sorely disappointed that ZEA is unwilling

Re: [Zope] Re: Zope Foundation Update

2005-07-21 Thread Matt Hamilton
put a contract in place between ZF and ZC to say that ZF can be the arbiter of any disputes, but I don't see how that can remain in place if ZC changes hands. -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd.Business Vision

Re: [Zope] Memory Errors

2005-07-21 Thread Matt Hamilton
on the system? There are soft limits that are set via login.conf and ulimit/limits which may be too low for you. -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd.Business Vision on the Internet http://www.netsight.co.uk

Re: [Zope] Re: Memory Errors

2005-07-21 Thread Matt Hamilton
limits than 'standard'. And even then we bumped the limits up even higher. -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd.Business Vision on the Internet http://www.netsight.co.uk +44 (0)117

Re: [Zope] Re: Re: Memory Errors

2005-07-21 Thread Matt Hamilton
). Especially interesting considering you can buy 2.8Ghz Opterons right now. -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd.Business Vision on the Internet http://www.netsight.co.uk +44 (0)117

Re: [Zope] Re: Re: Memory Errors

2005-07-21 Thread Matt Hamilton
databse versions of the login.conf file. Zopectl doesn't need to change. Just remember to set the effective-user to zopeuser in zope.conf -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd.Business Vision on the Internet

Re: [Zope] Re: Zope Foundation Update

2005-07-21 Thread Matt Hamilton
the decisions on licensing issues I think I personally am happy. -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd.Business Vision on the Internet http://www.netsight.co.uk +44 (0)117 9090901 Web

OpenBSD Python whitespace oddness (was Re: [Zope] Memory Errors)

2005-07-21 Thread Matt Hamilton
= 0x80 wrt C99/POSIX and our man page. ok espie@ deraadt@ -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd.Business Vision on the Internet http://www.netsight.co.uk +44 (0)117 9090901 Web Design

[Zope] [Plone-users] Zsyncer issue

2005-07-30 Thread Matt Howell
I have not used Zsyncer before, so please excuse me if this question is remedial. Would Zsyncer be a good solution for making a ZEO-based ZODB highly available? If not, what are other people doing for larger Plone / Zope deployments? -Matt ___ Zope

Re: [Zope] Zsyncer issue

2005-07-31 Thread Matt Howell
already have two Cisco CSS to handle heart beats and failover. Thanks for the responses... -Matt ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org

[Zope] Re: Zope Foundation?

2005-09-17 Thread Matt Hamilton
, although complicated, is in progress. Given this, the risk of being The Next Mambo outweighs the perceived benefit from mudslinging. -Matt [1] http://www.eweek.com/article2/0,1895,1850298,00.asp [2] http://www.mamboserver.com/index.php?option=com_contenttask=viewid=115Itemid=104 -- Matt

[Zope] newbie Simple WebSite Construction Using Zope and Search

2006-03-06 Thread Matt Slavin
uch better than using plain old included variables. kind regards, Matt Yahoo! Cars NEW - sell your car and browse thousands of new and used cars online search now ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/lis

Re: [Zope] newbie Simple WebSite Construction Using Zope and Search

2006-03-07 Thread Matt Slavin
Just wanted to say thanks for all your responses, they were brilliant. It's givenme an insight into further zope use, whilst solving the immediateproblem! Fantastic.CheersMatt Yahoo! Photos – NEW, now offering a quality print service from just 8p a

[Zope] Best Practice for including Javascript in Zope Applications

2008-01-01 Thread Matt Hollingsworth
to use these libraries? Is there a canned solution for this sort of thing? Thank you much! -Matt ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http

RE: [Zope] Re: Best Practice for including Javascript inZope Applications

2008-01-02 Thread Matt Hollingsworth
() in the class that you are publishing, then http://www.domain.com/yourId/js/all.js would return the contents of all.js. :Authors: - Matt :Date: 2007-1-1 def __init__(self,path,name,cache=True,persist=False,sync=True,rootdir=package_h ome(globals

RE: [Zope] Best Practice for including Javascript in Zope Applications

2008-01-02 Thread Matt Hollingsworth
if I get some vehement objections to this route, I'll pick another :) Thanks! -Matt -Original Message- From: Tim Nash [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 02, 2008 2:03 PM To: Tom Von Lahndorff Cc: Matt Hollingsworth; zope@zope.org Subject: Re: [Zope] Best Practice

RE: [Zope] Best Practice for including Javascript in Zope Applications

2008-01-04 Thread Matt Hollingsworth
, I'll give it more than an hour and a half of thought, rewrite it more intelligently, and make it available. Otherwise, thanks to everyone for their comments! -Matt -Original Message- From: Tim Nash [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 12:38 PM To: Matt Hollingsworth Cc

RE: [Zope] Re: The best way

2008-01-11 Thread Matt Hollingsworth
Thanks! That solves my problem as well :). -Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tres Seaver Sent: Friday, January 11, 2008 2:04 PM To: zope@zope.org Subject: [Zope] Re: The best way -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Garito

[Zope] Plone Conference Earlybird rate ends in 9 days

2010-07-22 Thread Matt Hamilton
want to see how quick it is to get Plone 4 up and running, here is a screencast I just did at Europython yesterday in which I go from nothing but python installed to fully installed and running Plone instance in under 3 minutes: http://is.gd/dAqs1 -Matt - Matt Hamilton

RE: [Zope] Question about Roles

2008-08-05 Thread Behrens Matt - Grand Rapids
You need to check to see if said user has that role on the object in question. getRoles is only going to show you roles assigned in the User Folder, not local roles. This code is doing a similar thing on my site, with a different role: dtml-if expr=_.SecurityGetUser().has_role('Development

[Zope] ZClasses deprecation and upgrades

2008-08-11 Thread Behrens Matt - Grand Rapids
I am wondering about is the nature of the problems with ZClasses that led to their deprecation. If I move a 2.5.1 installation to 2.11, are my several existing ZClass-based products going to break in any known way I should be aware of? Should I consider a last-known-good upgrade target instead?

RE: [Zope-dev] Mail and zope

2000-11-28 Thread Matt Hamilton
would suggest using the Subject line instead and generate some sort of ticket number and store it in the subject line, and put a header in the message body instructing the user to not alter the subject. -Matt -- Matt Hamilton[EMAIL PROTECTED] Netsight

Re: [Zope-dev] Hard set port number in 2.3?

2001-02-09 Thread Matt Hamilton
dived head-first into using V-H-M, and had to back-peddle quite quickly to SiteRoot. I noticed there was a commit two weeks ago to VirtualHostMonster.py, something about fixing paths, so I might give that a try and see if it fixes the problem :) -Matt -- Matt Hamilton

Re: [Zope-dev] ProxyPass and SiteAccess getting REMOTE_ADDR

2001-02-13 Thread Matt Hamilton
the header, and the second will recognise it and set the appropriate variables. -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd. Business Vision on the Internet http://www.netsight.co.uk +44 (0

Re: [Zope-dev] Virtual Host Monster Paranoia

2001-02-13 Thread Matt Hamilton
them in conjunction with Apache's mod_proxy to rewrite http://www.simpledomain.com to the long http://zopehost.foo.com/blah/blah/VirtualHostMonstser/blah/blah. The Zope host is behind a firewall, so anonymouse users cannot get to it directly. -Matt -- Matt Hamilton

Re: [Zope-dev] Introducing ZopePrints.

2001-02-14 Thread Matt Hamilton
. (why would you want to kick a full one...?) :) -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd. Business Vision on the Internet http://www.netsight.co.uk +44 (0)117 9090901 Web Hosting | Web

Re: [Zope-dev] Search Features and Zope Directions Road Map

2001-02-27 Thread Matt Hamilton
t the user to be more specific with their search. I would love to take more time to work on it again, and would like to be able to access it from withing Zope and use it to catalog arbitary Zope object like ZCatalog does. -Matt -- Matt Hamilton [EMAIL

[Zope-dev] SessionDataManager oddness

2001-03-02 Thread Matt Hamilton
, let me know. TIA, Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd. Business Vision on the Internet http://www.netsight.co.uk +44 (0)117 9090901 Web Hosting | Web Design | Domain Names | Co

Re: [Zope-dev] Optimizing Zope

2001-04-03 Thread Matt Hamilton
images which might free the rest of the server up to do other things. -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd. Business Vision on the Internet http://www.netsight.co.uk +44 (0)117

[Zope-dev] Asyncore in an external method

2001-05-18 Thread Matt Hamilton
be done? I know Medusa uses asyncore -- can a method within Zope also use it? -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd. Business Vision on the Internet http://www.netsight.co.uk +44

Re: Randomness (RE: [Zope-dev] CoreSessionTracking 0.8)

2001-05-24 Thread Matt Hamilton
an 'Order' class that amongst other things has a dict containing instances of a 'Product' class. The Order instance is stored in the SessionData. As I said it appears to work fine and I can add and delete items from my Order fine. Just it randomly looses it now and then. -Matt -- Matt Hamilton

Re: Randomness (RE: [Zope-dev] CoreSessionTracking 0.8)

2001-05-25 Thread Matt Hamilton
anything about acquisition-wrapped objects in the helpfile, what is the problem with them? -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd. Business Vision on the Internet http://www.netsight.co.uk

Re: [Zope-dev] ANNOUNCE: Zope 2.4.0 alpha 1 released

2001-06-01 Thread Matt Hamilton
a compiled from source python and Zope and it still shows up as Linux. -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd. Business Vision on the Internet http://www.netsight.co.uk +44 (0)117 9090901

Re: [Zope-dev] Request for a Pluggin Index (NameIndex)

2001-06-05 Thread Matt Hamilton
on disk access for large indexes as there is less to physically read. -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd. Business Vision on the Internet http://www.netsight.co.uk +44 (0)117 9090901

Re: [Zope-dev] 60GB Data.fs?

2001-06-06 Thread Matt Hamilton
or similar. -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd. Business Vision on the Internet http://www.netsight.co.uk +44 (0)117 9090901 Web Hosting | Web Design | Domain Names | Co-location | DB

Re: [Zope-dev] Request for a Pluggin Index (NameIndex)

2001-06-11 Thread Matt Hamilton
On Mon, 11 Jun 2001, Chris Withers wrote: Wow Matt, you seem to know what you're talking about :-) My final year University project was to create an Open Source mailing list archive :) I did quite a bit of reading into information retrieval and assorted algorithms and data structures. I had

[Zope-dev] How to aquire from Context?

2001-06-17 Thread Matt Hamilton
this is so, but no good examples or workarounds as how to get around it :( Any ideas? -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd. Business Vision on the Internet http://www.netsight.co.uk +44

[Zope-dev] Debugging help wanted for really weird ZClass problem

2001-11-08 Thread Matt Behrens
this far before, but somehow backing up and restoring Data.fs did...?) I'm really stumped here. Anyone have a clue or three? I'm willing to do some debug legwork if I can catch it again... -- Matt Behrens [EMAIL PROTECTED] System Analyst, Baker Furniture

Re: [Zope-dev] Debugging help wanted for really weird ZClass problem

2001-11-09 Thread Matt Behrens
of my Zope install now that has the nonfunctional ZClass. Can anyone help, suggest some steps to take, etc.? -- Matt Behrens [EMAIL PROTECTED] System Analyst, Baker Furniture ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

Re: [Zope-dev] Catalog improvements

2001-11-27 Thread Matt Hamilton
for quite large systems, or reletively static text (ie. doesn't do incremental indexing very well). I worked on developing a 'forward' index which could be easily updated, and then inverted quite quickly on a regular basis (since it didn't need to parse the source text again). -Matt -- Matt Hamilton

Re: [Zope-dev] Catalog improvements

2001-11-28 Thread Matt Hamilton
. -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd. Business Vision on the Internet http://www.netsight.co.uk +44 (0)117 9090901 Web Hosting | Web Design | Domain Names | Co-location | DB

Re: [Zope-dev] Searching/Indexing/ZODB/SQL/BerkleyDB

2001-11-29 Thread Matt Hamilton
? :) -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd. Business Vision on the Internet http://www.netsight.co.uk +44 (0)117 9090901 Web Hosting | Web Design | Domain Names | Co-location | DB

Re: DCWorkflow (was Re: [Zope-dev] Another open letter. :-))

2001-12-03 Thread Matt Behrens
Stephan Richter wrote: I am actually working on such an animal, but I have no idea when/if I will be able to release the code. My request to the powers that be to be able to release my code is moving very slowly. In the meantime you can use it with a minimalist

Re: [Zope-dev] Searching/Indexing/ZODB/SQL/BerkleyDB

2001-12-04 Thread Matt Hamilton
that could help. I need to dig the book out, I looked at it about 18 months ago. [snip headf*ck] Urm, maybe they'll take it a little slower than that? ;-) Yes they do. Condensing ~500 pages into one paragraph is a bit tricky :) -Matt -- Matt Hamilton

Re: [Zope-dev] Searching/Indexing/ZODB/SQL/BerkleyDB

2001-12-04 Thread Matt Hamilton
, that is not as interesting or painful as it sounds, and involves neither a hammer nor a toe). You might need to /msg me or beep me to get my attention :) -Matt -- Matt Hamilton [EMAIL PROTECTED] Netsight Internet Solutions, Ltd. Business Vision

Re: [Zope-dev] Open Letters and Zope 3

2001-12-04 Thread Matt Behrens
Shane Hathaway wrote: Q: Will Zope 3X be compatible with Zope 2 products? A: No. What's up with the ZopeLegacy stuff in the co I'm getting now? Yes I am grabbing the branch... To check out Zope 3X from CVS: cvs -d :pserver:cvs.zope.org:/cvs-repository co -r Zope-3x-branch Zope3

Re: [Zope-dev] Zope server speed

2001-12-06 Thread Matt Hamilton
what I'm talking about :) however I would have thought that it doesn't sound like a particularly realistic test (not that I know what your application does). I wonder how fast Zope is compared to CF in doing, say, 1000 repeat requests each of, say, 1000 records. -Matt -- Matt Hamilton

Re: [Zope-dev] CatalogAware Products and PropertyManager

2001-12-13 Thread Matt Hamilton
be a central point of interest of me. There is a similar Hotfix to make DTML Documents CatalogAware, I think it is called DocumentTools. It might work for what you are doing, or could be modifiable for your needs. -Matt -- Matt Hamilton [EMAIL PROTECTED

[Zope-dev] Testers needed for z2.py security patch

2002-01-07 Thread Matt Behrens
I've made a security patch for Zope 2.5.0b3 that addresses the setuid startup issues on UNIX and plan to backport it to 2.4.4 (?) and 2.3.3 once I get some positive reports. Only UNIX users need apply this patch. Windows may well have similar issues but I have no clue how to fix them.

[Zope-dev] Re: Testers needed for z2.py security patch

2002-01-07 Thread Matt Behrens
Matt Behrens wrote: I've made a security patch for Zope 2.5.0b3 that addresses the setuid startup issues on UNIX and plan to backport it to 2.4.4 (?) and 2.3.3 once I get some positive reports. Only UNIX users need apply this patch. Windows may well have similar issues but I have

Re: [Zope-dev] Re: Python 2.1.2 does not fix the signal 11 crashing problem !!!!!!!!!!!

2002-01-21 Thread Matt Behrens
Anthony Baxter wrote: In that case, how about cutting a version which is 2.4.3 + the compiler fixes? Crashes are bad, and it would be very nice to Make Them Go Away. :) You already have that. Check out the Zope-2_4-branch from CVS (see http://dev.zope.org/CVS for info). Now leave poor Matt

[Zope-dev] Very, very strange problem with 2_4-branch

2002-01-25 Thread Matt Behrens
After upgrading to 2_4-branch, I started having some problems with authentication, or so I thought. I have a standard user folder in the root and an XUF in a top-level folder. After much wailing and gnashing of teeth, I dug into _check_context, and added a debug statement, now I have:

Re: [Zope-dev] Python 2.1.2 causes Error code 6?

2002-01-28 Thread Matt Behrens
stefan holek wrote: At 28.01.2002 13:55 +, Chris Withers wrote: 1. What does Error Code 6 mean? #define ENXIO6 /* No such device or address */ Bzzt. The error code comes from waitpid(), which the Python library doco says has the same return code as wait(). The

Python 2.2 and Makefile.pre.in (was Re: [Zope-dev] Zope under cygwin)

2002-02-04 Thread Matt Behrens
Tony Goodwin wrote: It appears to be trying to rebuild the python within Zope? There is a makefile.pre.in within Zope..src/lib/python, but poiting to it just gives error of form no target boot in MAkefile Python 2.2 doesn't come with a Makefile.pre.in, which Zope depends on to build the C

Re: [Zope-dev] Zope builds (new Intel C++ compiler)

2002-02-12 Thread Matt Behrens
Matthew T. Kromer wrote: OK, but be warned -- gcc cvs isnt guaranteed stable, so often I have to hand tweak things (rebuilding certain modules with different options, etc.) In my experience, *any* gcc can produce crap code if you feed it the wrong options. It may be fun to play with

Re: [Zope-dev] how can i add index_html

2002-02-18 Thread Matt Behrens
sushant wrote: hi, i just wanted to know how can i publish my product in zope.org. as i have put it there(in software product) but i am unable to add index_html, can you pls suggest. how to add index_html into it. You really shouldn't be putting index_html into software products

[Zope-dev] sre and import_class

2002-02-26 Thread Matt Behrens
re seems to prefer sre over pre these days, so the following bit of Products/PythonScripts/module_access_examples.py no longer works: # from re import RegexObject, MatchObject # allow_class(RegexObject) # allow_class(MatchObject) The reason seems to be that sre doesn't define RegexObject and

  1   2   >