Re: [Zope] easy_install Zope glitch on Debian aqueeze

2011-06-23 Thread Laurence Rowe
On 23 June 2011 23:39, Eric d'Halibut wrote: > Testing an install of Zope on an up-to-date Debian squeeze install, I > get this below. Versions include: > > python2.6                       2.6.6-8+b1 > gcc                                  4:4.4.5-1 > > Does this ring a

[Zope] easy_install Zope glitch on Debian aqueeze

2011-06-23 Thread Eric d'Halibut
Testing an install of Zope on an up-to-date Debian squeeze install, I get this below. Versions include: python2.6 2.6.6-8+b1 gcc 4:4.4.5-1 Does this ring any bells with anyone? # cd /usr/local/src/Zopework # easy_install -U ZopeSkel

Re: [Zope] CMF -?-> Zope

2011-06-23 Thread Eric d'Halibut
and, when I get some time later today, redo all this on a linux box. -- No no no, my fish's name is Eric, Eric the fish. He's an halibut. I am not a looney! Why should I be tarred with the epithet looney merely because I have a pet halibut?

Re: [Zope] CMF -?-> Zope

2011-06-23 Thread robert rottermann
On 23.06.2011 16:14, Eric d'Halibut wrote: > On 6/23/11, robert rottermann wrote: > >> as root (or using virtualenv) >> easy_install-2.6 -U ZopeSkel >> then as user zope (or what ever) >> paster create -t plone4_buildout NAMEOFNEWBUILDOUT > This last

Re: [Zope] CMF -?-> Zope

2011-06-23 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/23/2011 12:48 AM, Eric d'Halibut wrote: > I am a straggler returning to Zope after years away from it. I come > from a time when to install a product into one's Zope one simply > untarred it into one's Products folder

Re: [Zope] CMF -?-> Zope

2011-06-23 Thread Eric d'Halibut
On 6/23/11, robert rottermann wrote: > as root (or using virtualenv) > easy_install-2.6 -U ZopeSkel > then as user zope (or what ever) > paster create -t plone4_buildout NAMEOFNEWBUILDOUT This last command gives me a sternly-worded, and appearing, warning: ** *** NOTE: You pr

Re: [Zope] CMF -?-> Zope

2011-06-23 Thread robert rottermann
as root (or using virtualenv) easy_install-2.6 -U ZopeSkel then as user zope (or what ever) paster create -t plone4_buildout NAMEOFNEWBUILDOUT cd NAMEOFNEWBUILDOUT python2.6 bootstrap bin/buildout and your new site is ready to start with bin/instance fg point your browser at localhost:8080

[Zope] CMF -?-> Zope

2011-06-22 Thread Eric d'Halibut
I am a straggler returning to Zope after years away from it. I come from a time when to install a product into one's Zope one simply untarred it into one's Products folder and restarted. Now I am looking at easy_install, buildout, and the new mania for "eggs." Imagine my disc

[Zope] Security announcement

2011-06-22 Thread Laurence Rowe
On behalf of the Plone and Zope Security Teams I'd like to draw your attention to a security announcement that has just been published. This is a pre-announcement only, it does not contain any vulnerability details. Your sites are a safe today as they were yesterday. However, as the problem

Re: [Zope] Migrating a legacy Zope2 app to use buildout.

2011-06-20 Thread Jason J. W. Williams
> Literally, all we need to be able to do is change the connection > string on the MySQLUserFolder and few ZMySQLDA objects before Zope > fires up. I've been hacking on a command-line utility to do this > directly in the ZODB, but I can't seem to get it to be able to commi

Re: [Zope] Migrating a legacy Zope2 app to use buildout.

2011-06-20 Thread Jason J. W. Williams
> First, would it not be worthwhile to migrate to a newer Plone? This isn't a Plone site. It's our own app built inside Zope 2. -J ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or

Re: [Zope] Migrating a legacy Zope2 app to use buildout.

2011-06-20 Thread Jason J. W. Williams
on scripts that does it for you. A third one is > using genericsetup. http://pypi.python.org/pypi/Products.GenericSetup Literally, all we need to be able to do is change the connection string on the MySQLUserFolder and few ZMySQLDA objects before Zope fires up. I've been hacking on a

Re: [Zope] Migrating a legacy Zope2 app to use buildout.

