Re: [ZODB-Dev] ZODB3-3.2.10 build failed

2007-08-25 Thread Andreas Jung



--On 25. August 2007 12:50:59 +0200 Harald Vajkonny <[EMAIL PROTECTED]> 
wrote:



Andreas Jung schrieb:

1) ZODB 3.2 is pretty old (we are at ZODB 3.8 right now)
2) Python 2.5 and ZODB is unsupported and likely only working with
 the latest ZODB versions.

Use the _supported_ Python versions _only_.


Hmm, I would hardly like to downgrade my python


You can _of course_ install a custom Python version independent of your 
system Python (configure --prefix= is your friend).


-aj

pgp38XyqERRT1.pgp
Description: PGP signature
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] ZODB3-3.2.10 build failed

2007-08-25 Thread Harald Vajkonny
Andreas Jung schrieb:
> 1) ZODB 3.2 is pretty old (we are at ZODB 3.8 right now)
> 2) Python 2.5 and ZODB is unsupported and likely only working with
>  the latest ZODB versions.
>
> Use the _supported_ Python versions _only_.
>
Hmm, I would hardly like to downgrade my python, but I'll give it a try
with a newer ZODB version. I dowloaded ZODB3-3.8.0b1 now, but there
seems to be no test.py included, although mentioned in the
README-file... :( While building I again receive lots of warnings about
outdated functions.

Which package would be the best one to try?

Would I need to change something in my zope installation too, or add any
upgraded packages? (I have the 3.2.1-20 rpm installed).

Best regards,
Harald


___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] ZODB3-3.2.10 build failed

2007-08-25 Thread Andreas Jung



--On 25. August 2007 12:04:59 +0200 Harald Vajkonny <[EMAIL PROTECTED]> 
wrote:



Hello,

I just tried to build ZODB3-3.2.10 on my Suse Linux 10.2 machine. After
the build, python test.py produces the following error message:



1) ZODB 3.2 is pretty old (we are at ZODB 3.8 right now)
2) Python 2.5 and ZODB is unsupported and likely only working with
 the latest ZODB versions.

Use the _supported_ Python versions _only_.

-aj

pgpgn7ROU3jAz.pgp
Description: PGP signature
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


[ZODB-Dev] ZODB3-3.2.10 build failed

2007-08-25 Thread Harald Vajkonny
Hello,

I just tried to build ZODB3-3.2.10 on my Suse Linux 10.2 machine. After
the build, python test.py produces the following error message:

Running unit tests from
/home/harald/Documents/databases/zope/ZODB3-3.2.10/build
Traceback (most recent call last):
  File "/home/harald/Documents/databases/zope/ZODB3-3.2.10/test.py",
line 803, in 
process_args()
  File "/home/harald/Documents/databases/zope/ZODB3-3.2.10/test.py",
line 793, in process_args
bad = main(module_filter, test_filter, libdir)
  File "/home/harald/Documents/databases/zope/ZODB3-3.2.10/test.py",
line 615, in main
runner(files, test_filter, debug)
  File "/home/harald/Documents/databases/zope/ZODB3-3.2.10/test.py",
line 547, in runner
r = runner.run(suite)
  File "/home/harald/Documents/databases/zope/ZODB3-3.2.10/test.py",
line 330, in run
return unittest.TextTestRunner.run(self, test)
  File "/usr/lib/python2.5/unittest.py", line 696, in run
test(result)
  File "/usr/lib/python2.5/unittest.py", line 428, in __call__
return self.run(*args, **kwds)
  File "/usr/lib/python2.5/unittest.py", line 424, in run
test(result)
  File "/usr/lib/python2.5/unittest.py", line 428, in __call__
return self.run(*args, **kwds)
  File "/usr/lib/python2.5/unittest.py", line 424, in run
test(result)
  File "/usr/lib/python2.5/unittest.py", line 428, in __call__
return self.run(*args, **kwds)
  File "/usr/lib/python2.5/unittest.py", line 424, in run
test(result)
  File "/usr/lib/python2.5/unittest.py", line 281, in __call__
return self.run(*args, **kwds)
File "/usr/lib/python2.5/unittest.py", line 247, in run
result.startTest(self)
  File "/home/harald/Documents/databases/zope/ZODB3-3.2.10/test.py",
line 239, in startTest
self.createTempDir(test)
  File "/home/harald/Documents/databases/zope/ZODB3-3.2.10/test.py",
line 244, in createTempDir
name = test._TestCase__testMethodName # blast it
AttributeError: 'TestIOSets' object has no attribute
'_TestCase__testMethodName'

What's wrong?

Best regards,
Harald




___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev