On 27 septembre 23:30, Nikolaus Rath wrote: > On 09/27/2010 06:16 AM, Sylvain Thénault wrote: > > On 25 septembre 14:07, Nikolaus Rath wrote: > > > >> I'm trying to install astng, but some of the tests fail: > > [snip] > > > > except the None multiplication pb, it seems to be caused by missing test > > data > > file in the distribution. > > So the .tar.gz from logilab.fr is incomplete? that was my first idea, though after a quick check it seems wrong. May be an install pb? What does 'tree test/' gives you in the astng directory? I've the following data files:
test/ ├── data │ ├── all.py │ ├── appl │ │ ├── __init__.py │ │ └── myConnection.py │ ├── format.py │ ├── __init__.py │ ├── __init__.pyc │ ├── __init__.pyo │ ├── module2.py │ ├── module.py │ ├── module.pyc │ ├── module.pyo │ ├── MyPyPa-0.1.0-py2.5.egg │ ├── MyPyPa-0.1.0-py2.5.zip │ ├── noendingnewline.py │ ├── nonregr.py │ ├── notall.py │ └── SSL1 │ ├── Connection1.py │ └── __init__.py ├── data2 │ ├── clientmodule_test.py │ ├── __init__.py │ └── suppliermodule_test.py ├── fulltest.sh ├── __init__.py ├── __init__.pyc ├── regrtest_data │ ├── absimport.py │ ├── descriptor_crash.py │ ├── import_package_subpackage_module.py │ └── package │ ├── __init__.py │ └── subpackage │ ├── __init__.py │ └── module.py another idea: how do you launch test? -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services CubicWeb, the semantic web framework: http://www.cubicweb.org _______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