2011-06-18 Thread Lennart Regebro
eal > pain and since we've automated the rest of our infrastructure with > Chef we'd like to be able to do that with Zope. So my question is does > anyone have pointers for migrating an app that mostly lives in the > ZODB to a build-out style architecture that we could control

Re: [Zope] Migrating a legacy Zope2 app to use buildout.

2011-06-17 Thread robert rottermann
t; pain and since we've automated the rest of our infrastructure with > Chef we'd like to be able to do that with Zope. So my question is does > anyone have pointers for migrating an app that mostly lives in the > ZODB to a build-out style architecture that we could control with > C

[Zope] Migrating a legacy Zope2 app to use buildout.

2011-06-17 Thread Jason J. W. Williams
27;d like to be able to do that with Zope. So my question is does anyone have pointers for migrating an app that mostly lives in the ZODB to a build-out style architecture that we could control with Chef? I see tutorials on starting a new Zope 2 app from scratch with buildout but nothing on migrati

[Zope] Deploying Zope2 w/ Chef or Puppet

2011-06-16 Thread Jason J. W. Williams
Does anyone have experience deploying Zope 2 services with Chef (or Puppet)? My main question is around how you're deploying an app inside ZODB in an automated fashion? I've looked at the Zenoss cookbook but it relies on Zenoss's CLI utilities that provide an interfac

Re: [Zope] Securly storing variables without session in zope

2011-06-14 Thread William Heymann
On Tuesday 14 June 2011, Jibin K.J wrote: > Hi, > > I want to store values in variables to access form another page(a.k.a > State management). Now I cannot use sessions since I have multiple Zope > instances & if one fails the user need to be redirected to another Zope > in

[Zope] About clock-server

2011-06-14 Thread Oliver
Hi, I'm using clock-server in zope.conf for running scripts periodically. The problem that I have, it uses the hour of starting of zope ... and I want it uses the hour of local server (it runs under Windows). If I restart zope, it will have initial hour again ... and I want the it runs the sc

[Zope] Securly storing variables without session in zope

2011-06-14 Thread Jibin K.J
Hi, I want to store values in variables to access form another page(a.k.a State management). Now I cannot use sessions since I have multiple Zope instances & if one fails the user need to be redirected to another Zope instance and one session is valid only for one Zope instance. No

Re: [Zope] 2.13 upgrade problems

2011-06-03 Thread Chris Withers
On 03/06/2011 15:25, Martijn Pieters wrote: > On Fri, Jun 3, 2011 at 12:42, Peter Bengtsson wrote: >> I'm getting the error below when trying to boot up a zope 2.13.7 using >> a Data.fs I took from a zope 2.8.12 instance. > > You may want to try to boot up the ins

Re: [Zope] 2.13 upgrade problems

2011-06-03 Thread Martijn Pieters
On Fri, Jun 3, 2011 at 12:42, Peter Bengtsson wrote: > I'm getting the error below when trying to boot up a zope 2.13.7 using > a Data.fs I took from a zope 2.8.12 instance. You may want to try to boot up the instance on intermediary Zope versions first, it may well update the pick

Re: [Zope] zope 2.11.4 + zmysqlda

2011-06-03 Thread Oliver
Thanks for your reply. It is fixed now. The product in the "product management" list would appear well (not broken), the object in an application was broken ... (I had a backup loaded of another zope version, because I'm migrating the server). I've fixed it using google,

Re: [Zope] zope 2.11.4 + zmysqlda

2011-06-03 Thread Michele Marcionelli
Hi Oliver to check if you installed Zope-Products correctly, you can have a look in the control panel: http://localhost/Control_Panel/Products/manage_main If you see *broken* icons, then you have installed something incorrectly. Try also checking the logfile event.log. Regards, Michele On

[Zope] 2.13 upgrade problems

2011-06-03 Thread Peter Bengtsson
I'm getting the error below when trying to boot up a zope 2.13.7 using a Data.fs I took from a zope 2.8.12 instance. Having Products.ZSQLMethods-2.13.3 installed or not installed doesn't appear to be relevant. The fortunate thing, in this instance, is that the SQLMethods in that instan

[Zope] zope 2.11.4 + zmysqlda

2011-06-03 Thread Oliver
Hi, I'm trying configure zope 2.11.4 + zmysqlda under Windows, for connecting it to a mysql database. I've done the next: 1) With zope stopped, I've downloaded zmysqlda, the last version 2.0.8, and I copy it to ""C:\Zope\2.11.4\Zope\lib\ python\Products". It's

