Re: [Zope3-Users] Windows binary psycopgda-1.0.0.tgz

2005-10-27 Thread James Allwyn
And I created a Zope Home Instance at C:\PyZope\ZopeHome I could NOT find package-includes so I created it at C:\PyZope\ZopeHome\packages-includes and copied psycopg-configure.zcml into it. Did you look for package-includes at: C:\PyZope\ZopeHome\etc I think that's where it should be.

[Zope3-Users] How is sending a HTTP POST in Zope3 supposed to work ?

2005-10-27 Thread Michael Haubenwallner
While i had no problems performing GET, PUT, DELETE and OPTIONS requests from httplib, i found no way to change an objects content through a POST. Posting to the object itself equals a GET request. Posting to the @@edit.html view of the object results in a UserError: The character set

Re: [Zope3-Users] Re: Products

2005-10-27 Thread Stephan Richter
On Thursday 27 October 2005 08:34, [EMAIL PROTECTED] wrote:    How to add self made products in ZOPE 3? First I'll note that the Zope 2 products do not work in Zope 3. Secondly, they are not called products anymore; they are just Python packages. Now, you can add any Python package you want

Re: [Zope3-Users] No module named formlib...

2005-10-27 Thread Benji York
Joshua Burvill wrote: I think the way it reads is: (to paraphrase) snip Thanks, Josh. I've reworded the intro to be clearer. I appreciate the feedback. Hope this helps, Josh Very much, and thanks again! -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] Re: Products

2005-10-27 Thread [EMAIL PROTECTED]
Hello, I'm a new user of zope 3. What is the zcml? Where can I find documentation about zope 3? Is there already some books? Best regards. Jean Tinguely. Stephan Richter a écrit : On Thursday 27 October 2005 08:34, [EMAIL PROTECTED] wrote: How to add self made products in ZOPE 3?

Re: [Zope3-Users] Re: Products

2005-10-27 Thread [EMAIL PROTECTED]
Hello, Is there a development environment for Python? Best regards. Jean Tinguely. [EMAIL PROTECTED] a écrit : Hello, I'm a new user of zope 3. What is the zcml? Where can I find documentation about zope 3? Is there already some books? Best regards. Jean Tinguely. Stephan Richter a écrit

Re: [Zope3-Users] Re: Products

2005-10-27 Thread James Allwyn
Hi Jean, The Zope 3 documentation page is at: http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Documentation You can access a PDF of Stephan's Zope 3 Book there, as well as an introductory tutorial from Jim. You could also check out this blog post that points in the direction

Re: [Zope3-Users] Re: Products

2005-10-27 Thread Stephan Richter
On Thursday 27 October 2005 09:23, [EMAIL PROTECTED] wrote:    Is there a development environment for Python? WingIDE is really good. There are others, like Boa Constructor, Eric plugins, etc. Most core developers use Emacs, some use VIM. Regards, Stephan -- Stephan Richter CBU Physics

Re: [Zope3-Users] make check

2005-10-27 Thread Jim Fulton
Sorry, where are you looking at this. In the release, the permissions are correct. In an installation created with Python 2.4, the bits are not. What version of Python are you using? Jim Paul Dumais wrote: Sent this using the wrong account: On 10/26/05, Paul Dumais [EMAIL PROTECTED]

Re: [Zope3-Users] Re: Products

2005-10-27 Thread [EMAIL PROTECTED]
Thank you everybody for all your answer! Best regards. Jean Tinguely. James Allwyn a écrit : Googling for development environment Python (no quotes) points you to this: http://www.python.org/idle/ IDLE - an Integrated DeveLopment Environment for Python A stable version of IDLE is now being

[Zope3-Users] Freeze approaching quickly

2005-10-27 Thread Stephan Richter
Hi everyone, with October winding down, the freeze on the trunk is coming quickly. So, if you have any outstanding work, now is the time to get it done. During the last week I have monitored the proposals and branches a bit and I think most people are done with their work. After Michael told

Re: [Zope3-Users] Re: Products

2005-10-27 Thread [EMAIL PROTECTED]
Hello, I'm only the reincarnation. Have a nice day. Andre Meyer a écrit : Hi Jean You are not THE Jean Tinguely, I guess ;-) I use Eclipse with PyDev for all my Python development and occasionaly IDLE for just experimenting with a few lines of code. http://www.eclipse.org/

[Zope3-Users] Re: [Zope3-dev] Freeze approaching quickly

2005-10-27 Thread Julien Anguenot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephan Richter wrote: with October winding down, the freeze on the trunk is coming quickly. So, if you have any outstanding work, now is the time to get it done. During the last week I have monitored the proposals and branches a bit and I think

[Zope3-Users] Re: Products

2005-10-27 Thread rr
Jean, I use Wing IDE for my python / zope development. http://www.wingware.com At home the $35 personal edition, at work the more expensive professional edition. You can really get to edge with it: Zope Debugging, code folding, easy access to library documentation, in app python shell,

[Zope3-Users] Re: [Zope3-dev] Freeze approaching quickly

