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)
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
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
-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
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
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
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
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.
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
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
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
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
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
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
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
-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
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
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
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.
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
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
-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
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="
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
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://
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
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
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
-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
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
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
31 matches
Mail list logo