[Zope] Strange Cut/Paste or Copy/Paste or Import/Export behavior

2011-06-01 Thread Dragos Chirila
le DocumentTemplate.DT_In, line 703, in renderwob Module DocumentTemplate.DT_Let, line 76, in render Module DocumentTemplate.DT_Util, line 196, in eval - __traceback_info__: id Module , line 0, in ? Module OFS.PropertyManager, line 151, in getProperty AttributeError: comments Am I doin

[Zope] (no subject)

2011-05-17 Thread Larry Lay
http://a0k1x5.jkfoi.ru/?cid=des ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org

Re: [Zope] SSO

2011-05-17 Thread Chris Withers
Hi Sabine, On 17/05/2011 07:07, Sabine Grabner wrote: > I try to set up Zope with Shibboleth SSO. What are you using to do the Shibboleth auth? > Therefore I need to delegate > authentication to Apache which should then pass the REMOTE_USER > environment variable to Zope. Am I u

[Zope] SSO

2011-05-16 Thread Sabine Grabner
Hi there, I try to set up Zope with Shibboleth SSO. Therefore I need to delegate authentication to Apache which should then pass the REMOTE_USER environment variable to Zope. Am I understanding right, that for this purpose I have to use the not so recommended fastcgi configuration? With

Re: [Zope] application/json request in Zope 2

2011-05-16 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Baiju M wrote: > Hi, > > How to listen for application/json request in Zope 2 > > Is this project is the way to go ? > http://pypi.python.org/pypi/Products.jsonserver/1.2a1 > > Or is there any better approach ? No idea.

[Zope] application/json request in Zope 2

2011-05-16 Thread Baiju M
Hi, How to listen for application/json request in Zope 2 Is this project is the way to go ? http://pypi.python.org/pypi/Products.jsonserver/1.2a1 Or is there any better approach ? I am using Zope 2.12 Regards, Baiju M ___ Zope maillist - Zope

Re: [Zope] AUTHENTICATED_USER

2011-05-13 Thread richard
Hmmm, I just stumbled upon some deprecation warnings in a google for authenticated_user and that security getUser...equivalent should be used instead. Something like this - http://www.mail-archive.com/zope@zope.org/msg21432.html Quoting Tres Seaver : > -BEGIN PGP SIGNED MESS

Re: [Zope] AUTHENTICATED_USER

2011-05-13 Thread Tres Seaver
t really a good in depth explanation? If > a request was manipulated to include another AUTHENTICATED_USER, > wouldn't Zope just error out anyway? What makes you say that AUTHENTICATED_USER is deprecated? ZPublisher sets and uses the variable in the environme

[Zope] AUTHENTICATED_USER

2011-05-13 Thread Richard Harley
Please could someone tell me why AUTHENTICATED_USER was deprecated in favour of the python security module? A quick google says "because it can be replaced"..but this isn't really a good in depth explanation? If a request was manipulated to include another AUTHENTICATED_USER,

Re: [Zope] Hosting with zope2 y bluebream

2011-05-09 Thread Miguel Beltran R.
the provider supports postgresql 9.1 will be wonderful. > > Thanks > > > I need zope 2.11, maybe 2.14 I don't remember well right now. Postgresql 9.1 with sha1 contrib module and others It will be a low traffic, used by 3-5 users. Probably will be 150-200MB of transffer b

[Zope] Hosting with zope2 y bluebream

2011-05-09 Thread Miguel Beltran R.
hanks -- Lo bueno de vivir un dia mas es saber que nos queda un dia menos de vida ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope] [zope-dev] zope.app.authentication / zope.pluggableauth problem

2011-05-03 Thread Thierry Florac
Hi, I've built an XML-RPC application built on Zope3 (3.4.1) components. I noticed that when a user is having one or more colons in his password, an exception is raised : File '/var/local/eggs/zope.app.wsgi-3.4.3-py2.5.egg/zope/app/wsgi/__init__.py', line 55 in __call__ re

Re: [Zope] Zope Dates

2011-05-03 Thread Richard Harley
define it explicitly in your application. - -aj Richard Harley wrote: Hello all Hoping there is a quick fix for this - I'm trying to change how Zope formats dates. I want dd/mm/ but Zope is forcing -mm-dd. I've changed the format in zope.conf to 'international' but this mak

Re: [Zope] Zope Dates

