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 2.10)

[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 sup

[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 http://www

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 n

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', '/usr/lib/python

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: Then this will work in HTML mode but will fail in XML mode. This all sounds familiar. I remember having loads of fu

[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 http://mail.zope.org/mailman/lis

[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.

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 'build/lib/darw

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 exi

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 +: > ... > >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 "str.encode" in a wrong way: "str.encode('uft-8')" is equivalent to "uni

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 represe

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 i

[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 directory

[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 m

[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 Soft

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 some

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. http://www.htmlhel

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 - Zope@zope.

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

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 acquis

[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

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" --build-lib="

[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 http://mail.zope.org/mailman/listin

[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 - http://

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 server

[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 have

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 ** N

[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" ['', '/usr/lib/python

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', '/usr/li

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-bas