[Zope3-Users] Installing Zope3 on Windows

2006-08-25 Thread catonano

Hello people,

I downloaded the 3.2.1 version from http://zope.org/Products/Zope3 
but it has no windows installer.


the previous 3.2.o has it.

That is, the last version marked as stable has no windows installer, 
while the versions marked as developement and the previous stable 
versions do have it.


The download page says:

The version Trunk contains the pyd files necessary to get the trunk 
working on win32 without a C compiler. The ZIP files will get marked 
with SVN revision number (Unzip into the root of a Zope3 trunk checkout).


So I suspect that the versions with no windows installer can work on 
windows BUT the readme file explicitly says to use a windows 
installer to install Zope, otherwise you must have a supported C 
compiler (it's not my case).


In a few words: what should I do to make the 3.2.1 version I downloaded work ?

I've been playing with Zope 2 and I also made a small job with that 
and I liked it.


Now I want to see wether I can reach a reasonable setup also with Zope3.

Thanks SO much for any help !

Bye
Catonano


___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Installing Zope3 on Windows

2006-08-25 Thread Adam Groszer
Hello Catonano,

Just uploaded a win32 installer and the pyds.

Friday, August 25, 2006, 5:01:37 PM, you wrote:

c Hello people,

c I downloaded the 3.2.1 version from http://zope.org/Products/Zope3 
c but it has no windows installer.

c the previous 3.2.o has it.

c That is, the last version marked as stable has no windows installer, 
c while the versions marked as developement and the previous stable 
c versions do have it.

c The download page says:

c The version Trunk contains the pyd files necessary to get the trunk 
c working on win32 without a C compiler. The ZIP files will get marked 
c with SVN revision number (Unzip into the root of a Zope3 trunk checkout).

c So I suspect that the versions with no windows installer can work on 
c windows BUT the readme file explicitly says to use a windows 
c installer to install Zope, otherwise you must have a supported C 
c compiler (it's not my case).

c In a few words: what should I do to make the 3.2.1 version I downloaded work 
?

c I've been playing with Zope 2 and I also made a small job with that 
c and I liked it.

c Now I want to see wether I can reach a reasonable setup also with Zope3.

c Thanks SO much for any help !

c Bye
c Catonano


c ___
c Zope3-users mailing list
c Zope3-users@zope.org
c http://mail.zope.org/mailman/listinfo/zope3-users

-- 
Best regards,
 Groszer Adam
--
Quote of the day:
Dig the well before you are thirsty. 
- Chinese Proverb 

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Installing Zope3 on Windows

2006-08-25 Thread catonano

Adam,

At 20.02 25/08/2006, you wrote:

Hello Catonano,

Just uploaded a win32 installer and the pyds.


Wow ! Really fast ! Thanks SO much !

Bye
Catonano 



___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Installing Zope3 on Redhat AS 4 has make check problems

2005-11-28 Thread pms2111
Hi,

I am new to Zope and am having problems installing it on a fresh Red
Had Linux AS 4 machine. In summary, Zope3 seems to compile without
error (and the daemon can even get started), but make check
causes errors to occur on the ZEO tests. Something about No child
processes. It also fails on zdaemon.tests.testzdrun.ZDaemonTests.
I am not running as root.

Since this linux distribution uses Python 2.3.4 as the default, I
downloaded and compiled Python 2.4.1. The new python interpreter
was make altinstall into /usr/bin/python2.4 as to not clobber the
original /usr/bin/python which Red Hat utils seem to be dependent
upon.

Here is some background on my system:

$ whoami
psun
$ uname -a
Linux plato 2.6.9-22.0.1.EL #1 Tue Oct 18 18:29:40 EDT 2005 i686
i686 i386 GNU/Linux
$ /usr/bin/python2.4
Python 2.4.1 (#1, Nov 28 2005, 18:39:16)
[GCC 3.4.4 20050721 (Red Hat 3.4.4-2)] on linux2
Type help, copyright, credits or license for more
information.


The following is an abridged transcript of the steps I used to try
and install Zope3:

$ tar -zxf Zope-3.1.0.tgz
$ cd Zope-3.1.0
$ ./configure --with-python /usr/bin/python2.4

Configuring Zope installation

Using Python interpreter at /usr/bin/python2.4
$ make
/usr/bin/python2.4 install.py -q build
$ make check
/usr/bin/python2.4 install.py -q build
/usr/bin/python2.4 test.py -v
Running UNIT tests at level 1
Running UNIT tests from
/home/psun/src/Zope-3.1.0/build/lib.linux-i686-2.4
...[many many dots]...
Error in test checkReadOnlyStorage
(ZEO.tests.testConnection.FileStorageReconnectionTests)
Traceback (most recent call last):
  File /usr/lib/python2.4/unittest.py, line 270, in run
self.tearDown()
  File
/home/psun/src/Zope-3.1.0/build/lib.linux-i686-2.4/ZEO/tests/ConnectionTests.py,
line 122, in tearDown
os.waitpid(pid, 0)
OSError: [Errno 10] No child processes


Error in test checkReconnectFallback
(ZEO.tests.testConnection.FileStorageReconnectionTests)
Traceback (most recent call last):
  File /usr/lib/python2.4/unittest.py, line 270, in run
self.tearDown()
  File
/home/psun/src/Zope-3.1.0/build/lib.linux-i686-2.4/ZEO/tests/ConnectionTests.py,
line 122, in tearDown
os.waitpid(pid, 0)
OSError: [Errno 10] No child processes

[Many more errors in originating from ZEO/tests/* files omitted]
.

Failure in test testRunIgnoresParentSignals
(zdaemon.tests.testzdrun.ZDaemonTests)
Traceback (most recent call last):
  File /usr/lib/python2.4/unittest.py, line 260, in run
testMethod()
  File
/home/psun/src/Zope-3.1.0/build/lib.linux-i686-2.4/zdaemon/tests/testzdrun.py,
line 237, in testRunIgnoresParentSignals
self.assert_(is_started, spawned process failed to start in a
minute)
  File /usr/lib/python2.4/unittest.py, line 309, in failUnless
if not expr: raise self.failureException, msg
AssertionError: spawned process failed to start in a minute

...

Ran 6991 tests in 311.657s

FAILED (failures=1, errors=18)
make: *** [check] Error 1


However, the daemon seems to run OK, and I can connect to
http://localhost:8080.

Can anyone help me with this? I have been racking my brains for
hours trying to figure this out.

Thanks!

--Peter Sun



___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Installing Zope3 on Redhat AS 4 has make check problems

2005-11-28 Thread Peter Sun
Ahh.. .. I'm so sorry that I did not check that mail archive. Thanks for 
taking the time to reply and point me in the right direction.  Their 
discussion is right on point.

--Peter Sun




- Original Message - 
From: Tim Peters [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: zope3-users@zope.org
Sent: Monday, November 28, 2005 11:46 PM
Subject: Re: [Zope3-Users] Installing Zope3 on Redhat AS 4 has make check 
problems


[EMAIL PROTECTED]
 I am new to Zope and am having problems installing it on a fresh Red
 Had Linux AS 4 machine. In summary, Zope3 seems to compile without
 error (and the daemon can even get started), but make check
 causes errors to occur on the ZEO tests. Something about No child
 processes. It also fails on zdaemon.tests.testzdrun.ZDaemonTests.
 I am not running as root.

There was a long thread about a probably-related symptom in August:

http://mail.zope.org/pipermail/zope/2005-August/161025.html

Alas, AFAICT, it was never resolved.  There are suggestions about what
to _try_ to do in the thread referenced above, but AFAICT they weren't
tried.

... 

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Installing Zope3 on Redhat AS 4 has make check problems

2005-11-28 Thread Tim Peters
[Peter Sun, about
http://mail.zope.org/pipermail/zope/2005-August/161025.html
]
 Ahh.. .. I'm so sorry that I did not check that mail archive.

Not a problem -- it was a different list, and not necessarily easy to
find that old thread.

 Thanks for taking the time to reply and point me in the right direction.  
 Their
 discussion is right on point.

Except it didn't reach a conclusion, so eventually bit you too.  If
you figure out what's really happening, please let us know!  The old
thread not only didn't resolve it, it never (IIRC) even generated a
likely theory for the waitpid() failures.

BTW, you had another test (testRunIgnoresParentSignals) fail with
spawned process failed to start in a minute.  For that one, look for
file donothing.sh and make sure its execute bit is set.  In some
combinations of Zope + Python, the execute bit on donothing.sh is
getting cleared, and then testRunIgnoresParentSignals spins its wheels
for a minute wating for donothing.sh to (despite its name wink) do
something.  donothing.sh won't exist in the next Zope3 release.
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] installing zope3

2005-10-11 Thread Sebastien Douche
On 10/11/05, Michael [EMAIL PROTECTED] wrote:
 linux - debian - 3.1
 x86(intel P4) gcc (3.5  and 4.0.2)
 python 2.3.5 and 2.4.2

I use Debian Testing (Etch) and Stable (Sarge) w/o errors. Maybe a
corrupted file ?


--
Sébastien Douche [EMAIL PROTECTED]
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] installing zope3

2005-10-10 Thread Michael
Hi All,I've downloaded latest zope3.1.0upack it run ./configureConfiguring Zope installationTesting for an acceptable Python interpreter...Python version 2.3.5 found at /usr/bin/pythonThe optimum Python version (
2.3.5) was found at /usr/bin/python.then make and got error:[EMAIL PROTECTED] make/usr/bin/python install.py -q buildTraceback (most recent call last): File install.py, line 28, in ?
 context.initialize() File /tmp/Zope-3.1.0/Support/zpkgsetup/setup.py, line 103, in initialize self.scan(depname, pkgdir, reldir) File /tmp/Zope-3.1.0/Support/zpkgsetup/setup.py, line 191, in scan
 self.scan_package(name, directory, reldir) File /tmp/Zope-3.1.0/Support/zpkgsetup/setup.py, line 202, in scan_package pkginfo = package.loadPackageInfo(name, directory, reldir) File /tmp/Zope-
3.1.0/Support/zpkgsetup/package.py, line 100, in loadPackageInfo pkginfo = read_package_info(directory, reldir) File /tmp/Zope-3.1.0/Support/zpkgsetup/package.py, line 157, in read_package_info
 data_files[:] = expand_globs(directory, reldir, data_files) File /tmp/Zope-3.1.0/Support/zpkgsetup/package.py, line 294, in expand_globs raise ValueError(ValueError: filename pattern '*-
configure.zcml' doesn't match any filesmake: *** [build] Error 1Any idea what causing this?
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] installing zope3

2005-10-10 Thread Alen Stanisic
On Mon, 2005-10-10 at 21:26 +1300, Michael wrote:
 Hi All,
 
 I've downloaded latest zope3.1.0
 
 upack it run ./configure
 Configuring Zope installation
 Testing for an acceptable Python interpreter...
 Python version 2.3.5 found at /usr/bin/python
 The optimum Python version ( 2.3.5) was found at /usr/bin/python.
 
 
 then make and got error:
 [EMAIL PROTECTED] make

Hi Michael,

you should not be installing (or running) zope3 as root user.

Alen

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] installing zope3

2005-10-10 Thread Michael
Tried to install as non root - same error:ValueError: filename pattern '*-configure.zcml' doesn't match any filesOn 10/11/05, Alen Stanisic 
[EMAIL PROTECTED] wrote:On Mon, 2005-10-10 at 21:26 +1300, Michael wrote:
 Hi All, I've downloaded latest zope3.1.0 upack it run ./configure Configuring Zope installation Testing for an acceptable Python interpreter... Python version 
2.3.5 found at /usr/bin/python The optimum Python version ( 2.3.5) was found at /usr/bin/python. then make and got error: [EMAIL PROTECTED] makeHi Michael,you should not be installing (or running) zope3 as root user.
Alen
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] installing zope3

2005-10-10 Thread Michael
linux - debian - 3.1 x86(intel P4) gcc (3.5 and 4.0.2)python 2.3.5 and 2.4.2On 10/11/05, Ronald L Chichester 
[EMAIL PROTECTED] wrote:Okay, I take it your running some type of *nix platform.Which OS and
architecture (i.e., cpu) are you running?If you're running Linux,which distribution are you using?On Tue, 11 Oct 2005 11:14:44 +1300Michael [EMAIL PROTECTED]
 wrote: no - root access On 10/11/05, Ronald L Chichester [EMAIL PROTECTED] wrote: You don't have a permission problem with /tmp do you?
 On Tue, 11 Oct 2005 06:56:39 +1300 Michael [EMAIL PROTECTED] wrote:  Yes, What else? 
  On 10/11/05, Ronald L Chichester [EMAIL PROTECTED] wrote:   Bad download, perhaps?   Did the checksum from your download match the one from the Zope
 site?On Mon, 10 Oct 2005 21:26:23 +1300  Michael [EMAIL PROTECTED]
 wrote:   Hi All, I've downloaded latest zope3.1.0 upack it run ./configure   Configuring Zope installation
   Testing for an acceptable Python interpreter...   Python version 2.3.5 found at /usr/bin/python   The optimum Python version (2.3.5) was found at
/usr/bin/python.   then make and got error:   [EMAIL PROTECTED] make   /usr/bin/python 
install.py -q build   Traceback (most recent call last):  File install.py, line 28, in ?   context.initialize()  File /tmp/Zope-
3.1.0/Support/zpkgsetup/setup.py, line 103, in  initialize   self.scan(depname, pkgdir, reldir)  File /tmp/Zope-3.1.0/Support/zpkgsetup/setup.py, line 191, in
 scan   self.scan_package(name, directory, reldir)  File /tmp/Zope-3.1.0/Support/zpkgsetup/setup.py, line 202, in  scan_package
   pkginfo = package.loadPackageInfo(name, directory, reldir)  File /tmp/Zope-3.1.0/Support/zpkgsetup/package.py, line 100,in   loadPackageInfo
   pkginfo = read_package_info(directory, reldir)  File /tmp/Zope-3.1.0/Support/zpkgsetup/package.py, line 157,in   read_package_info
   data_files[:] = expand_globs(directory, reldir, data_files)  File /tmp/Zope-3.1.0/Support/zpkgsetup/package.py, line 294,in   expand_globs
   raise ValueError(   ValueError: filename pattern '*-configure.zcml' doesn't matchany  files   make: *** [build] Error 1
 Any idea what causing this?  

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users