[Zope] Problem with Zope Threads on Debain

2005-04-14 Thread David
I have installed the zope debian (sarge) package. The default number of threads is 4 but only one thread is running. I installed this package in several machines and I have this problem in everyone. Somebody knows whats the possible problem? Sorry for bad english and thank for advance. David

[Zope] Meta Type change

2005-04-16 Thread David
script and see if that makes the object accessible again. I can't find anything on how to change the meta_type for an existing object though. Any help very appreciated. Cheers David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo

Re: [Zope] Problem with Zope Threads on Debain

2005-04-20 Thread David
David wrote: I have installed the zope debian (sarge) package. The default number of threads is 4 but only one thread is running. I installed this package in several machines and I have this problem in everyone. How are you deducing that only one thread is running? Chris I do : ps -aux

Re: [Zope] ldap

2005-04-22 Thread David
I think I read that some people have successfully used exUserFolder (XUF) for linking Zope and LDAP users. Go to: http://sourceforge.net/search/index.php? type_of_search=mlistsgroup_id=36318forum_id=190 And search on LDAP. Andrew Milton (author of XUF) is very helpful. Just post to the

[Zope] Problem with AdManager

2005-05-03 Thread David
Hi Setup is: Zope 2.7.5, Python 2.3.5 (UNIX/gcc 2.95) (No ZEO, no CMF, no Plone!) We are trying to use the AdManager ZClass, a great product doing exactly what we needed. Testing this on the developer's machine, we had no problems. But having now done a small scale stress testing (requesting

[Zope] Problem with ZPsyopg

2005-06-01 Thread David
Zope 2.7 / ZPsyopgDA / PostgreSQL7.3.4 My problem is that we're running a lot of little websites on a single server. Each site has its own zope/zpsyopg instance and its own postgresql database. But all databases are served by a single postmaster (postgresql instance). The issue arising is

[Zope] ZPyIRC and Zope 2.7

2005-07-19 Thread David
Hi I installed ZPyIRC version 0.1.3 in Zope 2.7.5 and I get Zope Template Errors on two of the frames when trying to start a chat client. I don't know ZTP very well. (Python is 2.3.5) I was hoping that maybe somebody has fixed the templates for 2.7. Any help very welcome! DR Here a

[Zope] ZPsycopg - Losing Connections

2005-07-27 Thread David
Python 2.3.5 - Zope 2.7.5 - PostgreSQL 7.3.4 - Psycopg 1.1.18 - Solaris 8 (Intel) Hi I am experiencing a new problem, that was not present in the past on the above server. From the Zope error log: Exception Type OperationalError Exception ValuePQsendQuery() -- There is no

[Zope] Moving Document Library Product

2005-08-17 Thread David
Hi I have problems moving Document Library instances. I get errors. The entire ZODB is 300MBs and the volume has more then 3Gigs free space. The problem occurs when trying to paste [I/O Error: not enough space on the device] the library (copy command seems to work) or import (export

Re: [Zope] Problem with Photo Folder

2005-09-13 Thread David
On 12 Sep 2005, at 18:45, Peter Bengtsson wrote:Just checking... sure you've got sufficient hardrive space? Yes, unless 3 Gigs (on a SCSI RAID) is not enough for these kind of things.Cheers___ Zope maillist - Zope@zope.org

[Zope] Z2.log question

2005-11-07 Thread David
Hi What environment or REQUEST variable is used for the Z2.log as the username? We are using Zope 2.7 and since we have switched to XUF (w cookies), the Z2.log does not record the username for a request any longer. Or more precise, it displays any user logged in via a XUF user folder as

[Zope] Zope 2.7 with postgresql 8.1 anyone?

2006-01-17 Thread David
Is anyone using successfully Zope 2.7 with postgresql 8.1? Or any other version of Zope? What is your database adapter product? We're using Pyscopg (happily using 1.1x with Zope 2.7 and pg 7.3/4), but have problems getting it to work with either Psycopg 1.2x (protocol missmatch errors) or

Re: [Zope] Zope fails on large task?

2006-01-19 Thread David
roduct.com David I missed your fuller explanation. How big are the responses back to the client browsers? Is there a zope.conf directive that limits the size of responses to client browser? If you can get the size then you can try and duplicate with a very large HTML file. And send that as

Re: [Zope] NewBee, Do I have to code to do this?

2006-01-19 Thread David
are provided). c) you can obtain additional user information by calling your SQL tables with userID, eg obtain their phone, fax and socials - or right after authentication you can stuff the users details into SESSION. David David ___ Zope maillist - Zope

Re: [Zope] returning list from PythonScript

2006-01-20 Thread David
the array first with something like ... tal:block tal:define=thearray structure? python: container.myScript(); whatever python: container.myExtMethod( thearray ) DAvid ___ Zope maillist - Zope

Re: [Zope] Re: Zope/Plone logon security strategy etc

2006-01-26 Thread David
it, like zope 2.4x). David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman

Re: [Zope] Yet another newbie question (file upload and python scripts)

2006-01-28 Thread David
ld show me the right way Best regards to all, Janusz Janusz, Zope objects of meta-type FILE do not have a read(). But with python there always is a way, eg ListOfLines = str(context.someFileObject).split('\n') # if its a delimi

[Zope] Off Topic: Good linux editors?

2006-01-28 Thread David
Hi list, I'm fairly new to Linux (ubuntu server version) and simply hate VIM. Nor do I want to mind meld with the complex EMACS. I just wonder what Editors some of you prefer as you write stuff like external scripts, etc. thx, David ___ Zope

Re: [Zope] starter application for zope 2.x

2006-02-01 Thread David
) It covers almost all of your questions (some of which will answer themselves when you understand Zope better). You tried the tutorial that comes with Zope? I'm tempted to suggest you go straight to Zope 3. Maybe some other listers can better inform you about that choice. David

[Zope] Zope and roles and hierarchy

2006-02-09 Thread David
, couldn't we have some extra attribute to a role like upwardly mobile? (I want to share a code base for several folders sub-folders and I do not wanta to give it anonymous access). David ___ Zope maillist - Zope@zope.org http://mail.zope.org

Re: [Zope] Strange problem with WebDAV and Zope