2011-05-03 Thread Andreas Jung
ormat then define it explicitly in your application. - -aj Richard Harley wrote: > Hello all > > Hoping there is a quick fix for this - I'm trying to change how Zope > formats dates. I want dd/mm/ but Zope is forcing -mm-dd. I've > changed the format in zope.conf t

[Zope] Zope Dates

2011-05-03 Thread Richard Harley
Hello all Hoping there is a quick fix for this - I'm trying to change how Zope formats dates. I want dd/mm/ but Zope is forcing -mm-dd. I've changed the format in zope.conf to 'international' but this makes no difference. I know dates can be formatted at the front

Re: [Zope] Running Tests on my Zope Product in Zope 2.13

2011-04-19 Thread Sascha Welter
(Tue, Apr 19, 2011 at 03:52:04PM +0200) kiorky wrote/schrieb/egrapse: > Le 14/04/2011 15:49, Sascha Welter a ?crit : > > While I am on the topic of Zope 2.13, could someone please tell me how I > > can run my tests on my (old style, not egg) Zope Products in Zope 2.13? > > Eg

Re: [Zope] Running Tests on my Zope Product in Zope 2.13

2011-04-19 Thread kiorky
Le 14/04/2011 15:49, Sascha Welter a écrit : > Hello again Zopistas! > > While I am on the topic of Zope 2.13, could someone please tell me how I > can run my tests on my (old style, not egg) Zope Products in Zope 2.13? > > It seems that `zopectl test` went away without leavin

[Zope] Running Tests on my Zope Product in Zope 2.13

2011-04-14 Thread Sascha Welter
Hello again Zopistas! While I am on the topic of Zope 2.13, could someone please tell me how I can run my tests on my (old style, not egg) Zope Products in Zope 2.13? It seems that `zopectl test` went away without leaving more than a note on the tab^W^W^Win the CHANGES.txt log: "Removed the

[Zope] CatalogPathAwareness and zope.lifecycle

2011-04-14 Thread Sascha Welter
Hello Zopistas, as I was just testing moving a big, old application to Zope 2.13, I was greeted with the following error: (...) from Products.ZCatalog.CatalogPathAwareness import CatalogPathAware ImportError: cannot import name CatalogPathAware Looking at the code informs me that

Re: [Zope] Management of HEAD requests

2011-03-15 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/15/2011 08:39 AM, Jesus Cea wrote: > Using Zope 2.10 here. > > When making a HEAD request, I get the "last-modified" time of the > script, and an "application/octet-stream" content type. The content > len

[Zope] Management of HEAD requests

2011-03-15 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Using Zope 2.10 here. When making a HEAD request, I get the "last-modified" time of the script, and an "application/octet-stream" content type. The content length is the script length. When doing a GET request, I get a "la

[Zope] zope programming: few queries

2011-03-07 Thread KK CHN
List, Let me request your patience and time, I am a zope newbe trying to get some light in the darkness. I am trying to learn zope2 for the last couple of months, reading and doing zope2 documentations and sample file based python product developments. I know Zope s advanced a lot

[Zope] Fix for garbled saves of UTF8 TTW PageTemplates and emacs over ftp

2011-02-25 Thread Andreas Elvers
Hi, if you edit TTW PageTemplates through emacs over ftp, you may encouter your UTF8 String garbled after a save. try adding: at the top of the page. Helped me. - Andreas ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo

[Zope] How can I access/use the i18n locales object in Zope 2.13.4?

2011-02-24 Thread Sascha . Boch
Hi there! I love formatting dates in Zope 3 using the i18n getFormatter function. Apparently this is now also possible in Zope 2 as of 2.11.1. Unfortunately I could not manage to access and use this object. I tried the following: tal:define="formatter p

Re: [Zope] ZODB Key error in root Zope database

2011-02-18 Thread Brian Brinegar
FYI, I was able to successfully remove the cross storage reference in the root of my main Zope database by explicitly setting the missing database connection to a hacked DummyConnection instance. I probably could have dug deeper to create a real connection, but this worked. from ZODB import

[Zope] ZODB Key error in root Zope database

2011-02-18 Thread Brian Brinegar
We've got a bit of a situation... We run Zope 2.11 with a main ZODB and a few dozen separate file storages for sub-sites. Occasionally, we've encountered the problem where a cut-and-paste occurs between storages and upon a pack results in a key error. Normally, we avoid this b

Re: [Zope] Forcing zope to preload objects in cache

