Re: [Zope-dev] Buildout - including per-user site-packages dir.

2013-06-26 Thread Alex Leach
Hi again, I got the same error with zpasswd, so had to repeat the process with that section of buildout.cfg, too... Thought I'd explain the specifics, while I remember... On Tue, 25 Jun 2013 19:44:48 +0100, Alex Leach wrote: The buildout configuration that seemed to fix this, w

Re: [Zope-dev] Buildout - including per-user site-packages dir.

2013-06-25 Thread Alex Leach
olve some dependency / conflict issues I was having with PasteScript - I also have it installed system-wide for some reason - and seems to reduce the need for duplicating some system packages. I like it :) Thanks again, Alex ___ Zope-Dev maillist

[Zope-dev] Buildout - including per-user site-packages dir.

2013-06-25 Thread Alex Leach
etc/, what extra steps will be required, for 'sitecustomize.py.in' to get copied over to 'parts/etc/'? Cheers, Alex [1]: http://www.python.org/dev/peps/pep-0370/ p.s. versions.cfg in use: http://grok.zope.org/releaseinfo/1.5.5/versions.cfg _

[Zope-dev] Buildout - including per-user site-packages dir.

2013-06-25 Thread Alex Leach
etc/, what extra steps will be required, for 'sitecustomize.py.in' to get copied over to 'parts/etc/'? Cheers, Alex p.s. versions.cfg in use: http://grok.zope.org/releaseinfo/1.5.5/versions.cfg [1]: http://www.python.org/dev/peps/pep-0370/ _

Re: [Zope-dev] Porting Zope to Python 3 Update

2013-03-02 Thread Alex Clark
app/app.ini [5] https://github.com/CipherHealth/cipher.uibuilderdemo Regards, Stephan -- Alex Clark · http://about.me/alex.clark ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML enc

Re: [Zope-dev] WebSockets API

2012-11-28 Thread Alex Leach
nderstand that zope might not be great for managing simultaneous bidirectional traffic, which is basically a requirement of a WebSocket server. Could it not be a good proxy either? KR, Alex ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/ma

Re: [Zope-dev] WebSockets API

2012-11-27 Thread Alex Leach
that would ease the development of a WebSockets server, though? I would have thought there is, and that it would be at least possible, if not simple, to implement from existing base classes... KR, Alex ___ Zope-Dev maillist - Zope-Dev@zope.org htt

Re: [Zope-dev] WebSockets API

2012-11-27 Thread Alex Leach
endencies. I've written quite a lot of Grok-specific code already, and going down that route would seem to add a lot to my list of dependencies... Something which is already getting quite out of hand. Cheers, Alex ___ Zope-Dev maillist - Zop

Re: [Zope-dev] WebSockets API

2012-11-27 Thread Alex Leach
rames for Content-Length etc (see Section 5.2 of RFC6455), and to return only the "payload data". I haven't any experience with bit-wise operations, so could do with some help with parsing that first byte of the frame. Finally, I think testing will be a bit of b*tch, as Zope wou

[Zope-dev] WebSockets API

2012-11-25 Thread Alex Leach
within one of the zope packages. I've been developing with grok, so I'm not too familiar with the internals of zope publishing, though. Please could someone point me in the right direction, with regards to modules and base classes responsible for parsing requests and performing hands

Re: [Zope-dev] unofficial svn mirror on github

2012-10-05 Thread Alex Clark
the remote repo locally - $ git push --all# push all the branches - $ git push --tags# push all the tags Alex Johannes Thanks! jens ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cros

Re: [Zope-dev] zc.buildout semi-resolution

2012-08-20 Thread Alex Clark
pment. We should also thank Domen Kožar and Chris Lambacher for their work on 1.6.x (which we still need help with). Alex Jim -- Alex Clark · http://pythonpackages.com ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/ma

[Zope-dev] zc.buildout semi-resolution

2012-08-20 Thread Alex Clark
the latest bootstrap.py file. Removing trunk broke my builds, at which point I cut a new release of buildout.bootstrap containing the new URL: - http://pypi.python.org/pypi/buildout.bootstrap/1.4.2 I hope the discussion on GitHub and Bitbucket, and other vendor services

Re: [Zope-dev] [Checkins] SVN: zc.buildout/ Moved to github