2006-02-09 Thread David
uses title suffix for internal aims. My question is how I can workaround this problem? Regards Rambius [1 Maybe because 'title' is a common object property and it is getting acquired before the intended one? David ___ Zope maillist - Zope

Re: [Zope] limiting view access to acl_users

2006-02-24 Thread David
of something to acquire and index_html is implied. Authorization occurs when something is about to be published or accessed - not just typed in a URL. David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross

Re: [Zope] limiting view access to acl_users

2006-02-24 Thread David
gf wrote: On 2/24/06, David [EMAIL PROTECTED] wrote: gf wrote: Hi, I am relatively new to Zope and have a question regarding acl_user folders. I am trying to prevent 'view' access to an acl_users folder that I have created in a non-root area of my website. I

Re: [Zope] how can i the height of a image

2006-02-25 Thread David
-to/addContentProgrammatically --jcc image = context.images['imageName' + nom] print image.height return printed Its always easier in python David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross

Re: [Zope] manage_pasteObjects question

2006-03-08 Thread David
re to go with this. You coded: context.manage_pasteObjects(cb_copy_data=context.cb_dataItems(),REQUEST=req['__cp']) What is the last parameter doing? REQUEST=req['__cp'] ? The manage_pastObjects expects a REQUEST object, e.g. REQUEST=context.REQUEST. Did you try this? David __

Re: [Zope] manage_pasteObjects question

2006-03-08 Thread David
Palermo, Tom wrote: Hi David, In my last post, I wrote that I tried calling manage_pasteObjects a variety of ways: context.manage_pasteObjects(context.REQUEST) context.manage_pasteObjects(context.cb_dataItems()) as well as the original: context.manage_pasteObjects

Re: [Zope] dtml methods and namespace

2006-03-09 Thread David
one... thank you in advance, Luca Luca, Not sure exactly whats going on there ... but there are significant differences between dtml methods and dtml documents and how they view identity. David ___ Zope maillist - Zope@zope.org http

Re: [Zope] Zope Managed Server

2006-03-11 Thread David
cranky if you lean too much on them). I just checked out the iMeme site - and they may be pretty good ( jcc wouldn't recommend them otherwise) but their presentation is gawd-awful and not confidence inspiring. David ___ Zope maillist - Zope

Re: [Zope] METAL macros

2006-03-12 Thread David
tal:content=template/idtemplate id/em. p metal:use-macro=container/ptMacros/macros/copyright b metal:fill-slot=nameCopyright goes here/b /p /body /html And test it out. David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo

Re: [Zope] Update Multiple Records

2006-03-21 Thread David
be updated like so: #module pyUpdateRecords for item in request.get('items',[]). context.SQL.upDateMyRecs(id=item['id'],lname=item['lname'] ) # now return a screen return context.SomeTemplate(context,request) David ___ Zope maillist

Re: [Zope] Strange errors while 'make'ing

2006-03-21 Thread David
esolved symbol PyUnicodeUCS2_AsEncodedString" during loading of the mxODBC Zope DA product, you are likely using a Linux distribution which ships with a UCS4-build (4-byte Unicode) of Python. RedHat 9 and SuSE 9 and later ship with UCS4 builds of Python an

Re: [Zope] Plone Caching best practice

2006-03-24 Thread David
this bridge and have something to say. All best, David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http

[Zope] HTTP PUT

2006-05-03 Thread David
Hi I need confirmation (mainly for some peace of mind, but also because reading google results, all sorts of questions from in my head). I have a user messing with a site using HTTP PUT to upload files. The user has access privileges to use a simple CMS (although for the time being now,

[Zope] Limiting access

2006-08-21 Thread David
Hi We are running a site for a local government providing local information. Over the past few months, the site has been spidered daily and the information appears to be used for unwanted marketing campaigns. We have been asked if we could somehow block this access. We tried blocking

[Zope] Hanging site

2006-09-07 Thread David
Hi I have a problem with a site running on Zope 2.7.5. After a restart the site serves request happily for a while and then hangs, meaning: - The server processes are still alive (I can see them with ps) - New attempts of page views do not show in the Z2.log - Browser just reports time out

[Zope] FTP

2000-05-23 Thread David Shen
Hello, Can Zope system be accessed by FTP? If yes, how to do so? Thanks, David

[Zope] RE: [Zope-Moz] Good news for Zope/Mozilla efforts!

2000-05-24 Thread David Ascher
Ah good! It's good to see David Ascher can now work more in the open on this. Indeed. I've been chomping at the bit! Integrating other scripting languages in Mozilla was considered tricky if not impossible, but I believe that switching the DOM to using xpidl is helping here. I have

[Zope] RE: [Zope-Moz] Good news for Zope/Mozilla efforts!

2000-05-24 Thread David Ascher
ave no control. While it's not a direct answer to your question, we are collecting email addresses of those who want to be notified when Komodo is ready (http://www.activestate.com/Products/Komodo.html). I hope the above is helpful. -- David Ascher PS: Wouldn't it make sense to trim the main Zope ma

Re: [Zope] Zope Chat

2000-05-30 Thread David Trudgett
. David Trudgett ___ 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] KeyError since installing Squishdot 0.4.0

2000-06-01 Thread David Trudgett
/Squishdot/Squishdot.py, line 954, in search (Object: ElementWithAttributes) File /data/Zope-2.1.6/lib/python/ZPublisher/HTTPRequest.py, line 760, in __getitem__ KeyError: (see above) Does anyone have any ideas on how to fix this? Thanks. Davi

[Zope] ZMySQLDA 1.1.4 install problems

2000-06-03 Thread David Parker
directory and restart Zope, ZMySQLDA does not show up in the Products list. All the above were installed from RPM binaries. I did manage to get ZMySQLDA working on a different machine with some difficulty. I seem to have hit a different stumbling block this time. Any suggestions? David

Re: [Zope] Using FTP to connect to Zope server from (g)VIM

2000-06-04 Thread David Trudgett
scripts to do it. Well I thought they were a bit cumbersome, so I wrote my own. That's great, Phil! I think I'll find those scripts very handy. Thanks. David Trudgett ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope

[Zope] Suggestions for an approach - document library

2000-06-05 Thread David Ornstein
ather have a sense that I'm pursuing this in a way that embodies some ZopeSense. Suggestions? Thanks much, David ___ David Ornstein, CTO, NuvoMedia, Inc. AIM: dbo666 voice: 650-314-1200 web: http://www.nuvomedia.com/ PGP Public Key Availabl

[Zope] Subclassing File

2000-06-05 Thread David Ornstein
just creating a vanilla ZClass without any base class (which works fine for me)? Thanks, David ___ David Ornstein, CTO, NuvoMedia, Inc. AIM: dbo666 voice: 650-314-1200 web: http://www.nuvomedia.com/ PGP Public Key Available at: ldap

Re: [Zope] (no subject)

2000-06-06 Thread David Trudgett
. That will hopefully change in the near future. I'd be interested to know what problems you had... David Trudgett ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http

[Zope] Novice simple one - recompile one module?

2000-06-06 Thread David Ornstein
recompile User.py to get the User.pyc file? David ___ David Ornstein, CTO, NuvoMedia, Inc. AIM: dbo666 voice: 650-314-1200 web: http://www.nuvomedia.com/ PGP Public Key Available at: ldap://certserver.pgp.com "An honest man is able to

[Zope] Newbie Question,

2000-06-07 Thread CURTIS David
Newbie Question, I wish to use use the date of a database file in my dynamic html code. For example, this database was last updated on 06/06/2000. I suppose that there must be a dynamic html tag that zope uses. What could it be? I looked at all the documentation and have yet to discover

Re: [Zope] Zope on OpenBSD

2000-06-11 Thread David Brown
Don't use the version from the ports tree. Build and install Python yourself -- the ports tree that comes with the OpenBSD 2.6 disk builds an older version of Python. Then download, build and install your own copy of Zope from the source version. It's actually VERY EASY to build and install

[Zope] Beta Zope Error

2000-06-13 Thread CURTIS David
Greetings, I keep getting the Zope pop up password box in many menus. I also keep getting a access denied error when quering database records. What is wrong here? I am able to query records using the test menus but not within the Zope SQL methods. David A. Curtis Oregon State Marine

[Zope] BETA BUG Authorization Bug!!

2000-06-13 Thread CURTIS David
Greetings, I have just finished upgrading to the beta version and am having this error show up in the Netscape browser window. IT occurs when I try to query an odbc database. Am using NT and Access database. Any ideas to fix or should I go back a version. The error listed is

[Zope] Zope Beta Can't create folders as superuser!

2000-06-13 Thread CURTIS David
I get the following error when I try to create a new folder as superuser. Zope Error Zope has encountered an error while publishing this resource. Error Type: SuperCannotOwn Error Value: Objects cannot be owned by the superuser

[Zope] Zope Beta traceback does not seem to work correctly

2000-06-14 Thread CURTIS David
Greetings, How does the traceback differ in the the new Beta Zope? I seem to get confusing results with the traceback. Can some one explaing the correct way to perform a traceback.

[Zope] Beta tutorial does not work

2000-06-14 Thread CURTIS David
Greeting, When I try to add the Zope Tutorial, I get Python.exe Stack overflow(0xcfd) Address 0x1e1281bf.

Re: [Zope] TAG for file date

2000-06-20 Thread CURTIS David
t an error from Zope it does not work correctly. I am using the latest version of Zope 2.1.6. If you see where I failed, please let me know. Thank you in advance for any information. :-) [EMAIL PROTECTED] 06/20/00 02:52AM CURTIS David wrote: Greetings, I have a database file that g