2011-02-08 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/8/11 12:11 , Marco Bizzarri wrote: > I'd like to force Zope to reload the cache; of course, I could access > various pages using a wget or something liket that; but how can I force Zope > to 'fill' all connections, and jus

Re: [Zope] Forcing zope to preload objects in cache

2011-02-08 Thread Jaroslav Lukesh
Use wget after minute or so after restarting. - Puvodní zpráva - Od: Marco Bizzarri I've a Zope application; response time in the application is quite different if the cache is already loaded with data from the ZODB (a Data.fs served over ZEO). The Zope/ZEO server is restarted

[Zope] Forcing zope to preload objects in cache

2011-02-08 Thread Marco Bizzarri
Hi all. I've a Zope application; response time in the application is quite different if the cache is already loaded with data from the ZODB (a Data.fs served over ZEO). The Zope/ZEO server is restarted every night, so, the cache is emptied every night, and the first users to access the ob

Re: [Zope] Logo Guidelines for Grok and Bluebream

2011-02-02 Thread Andreas Jung
SxDfAAm0sLklg6XOjAx+iE8DO6ee2 lheV1l7t8cRnPoQnZutWVo1zBAIp+JUJzVaFE+vyC4wFXZqfI6BrB1DBK5zrLgUS K4Sk5Oo8qMBRD6teK/1F+e1fyZS3eafLvVmO4jPa60PNjik6RdphOyWmI1Ui8pOa lkQt3M0B7Nbsu/mX3zZ55TWsUYNJS8o= =Z2OO -END PGP SIGNATURE- <>___ Zope maillist - Zope@zope.org htt

Re: [Zope] Logo Guidelines for Grok and Bluebream

2011-02-02 Thread Jan Ulrich Hasecke
Am 02.02.11 15:10, schrieb Andreas Jung: > I suggest to ask Baju or ask on the Bluebream list. I cannot find the bluebream list on gmane. I'll try the nabble gateway. But it would be nice to have it on gmane too. juh ___ Zope maillist

Re: [Zope] Logo Guidelines for Grok and Bluebream

2011-02-02 Thread Andreas Jung
; While I know the creator of the Grok logo, I don't know the creator of > the Bluebream-Logo. Any objections to use it in a Zope related brochure > edited by the german zope user group? > > It would be nice to have guidelines on the websites. I suggest to ask Baju or ask on the

Re: [Zope] Logo Guidelines for Grok and Bluebream

2011-02-02 Thread Jan Ulrich Hasecke
s to use it in a Zope related brochure edited by the german zope user group? It would be nice to have guidelines on the websites. -- Jan Ulrich Hasecke DZUG e.V. (Deutschsprachige Zope User Group) ___ Zope maillist - Zope@zope.org https://mail.zo

Re: [Zope] Logo Guidelines for Grok and Bluebream

2011-02-02 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan Ulrich Hasecke wrote: > Hi all, > > preparing a brochure about Zope and friends I would like to know whether > there are any guidelines for using the Grok- and Bluebream-Logo. > > Am I right that neither Grok nor Bluebream ar

[Zope] Logo Guidelines for Grok and Bluebream

2011-02-02 Thread Jan Ulrich Hasecke
Hi all, preparing a brochure about Zope and friends I would like to know whether there are any guidelines for using the Grok- and Bluebream-Logo. Am I right that neither Grok nor Bluebream are trademarks owned by the Zope Foundation? TIA -- Jan Ulrich Hasecke DZUG e.V. (Deutschsprachige Zope

[Zope] Announcement: 2011 Zope Foundation Board Elections and General Meeting

2011-01-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (apologies in advance for the cross-post: we need this to reach the whole Zope community). The Zope Foundation board is pleased to announce that the regular 2011 general meeting of the foundation will be held on Wednesday, 16 March 2011, at 15:00

Re: [Zope] MemoryError: out of memory

2011-01-27 Thread Tres Seaver
tS33nnUoDJQepGAWW2c hkMAoNn0PsLtLY1Fp91NxZjbvnv6kbCW =DWNc -END PGP SIGNATURE- ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] MemoryError: out of memory

2011-01-27 Thread Tres Seaver
fourth days (more or less) the Zope starts to say in our web: > value error: Memory, and stops to serve some pages (not all), usually > the pages that serve file contents (to download, convert to pdf or > view online). I solve the problem (when appears) by rebooting the zope > server, bu

