Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-20 Thread Jens Vagelpohl
On 20 Mar 2006, at 07:42, Bernd Dorn wrote: $ make /usr/local/bin/python2.3 /Users/spuhlema/Desktop/Zope-2.8.6- final/setup.py \ build --build-base=/Users/spuhlema/Desktop/Zope-2.8.6-final/build-base/ python-2.3 --build-lib=/Users/spuhlema/Desktop/Zope-2.8.6-final/build-base/

RE: [Zope] error with repozo.py

2006-03-20 Thread Martin Koekenberg
Hmm, There could be something wrong. I get this: ['', '/usr/lib/python23.zip', '/usr/lib/python2.3', '/usr/lib/python2.3/plat-linux2', '/usr/lib/python2.3/lib-tk', '/usr/lib/python2.3/lib-dynload', '/usr/lib/python2.3/site-packages', '/usr/lib/python2.3/site-packages/PIL',

[Zope] Re: error with repozo.py

2006-03-20 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Koekenberg wrote: What else can be wrong ? Just guessing, but could it be that you have not exported the PYTHONPATH variable? E.g.: Without exporting: $ PYTHONPATH=/foo $ python -c import sys; print sys.path ['',

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-20 Thread manuel spuhler
you need zlib support compiled into python, this is only done, if thezlib header files are found at configure time do you have it?I have zlib included at configure time ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope **

[Zope] Newbie zopectl question

2006-03-20 Thread JulianRead
Hi I have created a zope / plone site which i have deployed on a dedicated server using linux with fedora core 3. I have installed zope as root as setup an instance of zope using a different user. I am trying to setup zope so that it will start automatically when the server is rebooted. I

Re: [Zope] Newbie zopectl question

2006-03-20 Thread Tino Wildenhain
JulianRead schrieb: Hi I have created a zope / plone site which i have deployed on a dedicated server using linux with fedora core 3. I have installed zope as root as setup an instance of zope using a different user. I am trying to setup zope so that it will start automatically when the

[Zope] acquisition uml modelisation

2006-03-20 Thread thomas desvenain
hello, do you know where i may find tools for acquisition representation in uml ? thanks thomas desvenain ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope] Finding stylesheet

2006-03-20 Thread John Poltorak
I would like to set up a page template to use the stylesheet my.css if it is in the current folder, but if not to use the one in the root folder. How do I specify this? -- John ___ Zope maillist - Zope@zope.org

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-20 Thread Bernd Dorn
On 20.03.2006, at 09:37, Jens Vagelpohl wrote: On 20 Mar 2006, at 07:42, Bernd Dorn wrote: $ make /usr/local/bin/python2.3 /Users/spuhlema/Desktop/Zope-2.8.6- final/setup.py \ build --build-base=/Users/spuhlema/Desktop/Zope-2.8.6-final/build-base/ python-2.3

[Zope] Re: Finding stylesheet

2006-03-20 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Poltorak wrote: I would like to set up a page template to use the stylesheet my.css if it is in the current folder, but if not to use the one in the root folder. How do I specify this? Assuming that you mean containing folder (rather than

Re: [Zope] Finding stylesheet

2006-03-20 Thread Paul Winkler
On Mon, Mar 20, 2006 at 03:44:02PM +, John Poltorak wrote: I would like to set up a page template to use the stylesheet my.css if it is in the current folder, but if not to use the one in the root folder. How do I specify this? This is a very common and basic usage of implicit

Re: [Zope] Finding stylesheet

2006-03-20 Thread John Poltorak
On Mon, Mar 20, 2006 at 11:04:03AM -0500, Paul Winkler wrote: On Mon, Mar 20, 2006 at 03:44:02PM +, John Poltorak wrote: I would like to set up a page template to use the stylesheet my.css if it is in the current folder, but if not to use the one in the root folder. How do I specify

Re: [Zope] Newbie zopectl question

2006-03-20 Thread JulianRead
Do you know if it is possible to get zopectl to run using rc.local? -- View this message in context: http://www.nabble.com/Newbie-zopectl-question-t1311221.html#a3496682 Sent from the Zope - General forum at Nabble.com. ___ Zope maillist -

Re: [Zope] Finding stylesheet

2006-03-20 Thread Paul Winkler
On Mon, Mar 20, 2006 at 04:22:12PM +, John Poltorak wrote: If my.css contains background-image: url(images/background.gif); how would 'images/'be resolved? (Assuming I have an 'images folder in the current folder and its parent.) This is decided by the client.

Re: [Zope] Re: Newbie install from source

2006-03-20 Thread Steve James
Hi Courtesy reply ( I did not cc zope@zope.org) Regarding posting to a Plone list you're right :-) I was so busy learing how to install on Linux from source I did not notice that I had signed up to not quite the appropriate mailing list for my question. I think I'll lurk though and soak up

[Zope] Re: Newbie zopectl question

2006-03-20 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 JulianRead wrote: Do you know if it is possible to get zopectl to run using rc.local? Yes. Tres. - -- === Tres Seaver +1 202-558-7113 [EMAIL PROTECTED] Palladion

[Zope] newbie zopectl

2006-03-20 Thread JulianRead
Hi i have set up a plone site and here at : http://www.myplonesite.com:8080/ploneinstance/mypage and i want it to look like http://www.myplonesite.com/mypage what is the best way to achieve this server setup is linux/apache/zope2.8.6/plone2.1.2 i have looked at virutalhostmonster but is it

[Zope] zopectl rc.local newbie question

2006-03-20 Thread JulianRead
Hi i am trying to get zopectl to work so that i can get my zope site to start automatically when the server reboots. I have put the following code into rc.local /home/default/inst2.isolve-unix.co.uk/zope/bin/zopectl start This doesnt work i have checked that it is definatley the right

Re: [Zope] newbie zopectl

2006-03-20 Thread Paul Winkler
On Mon, Mar 20, 2006 at 09:48:03AM -0800, JulianRead wrote: Hi i have set up a plone site and here at : http://www.myplonesite.com:8080/ploneinstance/mypage and i want it to look like http://www.myplonesite.com/mypage what is the best way to achieve this server setup is

Re: [Zope] acquisition uml modelisation

2006-03-20 Thread Dieter Maurer
thomas desvenain wrote at 2006-3-20 15:43 +0100: do you know where i may find tools for acquisition representation in uml ? I fear, UML does not know about this type of relation (and therefore, tools will not support it). You will need to look for an UML extension mechanism and use it to

Re: [Zope] Using tal:attributes in XML with non-ASCII characters

2006-03-20 Thread Dieter Maurer
Andrew Veitch wrote at 2006-3-20 01:53 +: ... input name=blah type=text tal:attributes=value python:chr (200).encode('utf-8') / This gives: Error Type: UnicodeDecodeError Error Value: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) Sure, you are using

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-20 Thread manuel spuhler
on osx i would suggest using darwinports anywayTried with darwinports compiled form source (best on mac intel), and got the same error. $ ./configure --with-python=/opt/local/bin/python2.3 make... error: package directory 'build/lib/darwin-8/5/2-i386-2/4/zope/app/traversing/ftests' does not

Re: [Zope] Re: zope 2.8.6 on Mac Intel

2006-03-20 Thread Bernd Dorn
On 20.03.2006, at 20:46, manuel spuhler wrote: on osx i would suggest using darwinports anyway Tried with darwinports compiled form source (best on mac intel), and got the same error. $ ./configure --with-python=/opt/local/bin/python2.3 make ... error: package directory

[Zope] Re: Newbie zopectl question

2006-03-20 Thread Maurits van Rees
On 2006-03-20, JulianRead wrote: I have installed zope as root as setup an instance of zope using a different user. I am trying to setup zope so that it will start automatically when the server is rebooted. I have created a symlink in rc.d to zopectl however this doesnt seem to work.

[Zope] best practice, CSS Stylesheets

2006-03-20 Thread John Huttley
Hi, What is the best way of handling CSS? I've looked at ZStylesheets, but it is buggy and uses depreciated functions that will not be available in 2.10. All advice welcome, --John ___ Zope maillist - Zope@zope.org

Re: [Zope] Using tal:attributes in XML with non-ASCII characters

2006-03-20 Thread Chris Withers
Andrew Veitch wrote: Error Type: UnicodeDecodeError Error Value: 'ascii' codec can't decode byte 0x80 in position 0: ordinal not in range(128) If I change the input line to: input name=blah type=text tal:attributes=value python:chr(200) / Then this will work in HTML mode but will fail in

Re: [Zope] error with repozo.py

2006-03-20 Thread Chris Withers
Guys, zope@zope.org is a *plain text* list, please stop posting html... Chris Martin Koekenberg wrote: Hmm, There could be something wrong. I get this: ['', '/usr/lib/python23.zip', '/usr/lib/python2.3', '/usr/lib/python2.3/plat-linux2', '/usr/lib/python2.3/lib-tk',

Re: [Zope] best practice, CSS Stylesheets

2006-03-20 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20 Mar 2006, at 22:26, John Huttley wrote: Hi, What is the best way of handling CSS? I've looked at ZStylesheets, but it is buggy and uses depreciated functions that will not be available in 2.10. They are just simple text files and do not

[Zope] files for xp

2006-03-20 Thread wavemaster2000
does any one have the required build for the mysql-python connection for zope on windows. I have been trying for the last 2 weeks and close to giving up, if some one has zmysql working on xp, please let meknow how to get this done. I have tried all of these links but havnt had no luck

[Zope] Strange errors while 'make'ing

2006-03-20 Thread a blob of green gelatin
Hi all, I've been checking out the archives in an attempt to find an already-published answer to my problem and have only found one thread which comes close to describing what I'm seeing. When run 'configure', there are no problems. Once I try making things, I get strange errors which I

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

2006-03-20 Thread Chris McDonough
These are warnings coming from GCC (as opposed to errors, which would prevent compilation from finishing). GCC 4.X emits these pointer signedness warnings whereas earlier GCC versions did not. This issue has been fixed on the Zope trunk, I believe (the codebase which will become Zope

[Zope-Annce] Zenoss Project (Network/Systems Management)

2006-03-20 Thread Bill Karpovich
We are pleased to announce the Zenoss project. Zenoss is Zope-based, network/systems monitoring application that has been in development since 2002. The goal of Zenoss is to Simplify Systems Management with a Python, open source alternative to the big commercial management suites (e.g. IBM

[Zope-dev] Re: Question about manage_afterAdd in 2.9.1

2006-03-20 Thread Philipp von Weitershausen
Chris Withers wrote: I've started seeing warnings like this with an instance I'm moving from Zope 2.7 to 2.9: C:\Zope\2.9.1\lib\python\OFS\subscribers.py:74: DeprecationWarning: Products.CookieCrumbler.CookieCrumbler.CookieCrumbler.manage_afterAdd is deprecated and will be removed in Zope

Re: [ZWeb] Version 3

2006-03-20 Thread Andrew Sawyers
On Mon, 2006-03-20 at 08:45 +0100, Michael Haubenwallner wrote: Tom Von Lahndorff wrote: - What about the login + navbars ? Will add login as well. Not sure what you mean about navbars? The navigation is up top, the black bar. Maybe we don't have login on these pages; maybe use a

Re: [ZWeb] Version 3

2006-03-20 Thread Andrew Sawyers
On Sun, 2006-03-19 at 21:25 -0600, Brad Allen wrote: http://www.modscape.com/zope/v3 The Zope News and Zope Products section do seem slightly drab. Drab is ok for documention but news stories could use just a little bit of zing. The News and Products sections you see now are not going

Re: [ZWeb] Version 3

2006-03-20 Thread Michael Haubenwallner
Andrew Sawyers wrote: On Mon, 2006-03-20 at 08:45 +0100, Michael Haubenwallner wrote: Tom Von Lahndorff wrote: - What about the login + navbars ? Will add login as well. Not sure what you mean about navbars? The navigation is up top, the black bar. Maybe we don't have login on these pages;

Re: [ZWeb] Version 3

2006-03-20 Thread Andrew Sawyers
On Mon, 2006-03-20 at 16:09 +0100, Michael Haubenwallner wrote: Understood and ok with me. Its just that we never talked about that solution before (i've always seen the modscape mockups as a drop-in replacement for the current mode of zope.org operation). Forgot to reply all This

Re: [ZWeb] Version 3

2006-03-20 Thread Brad Allen
Here are some comments from Jeff Rush. Delivered-To: [EMAIL PROTECTED] Date: Mon, 20 Mar 2006 04:42:26 -0600 From: Jeff Rush [EMAIL PROTECTED] X-Accept-Language: en-us, en To: Brad Allen [EMAIL PROTECTED] Subject: Re: [ZWeb] Version 3 (I'm not a subscriber to the ZWeb list yet, so I'll send my

Re: [ZWeb] Version 3

2006-03-20 Thread Tom Von Lahndorff
About printing. The CSS for printable pages has not been added yet. The pages will be printer freindly (inluding menus). - Original Message - From: Andrew Sawyers [EMAIL PROTECTED] To: Brad Allen [EMAIL PROTECTED] Cc: zope-web@zope.org Sent: Monday, March 20, 2006 12:19 PM Subject:

Re: [ZWeb] Version 3

2006-03-20 Thread Chris Withers
Andrew Sawyers wrote: Maybe we don't have login on these pages; maybe use a different url for 'managing' the site: manager.zope.org or something which adds in an additional skin which includes these macros. Just an idea. How would normal users go about submitting news and product releases?