[Zope] DCOracle Problem

2000-06-29 Thread David A Lipsky
) File "/usr/lib/python1.5/DCOracle/ociCurs.py", line 109, in _error raise error, (rc, oci_.OracleErrorMessage(self._c.lda, rc)) oci.error: (1003, 'ORA-01003: no statement parsed') Any advice or help you can give would be greatl

Re: [Zope] DCOracle Problem

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

[Zope] Traversal of ZODB

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

[Zope] Search Interface

2000-06-29 Thread David Trudgett
or later anyway, to get a better understanding of how it all works). Thanks for any assistance. David Trudgett ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope] Re: Traversal of ZODB

2000-07-04 Thread David Trudgett
At 2000-07-04 20:32 +0100, Steve Alexander [EMAIL PROTECTED] wrote: On Fri, 30 Jun 2000, David Trudgett wrote: I wonder if anyone has a sample Python script that traverses the ZODB to query or perform arbitrary operations on the objects found in it? My present requirement is to write

[Zope] DCOracle question again

2000-07-05 Thread David A Lipsky
. If anyone has any other ideas, I'd appreciate the help. -David Lipsky I was wondering if you could help me with a problem I've been having with DCOrale, connecting to Oracle8i. import DCOracle conn = DCOracle.Connect(...) curs = conn.cursor() conn.procedures.some_stored_procedure