2012-08-20 Thread Alex Clark
fix this (or at least I don't understand fully how or why reverting my commit offers us any legal protection, which seems to be the concern). IMHO we need to get Domen Kožar to sign the contributor agreement, and finish the discussion on the "code ownership" list about how to move

Re: [Zope-dev] [Checkins] SVN: zc.buildout/ Moved to github

2012-08-19 Thread Alex Clark
Hi Jens, On 2012-08-19 06:51:47 +, Jens Vagelpohl said: On Aug 19, 2012, at 0:01 , Alex Clark wrote: Hi Jens, On 2012-08-18 07:49:59 +, Jens Vagelpohl said: Hi Alex, Please revert this checkin. You can't just take core software pieces from Zope Foundation-hosted repositorie

Re: [Zope-dev] [Checkins] SVN: zc.buildout/ Moved to github

2012-08-19 Thread Alex Clark
Hi Tres, On 2012-08-19 15:52:52 +, Tres Seaver said: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/18/2012 09:58 PM, Alex Clark wrote: Hi, On 2012-08-19 01:24:31 +, Lennart Regebro said: On Sat, Aug 18, 2012 at 11:03 PM, Tres Seaver wrote: Because the ability to check into

Re: [Zope-dev] [Checkins] SVN: zc.buildout/ Moved to github

2012-08-19 Thread Alex Clark
o demonstrate what I think the important issues we must clarify are: Scenario 1 -- - Alex has signed the contributor agreement and commits code to svn.zope.org, no problem. Scenario 2 --- - Alex has signed the contributor agreement and commits patches from other people

Re: [Zope-dev] [Checkins] SVN: zc.buildout/ Moved to github

2012-08-18 Thread Alex Clark
b (or at least in the buildout organization) is a valid contribution to "the work". In either case, AFAICT zc.buildout development has stopped on svn.zope.org and started on GitHub so let us let the commit stand to reflect this real world circumstance. Alex //Lennart

Re: [Zope-dev] [Checkins] SVN: zc.buildout/ Moved to github

2012-08-18 Thread Alex Clark
Hi On 2012-08-18 22:01:51 +, Alex Clark said: Hi Jens, On 2012-08-18 07:49:59 +, Jens Vagelpohl said: Hi Alex, Please revert this checkin. You can't just take core software pieces from Zope Foundation-hosted repositories and move them somewhere else. Thanks! I think yo

Re: [Zope-dev] [Checkins] SVN: zc.buildout/ Moved to github

2012-08-18 Thread Alex Clark
Hi Jens, On 2012-08-18 07:49:59 +, Jens Vagelpohl said: Hi Alex, Please revert this checkin. You can't just take core software pieces from Zope Foundation-hosted repositories and move them somewhere else. Thanks! I think you are confused. I would suggest you ask Jim Fulton abo

[Zope-dev] zope.formlib - Overriding default widget attributes

2012-04-12 Thread Alex Leach
acklevel=2) > value = key In fact, I'd also get rid of the `if kw:` line, as it seems unnecessary... Cheers, Alex ps. Sorry if this is a duplicate. I think my original message got rejected as I hadn't subscribed... -- Alex Leach Department of Biology University of York

Re: [Zope-dev] Zope 4 release management

2012-02-01 Thread Alex Clark
On 2/1/12 8:21 AM, Lennart Regebro wrote: On Wed, Feb 1, 2012 at 13:03, Alex Clark wrote: - what RCS software to use - where to host it It may be easier if we disentangled them. Traditionally it was easier, but now-a-days with github and bitbucket they are harder to disentangle. It is

Re: [Zope-dev] Zope 4 release management

2012-02-01 Thread Alex Clark
On 2/1/12 6:08 AM, Jens Vagelpohl wrote: On Feb 1, 2012, at 00:05 , Alex Clark wrote: Bottom line: Zope stands to benefit greatly if the current active developers keep an open mind about how/where/when development of Zope software should occur. There are plenty of people that still think

Re: [Zope-dev] Zope 4 release management

2012-01-31 Thread Alex Clark
lopment of Zope software should occur. There are plenty of people that still think Zope software is cool, and plenty of skilled developers on github that could potentially help move it forward. Alex I don't have any opinion on where the canonical repository should be hosted -

Re: [Zope-dev] Zope 2 WSGI investigation

2012-01-31 Thread Alex Clark
th repoze.vhm and failed: http://stackoverflow.com/questions/8865349/mod-wsgi-zope2-plone-virtual-hosting-configuration, though the concept of using HTTP_X_VHM_* seemed to make sense at the time. Alex Regards, Sylvain, -- Alex Clark ·

Re: [Zope-dev] Missing Zope2 tarballs