Re: [Zope] Preferred non-Products Initialization Approach?

2011-01-27 Thread Jeff Rush
cing you into the Products.__path__ list and being found the conventional way of scanning the (virtual) Products namespace. BTW, I'm working with Zope 2.12.10, and I'm not finding -any- code that searches for a zope2.initialize or zope2.products entrypoint - seems to be a NOP. -Jeff ___

[Zope] Preferred non-Products Initialization Approach?

2011-01-27 Thread Jeff Rush
rence? In particular I'm having trouble with an Extensions/ subdirectory of the Product -not- being found in an import stmt when I moved it outside the Products directory. -Jeff ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listin

Re: [Zope] MemoryError: out of memory

2011-01-27 Thread Peter Bengtsson
This little something form 2008 might work http://www.peterbe.com/plog/zope-memory-readings On 27 January 2011 05:15, Andreas Jung wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > You should monitoring memory usage over time. Obviously something > in your applica

Re: [Zope] MemoryError: out of memory

2011-01-26 Thread Andreas Jung
lated to the "MemoryError: out of memory" (in the event.log), every > three or fourth days (more or less) the Zope starts to say in our web: > value error: Memory, and stops to serve some pages (not all), usually > the pages that serve file contents (to download, convert to pdf

[Zope] MemoryError: out of memory

2011-01-26 Thread Jonathan Salazar Santos
Hi Comunity, I have been in troubles with Zope2.10.5-final since 4 moths ago, related to the "MemoryError: out of memory" (in the event.log), every three or fourth days (more or less) the Zope starts to say in our web: value error: Memory, and stops to serve some pages (not all), u

Re: [Zope] Monkey patch for BLOB support in OFS.Image Images and Files

2011-01-10 Thread William Heymann
i William, > > > > A huge monkey patch like that makes it very hard to compare it with the > > original implementation and see the actual changes. You could help the > > review *greatly* by providing a diff to the original implementation > > instead, and post that to t

Re: [Zope] Monkey patch for BLOB support in OFS.Image Images and Files

2011-01-08 Thread Tres Seaver
ey patch like that makes it very hard to compare it with the > original implementation and see the actual changes. You could help the > review *greatly* by providing a diff to the original implementation > instead, and post that to the Zope bug tracker on Launchpad: > > https://bu

Re: [Zope] Monkey patch for BLOB support in OFS.Image Images and Files

2011-01-08 Thread Jens Vagelpohl
tation and see the actual changes. You could help the review *greatly* by providing a diff to the original implementation instead, and post that to the Zope bug tracker on Launchpad: https://bugs.launchpad.net/zope2 jens -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.8 (

[Zope] Monkey patch for BLOB support in OFS.Image Images and Files

2011-01-07 Thread William Heymann
I have a monkey patch here that I would like comments on it and to see how it works for others. https://github.com/Immudzen/MonkeyOFSImageFile I have been testing it for a few weeks now and I have not run into any problems with it. It works on Zope 2.13 and it should work on Zope 2.12 also

Re: [Zope] Trouble getting Zope 2.8/Python 2.3 to work in OS X 10.6

2011-01-06 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/06/2011 02:10 PM, Dan Gaibel wrote: > As luck would have it, I found Zope 2.8 in Macports. Ran > mkzopeinstance without trouble, but starting up zopectl yields: > > Traceback (most recent call last): >File "/opt/lo

Re: [Zope] Forum

2011-01-06 Thread Shane Graber
What kind of "integration" do you need? If you're open to a php-based forum solution, phpBB has LDAP capabilities. I'm not sure about vBulletin or SMF... Shane On Thu, Jan 6, 2011 at 5:52 PM, Ricardo Newbery wrote: > > > Not sure about "integration" but

Re: [Zope] Forum

2011-01-06 Thread Chris Withers
On 06/01/2011 11:09, Richard Harley wrote: > Are there any current forums which integrate into Zope nicely? I have > tried Zforum and Squishdot in the past but I don't think either of these > two have been updated in quite a while? What version of Zope are you using? I still

Re: [Zope] Forum

2011-01-06 Thread Ricardo Newbery
Not sure about "integration" but GroupServer is built on Zope. http://groupserver.org/ Cheers, Ric On Jan 6, 2011, at 6:09 AM, Richard Harley wrote: > Hello all > > Are there any current forums which integrate into Zope nicely? I have > tried Zforum and Squishdot i

Re: [Zope] Trouble getting Zope 2.8/Python 2.3 to work in OS X 10.6

2011-01-06 Thread Dan Gaibel
As luck would have it, I found Zope 2.8 in Macports. Ran mkzopeinstance without trouble, but starting up zopectl yields: Traceback (most recent call last): File "/opt/local/libexec/Zope/lib/python/Zope2/Startup/zopectl.py", line 322, in main() File "/opt/local/l

Re: [Zope] Forum

2011-01-06 Thread Richard Harley
Ah, ok , thanks - worth a shot :) On 06/01/11 13:12, Andreas Jung wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Richard Harley wrote: >> Hello all >> >> Are there any current forums which integrate into Zope nicely? I have >> tried Zforum and Squ

