Re: [Zope] Problem Building 2.10.x

2010-03-24 Thread Susan Day
On Wed, Mar 24, 2010 at 10:13 AM, Tres Seaver  wrote:

> You need to show us the lines above that.  You almost certainly need to
> have the python-dev (or python-devel) RPM installed too:  it has the
> header files for Python.
>

Bingo. That did it and got me in. Been years since I screwed around in Zope
;/
Thanks,
Susan
___
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] Problem Building 2.10.x

2010-03-24 Thread Susan Day
On Wed, Mar 24, 2010 at 9:12 AM, Tres Seaver  wrote:

> You should be able to override the "allowed" versions of Python:
>
>  $ cd /path/to/Zope-2.10.11
>  $ ./configure --with-python=/usr/bin/python && make inplace
>

I tried just that and got the following error:

error: command 'gcc' failed with exit status 1
make: *** [build] Error 1

So I did this:

[r...@zope-2.10.9-final]# yum install gcc

and got this at the end:

Updated:
  gcc.x86_64
0:4.1.2-46.el5_4.2


Dependency Updated:
  cpp.x86_64 0:4.1.2-46.el5_4.2  gcc-c++.x86_64
0:4.1.2-46.el5_4.2libgcc.i386 0:4.1.2-46.el5_4.2
libgcc.x86_64 0:4.1.2-46.el5_4.2
  libstdc++.i386 0:4.1.2-46.el5_4.2  libstdc++.x86_64
0:4.1.2-46.el5_4.2  libstdc++-devel.x86_64 0:4.1.2-46.el5_4.2

Complete!

So I tried Zope again and again got this:

error: command 'gcc' failed with exit status 1
make: *** [build] Error 1
[r...@zope-2.10.9-final]# gcc -V
gcc: '-V' option must have argument
# Whatever. At least it recognized gcc

So what up? I also tried installing Python 2.4.6 on my Mac and got a gcc
error!? What do?
TIA,
Susan
___
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 )


[Zope] Problem Building 2.10.x

2010-03-24 Thread Susan Day
Hi;
I'm trying to build 2.10.x on a CentOS 5.4 server. I get the error that I
need to upgrade my Python from 2.4.3 to (I believe) 2.4.6. The problem is
that I really can't do that using rpms unless I roll my own. Before doing
that I wanted to consult you all and ask your advice.
TIA,
Susan
PS Another option would be to build this on my Mac, but it doesn't look like
Zope supports that platform.
___
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] Opening Old .zexp Files

2010-03-22 Thread Susan Day
On Sun, Mar 14, 2010 at 3:41 PM, Tres Seaver  wrote:

> Depending on your needs, it might be advisable to outsource the problem
> to somebody in the community having experience with the particular
> products used by the old instance.
>

I think I will; however, there's one that would probably be easy. I
understand one of those zexp files is just a shell that holds a swf and an
xml file. Would that be easy to parse, or outsource that too?
TIA,
Susan
___
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 )


[Zope] Opening Old .zexp Files

2010-03-13 Thread Susan Day
Hi;
I have inherited some very old *.zexp files that I can't open in a Zope
instance. Apparently they were built on 2.10 or even older. The problem
appears to be that there were all sorts of products packed into the Products
folder that crash everything and I don't know which ones are needed. How do
I begin to dig into this mess?
TIA,
Susan
___
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 )