2011-10-11 Thread Alex Clark
On 10/11/11 3:17 AM, Jens Vagelpohl wrote: > > On Oct 11, 2011, at 03:33 , Alex Clark wrote: > >> Hi, >> >> Anyone notice these missing tarballs? >> >> - http://old.zope.org/Products/Zope/2.9.12/Zope-2.9.12-final.tgz/ >> - http://old.zope.org/Products/Z

[Zope-dev] Missing Zope2 tarballs

2011-10-10 Thread Alex Clark
plone-dev a bit earlier…) Alex -- Alex Clark · http://aclark.net ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman

Re: [Zope-dev] beta.zope.org (www.zope.org relaunch project)

2011-05-11 Thread Alex Clark
Hi Jens, On 5/11/11 1:54 AM, Jens Vagelpohl wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 5/11/11 02:04 , Alex Clark wrote: >> Hi, >> >> On 5/10/11 5:38 AM, Lennart Regebro wrote: >>> On Tue, May 10, 2011 at 09:15, Jens Vagelpohl wrot

Re: [Zope-dev] beta.zope.org (www.zope.org relaunch project)

2011-05-10 Thread Alex Clark
That or just "Zope". That is what people mean when they say Zope anyway. I don't think they know what they mean :-) Alex > -- Alex Clark · http://aclark.net/training ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.

Re: [Zope-dev] beta.zope.org (www.zope.org relaunch project)

2011-05-09 Thread Alex Clark
- "Zope" is: a brand, a term for any Zope-related technology, a general term. It no longer refers to anything specific. It is all-encompassing. - "Zope 2" is the original web application server. - "Bluebream" is the former-Zope 3 web application server. - "ZTK

Re: [Zope-dev] What happens when a KGS changes?

2011-02-17 Thread Alex Clark
On 2/17/11 12:35 PM, Hanno Schlichting wrote: > On Thu, Feb 17, 2011 at 6:27 PM, Alex Clark wrote: >> How do we handle a situation like the one I'm about to describe w/4.1a3 >> and c.xdv? > > Did you mean to sent this to the plone-dev list? Hah, yup. Sorry for

[Zope-dev] What happens when a KGS changes?

2011-02-17 Thread Alex Clark
re. Thanks for any thoughts, Alex -- Alex Clark · http://aclark.net/help-me-help-plone ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https:

[Zope-dev] GenericSetup sans (Python) package?

2011-01-22 Thread Alex Clark
d I bother checking out the Products.GenericSetup source code to see if something like this is possible? I really, really, really, don't want to create a Python package just so I can save a couple settings in my (Plone) site. Any thoughts appreciated, Alex -- Alex Clark · http://aclark.ne

Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Alex Clark
sion in the past, etc.). I think I understand it now (after years of study), and can actually explain it to others! So let's try to keep up the *great* work and let the "little things" slide… 2cents, Alex > Wichert. > ___ >

Re: [Zope-dev] Zope2 ZMI and HTML5

2010-02-04 Thread Alex Clark
ne as is" or "will be dead before long" are not the best approaches IMO, factoring out the ZMI functionality in to something that folks can maintain and contribute to in the future if they want to, is. > Charlie -- Alex Clark · http://aclark.net Practical Plone 3 · http:/

Re: [Zope-dev] Where is the position of BlueBream in Zope ecosystem ?

2010-01-22 Thread Alex Clark
On 2010-01-22, Hermann Himmelbauer wrote: > Am Freitag 22 Januar 2010 14:46:16 schrieb Lennart Regebro: >> On Fri, Jan 22, 2010 at 04:55, Alex Clark wrote: >> > We certainly >> > have not reached the goal of helping newcomers understand the Zope >> > eco

Re: [Zope-dev] Where is the position of BlueBream in Zope ecosystem ?

2010-01-22 Thread Alex Clark
On 2010-01-22, Lennart Regebro wrote: > On Fri, Jan 22, 2010 at 04:55, Alex Clark wrote: >> We certainly >> have not reached the goal of helping newcomers understand the Zope ecosystem >> in any other way to date, IMO.) > > If this is so, then I'm surprised. It

Re: [Zope-dev] Where is the position of BlueBream in Zope ecosystem ?

2010-01-21 Thread Alex Clark
art of the general set of tools I may use as a Python/Zope loving web developer. And what's a good name for a set of tools that I may use to build something? Wait for it… a toolkit! Alex P.S. *Merge me back to Zope 2 Hanno, please! >

Re: [Zope-dev] New Zope 3 name: BlueBream

2010-01-06 Thread Alex Clark
___ > Zope-Dev maillist - Zope-Dev@zope.org > https://mail.zope.org/mailman/listinfo/zope-dev > ** No cross posts or HTML encoding! ** > (Related lists - > https://mail.zope.org/mailman/listinfo/zope-