Re: [Zope] newbie questions

2000-07-06 Thread David Trudgett
don't understand this advice. Couldn't the file change while being read? Wouldn't a better way be to pack the database and use the Data.fs.old file as the backup? David Trudgett ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

Re: [Zope] Stability - can you give us some advice?

2000-07-06 Thread David Trudgett
, but apparently Zope wasn't responding. I just restarted Apache and everything was fine again. Is this a known problem with Zope that has been addressed in 2.2? Thanks. David Trudgett ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org

[Zope] Re: [Zope-Annce] ANN: Forthcoming Zope Book

2000-07-07 Thread David Hodgkinson
Amos Latteier [EMAIL PROTECTED] writes: We're excited about the book and think that it will fill an important hole the current official Zope docs. Most importantly, have you chosen an animal for the front cover yet? -- Dave Hodgkinson, http://www.hodgkinson.org

[Zope] Re: [ZDP] Re: [Zope-Annce] ANN: Forthcoming Zope Book

2000-07-07 Thread David Hodgkinson
Rik Hoekstra [EMAIL PROTECTED] writes: We're excited about the book and think that it will fill an important hole the current official Zope docs. Most importantly, have you chosen an animal for the front cover yet? Aren't there any pictures of Zopes? A basselope would be

Re: [Zope] Cookie Question

2000-07-11 Thread David Brown
I've found that just dtml-if cookie_name ... /dtml-if is sufficient. The cookies end up in the namespace. At 01:04 PM 7/12/2000 +1000, Terry Kerr wrote: maybe the cookie name doesn't exist. try dtml-if "REQUEST.cookies.has_key('cookie_name')" Rob Pratt wrote: Hello. Here's what I'm

[Zope] Linux user group

2000-07-13 Thread CURTIS David
Greetings, I am a member of the a Linux users group and I have been asked to do a demo on ZOPE because I am using it and many members are curious. I consider myself a ZOPE newbie, because use I use ZOPE to access some really simple databases. I have NOT done any special python programming

[Zope] gvib InterBase DA, undefined symbol crypt

2000-07-20 Thread David Trudgett
eneric setup problem, rather than anything to do with the product itself. Thanks. David Trudgett ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://li

Re: [Zope] gvib InterBase DA, undefined symbol crypt

2000-07-21 Thread David Trudgett
At 2000-07-21 00:40 -0400, Jeff Hoffman [EMAIL PROTECTED] wrote: On Thu, 20 Jul 2000, David Trudgett wrote: Hi all, After having successfully installed the gvib InterBase DA on a test machine running Red Hat Linux 6.1, I'm not having the same luck on the production box running RH

Re: [Zope] Retrieving the week number with DateTime

2000-08-02 Thread David Coe
I suspect there is no 'standard' definition of week number. E.g. if the year begins on a Wednesday, is the following Monday part of week 1 or week 2? Once you decide, you can design a calculation starting with "some_date_object.dayOfYear()" which will give you the day number in the range 1

Re: [Zope] indirection problem

2000-08-02 Thread David Coe
I *think* you've stumbled upon the way _.getitem behaves by default: (from the DTML reference) getitem(name,flag) Lookup a name in the namespace. If the value is callable and the flag is true, then the result of calling the value is returned,

[Zope] Problem accessing property value

2000-08-03 Thread David Riggs
cific. I've tried a few times with getAttribute and getProperty, but can't seem to get the syntax correct...If any Zope Masters could offer a hand, it'd be GREATLY appreciated! Thanks, David Riggs ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailm

[Zope] PTK Member-Folder Object Properties (phew!)

