Discussion:
[Erp5-dev] Debian and Ubuntu - problem with testcase
Łukasz Nowak
2007-09-11 07:56:07 UTC
Permalink
Hello,

I'm successfully running ERP5 development system on Debian/Ubuntu. For
now I'm using hand-made tar.gz from Nexedi's src.rpm, converted by
alien, as it was noted on erp5-users[1]

Right now I'm quite ready to provide and maintain .deb packages of ERP5
system, but I've got only one problem, which I cannot resolve - with
zopetestcase. Only comment about it I found on Nexedi's SVN
repository[2], but that do not help me too much.

Adding ZopeTestCase-0.9.8 (from Nexedi's repository) ends up with
attached traceback.

Used environment:
Ubuntu Feisty (same problem on Dapper, Edgy, Debian Sid, Sarge, Etch)
Python 2.4.4 (#2, Apr 12 2007, 21:03:11) [GCC 4.1.2 (Ubuntu
4.1.2-0ubuntu4)]
Zope 2.7.8-final, python 2.4.4, linux2

I've googled a little with this traceback, but I haven't found any
clues.

Thanks for any help,
Luke

[1] http://thread.gmane.org/gmane.comp.python.zope.erp5.general/265
[2] http://svn.erp5.org/spec/debian/TODO?revision=co
--
?ukasz Nowak R&D Ventis http://www.ventis.com.pl/
tel: +48 32 768 16 85 fax: +48 32 392 10 61
``Use the Source, Luke...''
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ZopeTestCaseOnDebianTraceback.txt
URL: <http://mail.tiolive.com/pipermail/erp5-dev/attachments/20070911/dd35e5e4/attachment.txt>
Yusei TAHARA
2007-09-11 08:12:41 UTC
Permalink
Hi.

On Tue, 11 Sep 2007 09:56:07 +0200
Post by Łukasz Nowak
but I've got only one problem, which I cannot resolve - with
zopetestcase. Only comment about it I found on Nexedi's SVN
repository[2], but that do not help me too much.
Sorry. This is my mistake.
ZopeTestCase is not a zope product but a python package,
so please put it in lib/python/Testing.

--
Yusei TAHARA
yusei at nexedi.com
Łukasz Nowak
2007-09-11 08:18:51 UTC
Permalink
Hello,

On 2007-09-11, 10:12:41
Post by Yusei TAHARA
Hi.
On Tue, 11 Sep 2007 09:56:07 +0200
Post by Łukasz Nowak
but I've got only one problem, which I cannot resolve - with
zopetestcase. Only comment about it I found on Nexedi's SVN
repository[2], but that do not help me too much.
Sorry. This is my mistake.
ZopeTestCase is not a zope product but a python package,
so please put it in lib/python/Testing.
Working... Thanks a lot. :)

Regards,
Luke
--
?ukasz Nowak R&D Ventis http://www.ventis.com.pl/
tel: +48 32 768 16 85 fax: +48 32 392 10 61
``Use the Source, Luke...''
Loading...