Re: [Zope] Forum

2011-01-06 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard Harley wrote: > Hello all > > Are there any current forums which integrate into Zope nicely? I have > tried Zforum and Squishdot in the past but I don't think either of these > two have been updated in quite a w

[Zope] Forum

2011-01-06 Thread Richard Harley
Hello all Are there any current forums which integrate into Zope nicely? I have tried Zforum and Squishdot in the past but I don't think either of these two have been updated in quite a while? Thanks Rich ___ Zope maillist - Zope@zope.org

Re: [Zope] Trouble getting Zope 2.8/Python 2.3 to work in OS X 10.6

2011-01-05 Thread Dan Gaibel
So I ended up going with Python 2.4.6 via Macports. I really want to get this to work with Zope 2.8... configure works fine when I use this python, but then when I make, I get: "/opt/local/bin/python2.4" "/home/zope/Zope-2.8.6-final/setup.py" \ build --build-b

Re: [Zope] Peewee and Zope

2010-12-30 Thread Andreas Jung
-ORM unless you are skilled enough and having all the necessary Zope background (e.g. integration of third-party backend systems with the Zope transaction system). - -aj Peter Bengtsson wrote: > I'm interested in marrying my Zope app with Peewee[1]. It's a very > simple ORM based

Re: [Zope] Peewee and Zope

2010-12-30 Thread Maik Derstappen, Derstappen IT
Am 30.12.2010 16:19, schrieb Peter Bengtsson: I'm interested in marrying my Zope app with Peewee[1]. It's a very simple ORM based on Django's "ORM patterns". All I need is a non-persistent connection object in my app. To avoid reinventing any wheels, I thought

[Zope] Peewee and Zope

2010-12-30 Thread Peter Bengtsson
I'm interested in marrying my Zope app with Peewee[1]. It's a very simple ORM based on Django's "ORM patterns". All I need is a non-persistent connection object in my app. To avoid reinventing any wheels, I thought I could maybe look at the SQLAlchemy or ZPsycopgDA packa

Re: [Zope] Trouble getting Zope 2.8/Python 2.3 to work in OS X 10.6

2010-12-23 Thread Sascha Welter
(Thu, Dec 23, 2010 at 10:10:37AM -0500) Dan Gaibel wrote/schrieb/egrapse: > I am having a heck of a time getting Python 2.3.5 installed in OS X > 10.6 (Snow Leopard server.) I need it for a Zope 2.8.6 installation. > OS X comes with Python 2.6.1 and I guess my plan is to have 2.3 &g

Re: [Zope] Trouble getting Zope 2.8/Python 2.3 to work in OS X 10.6

2010-12-23 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Gaibel wrote: > I apologize if this questions belongs in a different forum, but... > > I am having a heck of a time getting Python 2.3.5 installed in OS X > 10.6 (Snow Leopard server.) I need it for a Zope 2.8.6 installation.

[Zope] Trouble getting Zope 2.8/Python 2.3 to work in OS X 10.6

2010-12-23 Thread Dan Gaibel
I apologize if this questions belongs in a different forum, but... I am having a heck of a time getting Python 2.3.5 installed in OS X 10.6 (Snow Leopard server.) I need it for a Zope 2.8.6 installation. OS X comes with Python 2.6.1 and I guess my plan is to have 2.3 installed alongside it

[Zope] Zeo scaling question

2010-12-21 Thread Small, James
load that Zope does not close the connections and the application server ends up running out of connections for Apache to connect to. The connections once opened idle indefinitely. (Apache is running on a dedicated server different from our Zeo instances). We are using RR between 2 vm

Re: [Zope] Anonymous security