2000-08-07 Thread David Riggs
For each member in the Portal ToolKit, a folder is created in the folder 'Members', i.e: ZopeRoot/Portal/Members/member_name I've created a ZClass called Customize that has several properties, and I've added an instance of Customize (and called each instance Customize) in each member's folder.

[Zope] file uploading from IE browser

2000-08-10 Thread David Zhu
Hi All, I'ved followed the online How-To on implementing a simple service for parsing uploaded files via the browser. But strangely, it only works for Netscape browsers. When I test the uploading using IE, the supposed file object becomes a string object, causing all sorts of problems. How am

[Zope] Speeding up Zope by disabling logging of hits

2000-08-10 Thread David Trudgett
lose error logging.) Even better would be the ability to disable logging based on IP address of the requester. Thanks. David Trudgett ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] Removing tracebacks from error message

2000-08-14 Thread David Trudgett
At 2000-08-14 13:33 +0100, Chris Withers [EMAIL PROTECTED] wrote: Martijn Pieters wrote: On Thu, Aug 10, 2000 at 03:30:00PM -1000, David Trudgett wrote: I thought I solved this problem a while ago, but if so I can't remember how. I have a custom error page in Zope (2.1.6), but Zope wants

Re: [Zope] Hotfixes: serious suggestion

2000-08-15 Thread David Trudgett
or 12 hour time. There's only one 14:00 in the day, and that's the way I like it! ;-) David Trudgett ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related list

[Zope] OT: UTC

2000-08-15 Thread David Trudgett
2300, You get up late! Myself, I'm up and at 'em at a brisk 2000 (in theory). :-) Cheers. David Trudgett ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

[Zope] Can't change user roles without password

2000-08-16 Thread David Riggs
Somewhere along the way, the acl_users/Contents form has decided to quit filling in the value of each user's password, so that their roles can only be assigned if a Manager knows their password...I've got new installation running Zope 2.2.0 and a new CVS PTK release on another box that does it

[Zope] NewBIE Question

2000-08-17 Thread CURTIS David
After re-installing zope on NT box, I noticed that I am now running two instances of the Zope service. I was able to disable one instance but how can I permanatly remove the service and how do I know which Zope service is running?

[Zope] Unable to resolve 'Uncatalog...' error with PTK

2000-08-20 Thread David Riggs
Having still more problems with this installation of Zope 2.1.6 and PTK 0.7.1... I've got several (seems that the number is growing) objects that appear in my ZCatalog, and show up on my site, but refuse to let me edit, move or delete them. Try to delete the object and get the following error:

[Zope] Zope chat

2000-08-31 Thread David Spencer
regarding java functionality, including a sample applet I think, can be found at jabberbeans.org. I would love to hear from anyone interested implementing this type of integration between Jabber and Zope. Good luck, David Message: 66 Reply-To: [EMAIL PROTECTED] From: "Danny William Adair&qu

[Zope] Localtime logging

2000-08-31 Thread David Trudgett
Does anyone happen to know if Zope can be made to log in local time instead of UTC? David Trudgett ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http

Re: [Zope] Using Chinese Characters

2000-09-07 Thread David Trudgett
se defined by Unicode (about 40,000 of them), but we should be supporting it now in readiness for the future. Food for thought. Zai jian! (Too bad email is plain ASCII or I could use the proper characters!) David Trudgett ___ Zope maillist

[Zope] images in directories

2000-11-02 Thread CURTIS David
Hi, I check the archives but could not find an answer. How do you display images that are burried in directories? For example, dtml-var image1 works with the image1 at same level but dtml-var /IMAGES/image1 does not. nor does dtml-var IMAGES/image1 Any help would be apprechiated. Thanks in

[Zope] XML-RPC