2005-10-27 Thread Stephan Richter
On Thursday 27 October 2005 10:33, Julien Anguenot wrote: Is it ok for everybody ? Yep, since another core developer was involved in the proposal, this is fine. I assume Jim had something to say about this already too. Regards, Stephan -- Stephan Richter CBU Physics Chemistry (B.S.) / Tufts

[Zope3-Users] Problems with archive Zope-3.1.0.tgz

2005-10-27 Thread Tóth, István Zoltán
Hi there! I've played a bit with the Zope3 install on my OpenBSD and i've found and interesting thing. The tar (and pax) of OpenBSD has some problems with some of the files as the extracted files have wrong file name: testi18nfileresource.py644 class_index.pt644 ... and some more ...

Re: [Zope3-Users] Re: [Zope3-dev] Freeze approaching quickly

2005-10-27 Thread Jim Fulton
Julien Anguenot wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephan Richter wrote: with October winding down, the freeze on the trunk is coming quickly. So, if you have any outstanding work, now is the time to get it done. During the last week I have monitored the proposals and

Re: [Zope3-Users] Problems with archive Zope-3.1.0.tgz

2005-10-27 Thread Benji York
Tóth, István Zoltán wrote: I've played a bit with the Zope3 install on my OpenBSD and i've found and interesting thing. The tar (and pax) of OpenBSD has some problems with some of the files as the extracted files have wrong file name: The last time I used OpenBSD was 3.6, but I believe the

[Zope3-Users] Re: apache

2005-10-27 Thread Pete Taylor
just as a followup, Benji helped me fix the rewrite issue I was having before. If anyone else comes across the same issue, a workaround is to do the following: VirtualHost *:80 ServerAdmin [EMAIL PROTECTED] ErrorLog logs/fcwkstn.thig.com-error_log CustomLog

Re: [Zope3-Users] Re: [Zope3-dev] Freeze approaching quickly

2005-10-27 Thread Julien Anguenot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Fulton wrote: with October winding down, the freeze on the trunk is coming quickly. So, if you have any outstanding work, now is the time to get it done. During the last week I have monitored the proposals and branches a bit and I think most

Re: [Zope3-Users] which psycopg works with Zope3?

2005-10-27 Thread Brad Allen
At 6:13 PM +0400 10/26/05, Dmitry Vasiliev wrote: - The tarball version is for use with ZopeX3-3.0.0 and psycopg v1.0; - The svn version works with Zope 3.1 (and should work with Zope 3.2) and still psycopg v1.0; - Psycopg v2.0 is not supported for now; Thanks for your help on this, Dmitry.

Re: [Zope3-Users] Re: Interface tests: NotImplemented or NotImplementedError

2005-10-27 Thread Fred Drake
On 10/24/05, Chris Withers [EMAIL PROTECTED] wrote: Well, if we're all in agreement, what's required for it to actually change? ;-) Someone with time, motivation, a detailed plan, and the ability to convince Guido. Most of the difficulty is in actually removing the NotImplemented name from

[Zope3-Users] Re: make check

2005-10-27 Thread Derrick Hudson
On Wed, Oct 26, 2005 at 08:39:41PM -0600, Paul Dumais wrote: | Sent this using the wrong account: | | On 10/26/05, Paul Dumais [EMAIL PROTECTED] wrote: [...] | I get more errors if I run as root (the above one included). One of the additional errors you will get is the test that verifies that

[Zope3-Users] i18n of an image

2005-10-27 Thread Leticia Larrosa
Hi: I want to show an image depends on the localization of the final user. I dizzy try with: input name=In type=image value=In i18n:attributes=src Refresh-Button In my .po files I have: msgid Refresh-Button msgstr context/++resource++images/BtnRefreshEn.gif and msgid Refresh-Button

[Zope3-Users] How to publicly add object to Zope component

2005-10-27 Thread Martin Margo
Hello This is my first post. I am working on a Zope3 project in which anonymous user /zope.anybody should be able to add objects (register for a conference) themselves but should not be able to view or edit them once their added (with exception of a confirmation page and email). My problem is,

RE: [Zope3-Users] No module named formlib...

2005-10-27 Thread Joshua Burvill
No worries Benji, and thanks to everyone who helped solve my problem so quickly. Josh ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Windows binary psycopgda-1.0.0.tgz

2005-10-27 Thread Bobby Brewster
Thanks for your help. However I am still not able to install the database adapter. Icopied the file psycopg-configure.zcml into package-includes andfolder psycopgda into .\lib\python C:\PyZope\ZopeHome├───bin├───etc│ └───package-includes├───lib│ └───python│ └───psycopgda├───log└───var I get the

[Zope3-Users] Any document for use ZopeDatabaseAdapter?

2005-10-27 Thread Simon Hang
Hi, Is there any document or examples for ZopeDatabaseAdapter? I need to do some sql query in my content object. Thanks, Simon ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Windows binary psycopgda-1.0.0.tgz

2005-10-27 Thread Duncan McGreggor
On Oct 27, 2005, at 9:45 PM, Bobby Brewster wrote: Thanks for your help. However I am still not able to install the database adapter. I copied the file psycopg-configure.zcml into package-includes and folder psycopgda into .\lib\python C:\PyZope\ZopeHome ├───bin ├───etc │