Re: [Zope-dev] [Announce] BlueBream: Script to setup a Zope project directory

2010-01-03 Thread Alex Clark
y running `mkdir -p` by hand): http://pastie.org/765137 http://pastie.org/765140 And runtime issues (I think?): http://pastie.org/765143 Otherwise, it works as expected :-) Alex > Regards, > Baiju M > ___ > Zope-Dev maillist

Re: [Zope-dev] REQUEST vs. request

2009-06-17 Thread Alex Clark
.REQUEST on the view, which acquires it from a parent. But this is > magic and you shouldn't do it if you can avoid it. Good explanation, thanks! So in Zope 2.12 we get "z3 style" security? > > Martin > -- Alex Cla

[Zope-dev] European On-line Store - C1al1s 9150 Taste new life 74196 Maxaman

2004-06-21 Thread alex
Title: ... links: #1    #2    #3    #4    #5   links: #1    #2    #3    #4    #5   links: #1    #2    #3    #4    #5   links: #1    #2    #3    #4    #5 ___

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

2004-05-07 Thread Alex V. Koval
very useful. But we can try to find out the problem with hardware/software setup of zope.org to find out why its slow. Possible we can install bugzilla or some other thing. I just need to know if anybody else interested into better look of zope.org site? And how this could be done... -- Alex V. K

Re: [Zope-dev] Zope 2.X Session problems

2004-05-04 Thread Alex V. Koval
ur reference: # from Chris # Temporary storage database (for sessions) path $INSTANCE/var/Sessions.fs mount-point /temp_folder container-class Products.TemporaryFolder.TemporaryContainer Regards. -- Alex V. Koval http://www.halogen-dg.com/ http://www.zw

Re: [Zope-dev] Zope 2.X Session problems

2004-04-20 Thread alex
2568 items are in this transient object container. --- after pack Database Location: /home/zope/current2/var/Sessions.fs Database Size: 59.8K Transient Object Container at /temp_folder/session_data 12570 items are in this transient object container. -- A

[Zope-dev] Zope 2.X Session problems

2004-04-20 Thread alex
r log. If the error persists please contact the site maintainer. Thank you for your patience. -- Alex V. Koval http://www.halogen-dg.com/ http://www.zwarehouse.org/ ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/lis

Re: [ZODB-Dev] Re: BTrees strangeness (was [Zope-dev] Zope 2.X BIG Session problems - blocker - our site dies - need help of experience Zope developer, please)

2004-03-11 Thread alex
et * Module Products.Transience.Transience, line 204, in _move_item * Module Products.Transience.Transience, line 359, in _roll AttributeError: _max_timeslice -- Alex V. Koval http://www.halogen-dg.com/ http://www.zwarehouse.org/ ___ Zope-Dev maillist - [EMAIL

Re: [ZODB-Dev] Re: BTrees strangeness (was [Zope-dev] Zope 2.X BIG Session problems - blocker - our site dies - need help of experience Zope developer, please)

2004-03-09 Thread Alex V. Koval
got 2 errors on the site: TimeUsername (User Id) Exception 16:35:01Anonymous User (None) KeyError: 1078763620 21:59:05Anonymous User (None) KeyError: 1078696720 But it seems I forget to install new Transience module to the new Zope instance. Should I? --

Re: [ZODB-Dev] Re: BTrees strangeness (was [Zope-dev] Zope 2.X BIG Session problems - blocker - our site dies - need help of experience Zope developer, please)

2004-03-05 Thread alex
With prev. Transience, when this keyError appear, it was seen only by 1,2,3 users. With new Transience, when error starts to appear, nobody is able to see any page which uses Session - all sessions became broken. I am monitoring site now, and will tell you about the results. -- Alex V. Kov

Re: BTrees strangeness (was [Zope-dev] Zope 2.X BIG Session problems - blocker - our site dies - need help of experience Zope developer, please)

2004-03-05 Thread alex
s passed to this resource may be incorrect. ∙ A resource that this resource relies on may be encountering an error. For more detailed information about the error, please refer to error log. If the error persists please contact the site maintainer. Thank you for your patience.

Re: [Zope-dev] Zope 2.X BIG Session problems - blocker - our site dies - need help of experience Zope developer, please

2004-03-03 Thread alex
> Thanks! > > - C > > > On Wed, 2004-03-03 at 02:14, [EMAIL PROTECTED] wrote: > > Hi Chris, > > > > Until now, we did not got any errors with new Transience.py :) It just > > works, no problems found under high load. > > > > Alex >