2010-12-18 Thread Andreas Jung
4lnOgAh2g LDto2xdkynfhhZ5hOHVPJBa1nQoUSw2ipFZ+sVx9xlifKfycikp4dZukYhU/xeMr tYdYhZbOg1WicyRb55PYe2ZKZylLwc+1mXdC2FMnPVbUdUV8CCFeP28AFG8Hfk75 YAeDmgwnThQhRvmL1Yvpeq0s18aofd04+Iah1yOSb0GZbBYUw99m+3QBXDYK0Z0G s453ciFfFzGTswHFU36VMa+JFfitNP0= =zRub -END PGP SIGNATURE- <>__

Re: [Zope] Anonymous security

2010-12-18 Thread Brian Sullivan
gt; Anonymous access to it and calling it from a script that does not have >>> elevated rights is the best strategy to manage it. Am I creating a >>> huge security hole by doing this? >>> ___ >>> Zope maillist  -  z...@zope.org >>

Re: [Zope] Anonymous security

2010-12-18 Thread Bart Jansen
is the best strategy to manage it. Am I creating a >> huge security hole by doing this? >> ___ >> Zope maillist - Zope@zope.org >> https://mail.zope.org/mailman/listinfo/zope >> ** No cross posts or HTML encoding! ** >> (Rel

Re: [Zope] Anonymous security

2010-12-17 Thread Andreas Jung
> huge security hole by doing this? > _______ > Zope maillist - Zope@zope.org > https://mail.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Related lists - > https://mail.zope.org/mailman/listinfo/zope

[Zope] Anonymous security

2010-12-17 Thread Brian Sullivan
security hole by doing this? ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman

[Zope] Openflow_ZPygresqlDA_products_broken_on_ZMI

2010-12-16 Thread Smita Kamdar
) from scratch (as suggested by lennart) on development env. I have already finished installing Zope-2.6.2, python-2.1.3, Openflow-engine-1.1.0, postgresql-7.4.13. Now I am in the process of installing ZPygresqlDA-0.0.3 & for its installation I followed the below steps - 1) I downlo

Re: [Zope] Openflow_ZPygresqlDA_products_broken_on_ZMI

2010-12-15 Thread Lennart Regebro
On Tue, Dec 14, 2010 at 14:32, Smita Kamdar wrote: > > Hi, > > As suggested by you I have downloaded all the zope products of the same > version as they are on live to remove the mismatch of versions. But before I > install those products on dev environment, I will have to

Re: [Zope] Openflow_ZPygresqlDA_products_broken_on_ZMI

2010-12-14 Thread Andreas Jung
d by you I have downloaded all the zope products of the same > version as they are on live to remove the mismatch of versions. But > before I install those products on dev environment, I will have to > uninstall all the products that I had installed earlier (i.e. on dev > env). Earlier, I had

[Zope] Openflow_ZPygresqlDA_products_broken_on_ZMI

2010-12-14 Thread Smita Kamdar
Hi, As suggested by you I have downloaded all the zope products of the same version as they are on live to remove the mismatch of versions. But before I install those products on dev environment, I will have to uninstall all the products that I had installed earlier (i.e. on dev env). Earlier

[Zope] Empty Products folder with Zope 2.13.1

2010-12-13 Thread Stefan Loidl
Hi, I've installed Zope 2.13.1 with easy_install and python 2.6.6 on SLES 11.1, but the Products folder in the ZMI is empty and there's no 'Help!' link on any page. Same result with python 2.7.1. Is this like it is expected to be or is this a bug? There's no error mess

Re: [Zope] Question about Upgrading Zope and OS X Server

2010-12-09 Thread Lennart Regebro
On Thu, Dec 9, 2010 at 07:52, Dan Gaibel wrote: > So OS X Server Snow Leopard comes with Python 2.6.1. Is there any > reason to think that this Python version would cause problems with > Zope 2.8.6? Yes, that would cause problems. > We have had nice stability with Python 2.3.5. Eith

Re: [Zope] Question about Upgrading Zope and OS X Server

2010-12-09 Thread Richard Harley
I think earlier than Zope 2.12 python 2.4 is mandatory.. don't quote me on that :) On 09/12/10 06:52, Dan Gaibel wrote: > So OS X Server Snow Leopard comes with Python 2.6.1. Is there any > reason to think that this Python version would cause problems with > Zope 2.8.6? We

<    3   4   5   6   7   8   9   10   11   12   >