2000-11-08 Thread David Nimmons
I am trying to develop a web based interface to automation equipment (Allen Bradley plc's in this case) to use for an operator interface. I am using SVG to develop graphics and want to use javascript to manipulate the graphics based on data from the plc. I am looking for a way to pull more data

[Zope] META Tags in Zope Documents

2000-12-06 Thread David Legg
? Will the search engine pick up the contents of dtml-var standard_html_header or just the literal document itself, or is there anything else to consider? Thanks in advance, David ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

[Zope] HTML formatting from a text field

2000-12-13 Thread David Spencer
to explain zwiki and structured text to clients. You might also want to look at standardbrains.editthispage.com. He's got an excellent, javascript-based approach to WYSIWYG editing, but you can't save it back to the site as far as I can tell. David

[Zope] Newbie: python to create a Zope page?

2001-01-16 Thread David Humphreys
there that could help me with this quest? Thanks in advance! -- David Humphreys [EMAIL PROTECTED] * 415/832-5917 or [EMAIL PROTECTED] (pager) ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

RE: [Zope] Newbie: python to create a Zope page?

2001-01-16 Thread David Humphreys
Let me clarify...! I'm wondering how python can tell Zope to add a dtml document to an arbitrary location in the Zope heirarchy. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Humphreys Sent: Tuesday, January 16, 2001 10:26 AM To: [EMAIL

[Zope] Re: PopMail Client

2001-01-31 Thread David Shaw
Hi Jerry, It's hard to diagnose from what you've sent me. Can you send me the full traceback (from the HTML source code of the error page)? That will make determining where the error occurred a lot easier. "Spicklemire, Jerry" wrote: Hi David, I'm looking at your Pop3 C

Re: [Zope] Folder Listing as a Plone Portlet Mini-HOWTO (draft)

2005-04-01 Thread David Convent
Matthew X. Economou wrote: http://web.irtnog.org/Members/xenophon/plone/portlet-folder-contents This folder listing portlet displays the title of the folder, its description, and a list of each item in the folder. Mousing over each link pops up its description in browsers that understand the

[Zope] SESSION invalidate method

2005-04-03 Thread David H
when invalidate() finally occurs. And is the effect described above to be expected or do I have this wrong? Thanks, David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related

[Zope] Re: SESSION invalidate method

2005-04-03 Thread David H
Sune B. Woeller wrote: hi David, I had the same problem, see this thread with a workaround, and this bug report: http://www.zope.org/Collectors/Zope/1594 regards, Sune B. Woeller David H wrote: Hi List, I am curious about the SESSION.invalidate() method. This code sets a SESSION key and value

[Zope] Multiple Browser Id Managers question

2005-04-05 Thread David H
. Not good to put a browser id manager in a place that can also acquire another browser id manager? Thanks, David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope] Does anyone care whether we deprecate Your Favourite Part of Zope

2005-04-07 Thread David H
Andrew Milton wrote: I think people on this list need to realize that eventually, the direction of any significantly large Open Source project is hijacked by the relatively small number of people actually doing the work. The reasons for this are many-fold, but, normally come down to a lack of

[Zope] Windows compile Zope 2.8?

2005-04-08 Thread David H
Hi List, I notice that the latest Zope does not have a Windows binary release yet (zope 2.80 alpha 2). I found an old Visual C 6.0 (still in the box!) and wonder if there are instructions somewhere that I can follow to create my own binary on Windows XP? Thanks, David ps - Maybe I'm having

[Zope] manage_changeWorkflow question

2005-04-09 Thread David Pratt
someone can help me with where I am going wrong. Many thanks. Regards, David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo

Re: [Zope] manage_changeWorkflow question

2005-04-09 Thread David Pratt
to be? David On Saturday, April 9, 2005, at 12:41 PM, David Pratt wrote: Hi, I have been working through programatically adding and modifying my workflows. I managed to get my workflow factories installed and then used the manage_addWorkflow to obtain the desired workflow with the appropriate id. Where

Re: [Zope] Re: Windows compile Zope 2.8?

2005-04-09 Thread David H
Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David H wrote: Hi List, I notice that the latest Zope does not have a Windows binary release yet (zope 2.80 alpha 2). I found an old Visual C 6.0 (still in the box!) and wonder if there are instructions somewhere

Re: [Zope] Re: Windows compile Zope 2.8?

2005-04-09 Thread David H
Tim Peters wrote: [David H] Thanks for responding. I tried the suggestion: C:\Zope-2.8.0a2 python.exe setup.py build_ext --inplace and the thing runs for a while (good sign, as visual c 6.0 is compiling things) then I get this: building

  1   2   3   4   5   6   7   8   9   10   >