Re: [Zope-dev] Zope 2.X BIG Session problems - blocker - our site dies - need help of experience Zope developer, please

2004-03-02 Thread alex
Hi Chris, Until now, we did not got any errors with new Transience.py :) It just works, no problems found under high load. Alex On Mon, 1 Mar 2004, Chris McDonough wrote: > > I installed new Transience.py. During my little test it works fine. > > But real test will be on Monday w

Re: [Zope-dev] Zope 2.X BIG Session problems - blocker - our site dies - need help of experience Zope developer, please

2004-02-29 Thread alex
ope. > After putting the new file in place, restart Zope and see what happens. > This stuff was just checked in, so there's sure to be some edge case > bugs, but all the unit tests pass and the UI still works. Please report > results back here, if possible. I will report if any

Re: [Zope-dev] Zope 2.6.X, 2.7.x sesssion problems, please help (fwd)

2004-02-28 Thread alex
understand for me why the error persists. It means, that once a user see the Session key Error, the user will keep getting it all the time, on all site, until _ZopeId cookie is deleted for the Session. -- Alex V. Koval http://www.halogen-dg.com/ http://www.zwarehouse.org

Re: [Zope-dev] Zope 2.X BIG Session problems - blocker - our site dies - need help of experience Zope developer, please

2004-02-28 Thread alex
t argument, and if key is not found, ti will return [], right? It seems I do not understand Python code at this place. Please advice. Alex - [ code from Transience.py --- def get(self, k, default=_marker): self.lock.acquire() try: DEBUG and

[Zope-dev] Zope 2.X BIG Session problems - blocker - our site dies - need help of experience Zope developer, please

2004-02-28 Thread alex
moment I am trying to stable reproduce the prob, but it seems it only happends on a site with high load. -- Alex V. Koval http://www.halogen-dg.com/ http://www.zwarehouse.org/ > > - C > > > On Tue, 2004-02-24 at 11:43, [EMAIL PROTECTED] wrote: > > I see Chris post at:

[Zope-dev] Zope 2.6.X, 2.7.x sesssion problems, please help (fwd)

2004-02-24 Thread alex
REQUEST session=request.SESSION please give me a hint. Thanks. -- Alex V. Koval http://www.halogen-dg.com/ http://www.zwarehouse.org/ ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts o

[Zope-dev] ZEO Server Crashed

2002-04-15 Thread Alex Kelly
is doesn't happen again? Thanks Alex Kelly Internet System Administrator Franklin University ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related

Re: [Zope-dev] Another Signal 11 Question

2001-11-19 Thread Alex Kelly
ty by recompiling Zope too. Alex Daniel Duclos wrote: >Em Quinta 15 Novembro 2001 13:34, Alex Kelly escreveu: > >>I too have been having a lot of restarts with error code 11. After >>reading some other comments relating to this, I recompiled Python 2.1.1 >>with the "--without

[Zope-dev] Zope Version (As reported by ZMI)

2001-11-15 Thread Alex Kelly
hat string? Thanks, Alex Kelly ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://list

[Zope-dev] Error code 4?

2001-11-15 Thread Alex Kelly
a sparc Python 2.1.1 (compiled from source) Zope 2.4.2 (compiled from source) Thanks, Alex Kelly ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - h

[Zope-dev] Another Signal 11 Question

2001-11-15 Thread Alex Kelly
o fix the Sig 11 restarts? Are there any other options? Are there any consequences to running zope without py_malloc? Thanks, Alex Kelly ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross pos

Re: [Zope-dev] How long below the radar? [off-topic]

2001-07-09 Thread Alex Satrapa
really need to make a big splash anywhere? Zope will get adopted by word of mouth. People who use it will end up developing their commissioned works in it, and the installed base will grow exactly as fast as it can be supported. Alex Alex Satrapa tSA Consulting Group Pty Li

[Zope-dev] aq_inContextOf attribute error

2001-01-02 Thread Alex V Koval
;aq_inContextOf') and not parent.aq_inContextOf(self.aq_parent.aq_parent,1): After this correction everything works fine, but since I am not Zope/Python guru, but just a user which wanted some program to start working, I keeping changed locally, but of course I am interested was this correction O

[Zope-dev] Repeating a piece of HTML code

2000-06-02 Thread Alex Mendez
Hello, it's the first time I write here and I'm a newbie at Zope, so maybe I'm asking a stupid question... Case is I retrieve from my movie database the value of the movie from 1 to 5 stars. I would like to repeat that n times the code so the number of stars would appear: 1 - * 2 - ** 3 - *** 4