[Zope] Zope 2.75 tgz distribution

2005-05-03 Thread hpinson
Er... is something missing from the Zope 2.7.6 tgz on zope.org? http://www.zope.org/Products/Zope/2.7.6/Zope-2.7.6-final.tgz Can someone else confirm that there might be a wee problem? Harlow Pinson Indepth Learning Email: [EMAIL PROTECTED] Web: http://www.indepthl.com Voice: 505-994-2135 FAX:

Re: [Zope] Re: Zope 2.75 tgz distribution

2005-05-04 Thread hpinson
Hi Tres. I duplicated your actions on FC3. Just redownloaded to FC3, gunzipped and tar -xvf'd and built with no problems at all. The exact same file, unbundled using WinZip 8 or TurboZip 5.1 on W2K Server or XP Pro seems to give a very different result, which seems to be what Paul is seeing.

[Zope] WebDAV Locked Item Unlockable

2005-05-16 Thread hpinson
Hi. How do I unlock a locked WebDAV item (in this case a ZPT) edit with Dreamweaver MX. The locked item does not show up on the Control Panel WebDAV Lock Manager, and the lock even survives a Zope restart. All attempts to edit or remove the item fail. This seems to be happening on a regular

Re: [Zope] WebDAV Locked Item Unlockable

2005-05-16 Thread hpinson
Yes, as I mentioned, the lock does not show up in the ZMI WebDAV lockmanager at all, yet persists. That is the problem. How to get rid of a WebDAV lock that is not visible to the lockmanager, and even persists past a hard restart of zope. Harlow Pinson Indepth Learning Email: [EMAIL

[Zope] Re: ChartDirector and Zope

2005-05-16 Thread hpinson
Hi Paul, yes I did, but not as an external python method, which is what I was hoping for. What I ended up doing was defining a cgi-local folder under the Apache site root, which sits in front of my Zope instance. Using rewriterules I can access the cgi-local directory from Zope and pass

[Zope] Zope External Editor Problem

2005-06-21 Thread hpinson
Hello. I am having a problem with Zope External Editor 0.8 - the helper app running on W2K. This problem occurred on upgrade from the previous version. When I lauch the external editor, by clicking the pencil, MS Word lauches (and if I save, badly mangles the HTML. In ZopeEdit.ini my editor

Re: [Zope] Zope External Editor Problem

2005-06-21 Thread hpinson
Hi Chris. The ini that I was editing is located at: c:\program files\zopeexternaleditor Which is where the previous versions had been looking. I looked in: C:\Documents and Settings\me and yes there is another ZopeEdit.ini Editing that resolves the problem I wonder if this should be in

[Zope] fcForum

2005-06-30 Thread hpinson
Does anyone know the status of the fcForum product? Is it still in production? Posts on the http://fcforum.techfuel.net website seem to have gone unanswered for several months now. Harlow Pinson Indepth Learning Email: [EMAIL PROTECTED] Web: http://www.indepthl.com Voice: 505-994-2135 FAX:

[Zope] Zope won't give up WebDAV Lock

2005-07-06 Thread hpinson
I have a regularly occuring WebDAV problem: A file edited via ExternalEditor gets a WebDAV lock. Upon closing (Textpad in this case) occasionally the lock is not released. The lock is not listed in Control Panel WebDAV Lock Manager, therefore cannot be released there. Restarting Zope does

[Zope] Python formatting question

2005-07-21 Thread hpinson
In a Python script, how can I break up a SQL statement over more than one line? For example, to transform #generate the sql statement sql=DELETE FROM tblUsers WHERE user_name LIKE '%' to: #generate the sql statement sql=DELETE FROM tblUsers WHERE user_name LIKE '%' ...does not work.

Re: [Zope] Python formatting question

2005-07-21 Thread hpinson
Perfect. Thanks for the great tips. I had looked at the various tutorials, but had not made the connection with Why don't you use Z SQL methods? I do, but sometimes it is more convient to do SQL through python. I also find that ZSQL encourages SQL duplication, especially among multiple

[Zope] Zope will not start after failed 2.8.1 upgrade

2005-09-02 Thread hpinson
Upgraded to Zope 2.8.1 on Fedora Core 2, compiled with Python 2.3.5 (sitting alongside in the paralell to the system python). Zope started, but with errors. Reverted back to my former stable Zope 2.7.7 and Python 2.3.3, but Zope will not start at all now. Running the debugger reveals this.

[Zope] Re: Zope will not start after failed 2.8.1 upgrade

2005-09-02 Thread hpinson
Well, fortunatly I had last nights backup of the Data.fs. Restoring that allowed Zope to be reverted to 2.7.7 and restart. So here is my question. Normally I have been able to upgrade Zope, and if the upgrade had problems, revert to a prior version by simple redirecting the startup and

[Zope] Error on starting and stopping Zope 2.8.2

2005-10-14 Thread hpinson
Hello. On starting and stopping Zope 2.8.2 (upgraded from 2.8.1, compiled with Python 2.4.2, running on Fedora Core 3) I get the following error. Performance does not seem to be affected. Resolution? # service zopectl start /opt/python2.4.2/lib/python2.4/whrandom.py:38: DeprecationWarning:

Re: [Zope] Error on starting and stopping Zope 2.8.2

2005-10-14 Thread hpinson
Please also keep in mind that Zope 2.8.2 requires Python 2.3.5. Zope 2.8.2 is not certified for any Python 2.4.x versions. So using Python 2.4 is neither recommended nor supported and any related questions or problems are likely to be ignored until 2.4 is an officially supported Python

Re: [Zope] Error on starting and stopping Zope 2.8.2

2005-10-14 Thread hpinson
It's a DeprecationWarning. I see. Thanks. In contrast, Python 2.4 is now _required_ for Zope 3 development. Zope 3 has a different approach to security, which isn't as sensitive to changes in Python. Good point-- this is why I had compiled 2.8.2 erroneously with Python 2.4.2-- I was

Re: [Zope] probably a simple answer..

2005-11-17 Thread hpinson
I'm thinking Kate means that she is writing to an Excel file on a Zope/Windows server, acting as a simple database, perhaps via ODBC. Kate can you clarify what you are trying to do? Thanks. -- Harlow Pinson Indepth Learning Email: [EMAIL PROTECTED] Phone: 505 994-2135 Fax: 505 994-3603

RE: [Zope] probably a simple answer..

2005-11-17 Thread hpinson
Well, I can suggest how I might approach it, which might be different than what you intend... but for what it is worth... First, run Zope on a Windows server so you can interact with an Excel file as an ODBC Data Source (DSN). You could setup a Zope/ODBC adaptor Product like zodbc or (better)

[Zope] DTML Call Fails

2006-10-24 Thread hpinson
A little bit of legacy DTML fun here... Zope 2.9.3 On save of a DTML Method, why would this dtml-call fail: dtml-let standards=REQUEST.SESSION dtml-call standards.set('AR-DA-08', AR-DA-08) /dtml-let With the error: Expression (Python) Syntax error: invalid token Whereas this works fine:

Re: [Zope] DTML Call Fails

2006-10-24 Thread hpinson
Hi Tino. Yes, that is correct. This application has variables named like: 'AR-DA-08' This also fails in a Page Template: span tal:define=standards python: request.SESSION tal:block define=temp python: data.set('AR-DA-08',AR-DA- 08)/tal:block /span With the error: Compilation failed

Re: [Zope] DTML Call Fails

2006-10-24 Thread hpinson
Yep, changing to a underscore from a dash does the trick. Thanks to everyone who helped me understand this. -- Harlow Pinson Indepth Learning Email: [EMAIL PROTECTED] Phone: 505 994-2135 Fax: 505 994-3603 ___ Zope maillist - Zope@zope.org

Re: [Zope] DTML Call Fails

2006-10-24 Thread hpinson
Changing the dash to an underscore in the variable name solved the problem. -- Harlow Pinson Indepth Learning Email: [EMAIL PROTECTED] Phone: 505 994-2135 Fax: 505 994-3603 ___ Zope maillist - Zope@zope.org

[Zope] Limiting access to a Zope Site

2007-02-02 Thread hpinson
Hi. I'm looking for several differnt approaches to probably a fairly simple problem. I have a Zope site running behind apache rewrite rules. www.mysite.org That site needs to be publically accessable. A subdomain site (for development): dev.mysite.org needs to be accessable only to a

Re: [Zope] Suggestion for an opensource barchart/piechart

2007-02-19 Thread hpinson
ChartDirector. Not open source, but very good and very affordable: http://www.advsofteng.com/ -- Harlow Pinson Indepth Learning Email: [EMAIL PROTECTED] Phone: 505 994-2135 Fax: 505 994-3603 ___ Zope maillist - Zope@zope.org

[Zope] Re: Exporting portal member data to csv

2007-02-28 Thread hpinson
I'm having the same problem. Zope 2.9.6 and Plone 2.5.2 Method is describe here: http://zopelabs.com/cookbook/1140753093 The line: password = user._getPassword() ...no longer works. I can remove that one line, and export to CSV works fine. Obtaining a username / password list is

[Zope] Re: Frustrated with Python and Frameworks. Zope

2007-12-03 Thread hpinson
Some sort of rating system and comments about Zope products would be nice; like Joomla does with its extensions. For example: http://extensions.joomla.org/component/option,com_mtree/task,viewlink/lin k_id,1508/Itemid,35/ I can't say how much time I have wasted investigating dead-end or poorly