RE: [Zope] basic python class & zope question

2007-06-13 Thread Winterflood, Jonathan
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de > Tudor Gabriel > Envoyé : mercredi 13 juin 2007 01:54 > À : zope@zope.org > Objet : [Zope] basic python class & zope question > > hi im new here , first post ... and new to zope. > > i've read the manual ... and zope framework lo

[Zope] 2.9.7 build fails: 'build/lib/linux-i686-2/5/pytz/zoneinfo/Antarctica' does not exist

2007-06-13 Thread Mikko Ohtamaa
Hi, I am trying to build Zope 2.9.7 on Ubuntu Feisty Fawn 7.04. I am probably enjoying some sort of configuration error. Though I have installed python-tz package, the installer barks about missing 'Antarctica'. I haven't seen this error with previous Zope builds. [EMAIL PROTECTED]:~/Zope-2.9.7-f

[Zope] Compilation issues

2007-06-13 Thread Tarek Ziadé
Hello, I am trying to set up a Python/Zope in my home because I have a limited access to the server, but I have an issue when i try to run Zope with unicode compilation with the Persitency module. I remember I had this problem once with PyLucene, and recompiling Python with the right option reso

Re: [Zope] Compilation issues

2007-06-13 Thread Andreas Jung
--On 13. Juni 2007 14:50:04 +0200 Tarek Ziadé <[EMAIL PROTECTED]> wrote: Hello, I am trying to set up a Python/Zope in my home because I have a limited access to the server, but I have an issue when i try to run Zope with unicode compilation with the Persitency module. I remember I had thi

Fwd: [Zope] Compilation issues

2007-06-13 Thread Tarek Ziadé
Forwarding my reply (the reply-to header seem misconfigured on this list) -- Forwarded message -- From: Tarek Ziadé <[EMAIL PROTECTED]> Date: Jun 13, 2007 3:10 PM Subject: Re: [Zope] Compilation issues To: Andreas Jung <[EMAIL PROTECTED]> On 6/13/07, Andreas Jung <[EMAIL PROTEC

[Zope] Re: Compilation issues

2007-06-13 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tarek Ziadé wrote: > I am trying to set up a Python/Zope in my home because I have a limited > access to the server, > but I have an issue when i try to run Zope with unicode compilation with the > Persitency module. > > I remember I had this problem

Re: [Zope] Re: Compilation issues

2007-06-13 Thread Tarek Ziadé
On 6/13/07, Tres Seaver <[EMAIL PROTECTED]> wrote: These are both in "clean" source trees? 'make clean' in the Zope tree might be worth trying. I just ran similar builds in a completely empty directory tree (unpacking from source) without problems. Hi Tres, the problem was fixed by creatin

[Zope] Re: 2.9.7 build fails: 'build/lib/linux-i686-2/5/pytz/zoneinfo/Antarctica' does not exist

2007-06-13 Thread Maurits van Rees
Mikko Ohtamaa, on 2007-06-13: > I am trying to build Zope 2.9.7 on Ubuntu Feisty Fawn 7.04. I am > probably enjoying some sort of configuration error. Though I have > installed python-tz package, the installer barks about missing > 'Antarctica'. I haven't seen this error with previous Zope builds.

[Zope] Temporarily "Losing" User Authentication in Folders and DTML Documents

2007-06-13 Thread Ron Chichester
This is a perplexing problem. I'm migrating a site from Zope 2.2 to 2.9.7. From the old site, I exported a set of .zexp files, and simply imported them into the new site (in the same folder structure). In the root directory, all of the imported files and folders work as expected. However,

[Zope] Re: 2.9.7 build fails: 'build/lib/linux-i686-2/5/pytz/zoneinfo/Antarctica' does not exist

2007-06-13 Thread J Cameron Cooper
Mikko Ohtamaa wrote: Hi, I am trying to build Zope 2.9.7 on Ubuntu Feisty Fawn 7.04. I am probably enjoying some sort of configuration error. Though I have installed python-tz package, the installer barks about missing 'Antarctica'. I haven't seen this error with previous Zope builds. [EMAIL PR

[Zope] Re: Temporarily "Losing" User Authentication in Folders and DTML Documents

2007-06-13 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ron Chichester wrote: > This is a perplexing problem. I'm migrating a site from Zope 2.2 to > 2.9.7. > > From the old site, I exported a set of .zexp files, and simply imported > them into the new site (in the same folder structure). In the root

[Zope] zope stopped working suddenly

2007-06-13 Thread Mohammed Tlais
Greetings First , I am glad to join you at this list. I installed Zope on Fedora Core 6, and started to learn how to use it. for a few days i was able to access the management interface (ZMI) through http://127.0.0.1:8080 after starting zope through .../zopectl start. but as a sudden I found mysel

Re: [Zope] zope stopped working suddenly

2007-06-13 Thread Maciej Wisniowski
> Greetings > First , I am glad to join you at this list. I installed Zope on Fedora Core > 6, and started to learn how to use it. for a few days i was able to access > the management interface (ZMI) through http://127.0.0.1:8080 after starting > zope through .../zopectl start. but as a sudden I fo

[Zope] Re: zope stopped working suddenly

2007-06-13 Thread Maurits van Rees
Mohammed Tlais, on 2007-06-13: > Greetings > First , I am glad to join you at this list. I installed Zope on Fedora Core > 6, and started to learn how to use it. for a few days i was able to access > the management interface (ZMI) through http://127.0.0.1:8080 after starting > zope through .../zope

Re: [Zope] Re: 2.9.7 build fails: 'build/lib/linux-i686-2/5/pytz/zoneinfo/Antarctica' does not exist

2007-06-13 Thread Mikko Ohtamaa
>> error: package directory >> 'build/lib/linux-i686-2/5/pytz/zoneinfo/Antarctica' does not exist >> make: *** [build] Error 1 Solved it. You must run python setup.py install as root and *do not* run make, configure, etc. before as a normal user. I think installer incorrectly creates something o

[Zope] Re: 2.9.7 build fails: 'build/lib/linux-i686-2/5/pytz/zoneinfo/Antarctica' does not exist

2007-06-13 Thread Maurits van Rees
Mikko Ohtamaa, on 2007-06-13: >>> error: package directory >>> 'build/lib/linux-i686-2/5/pytz/zoneinfo/Antarctica' does not exist >>> make: *** [build] Error 1 > > Solved it. > > You must run python setup.py install as root and *do not* run make, > configure, etc. before as a normal user. Ehm...