[pypy-dev] src/pypy/translator/test and src/pypy/tool/test

Laura Creighton lac at strakt.com
Tue Jul 6 05:39:20 CEST 2004


In a message of Tue, 06 Jul 2004 01:01:38 +0200, holger krekel writes:
>[Laura Creighton Tue, Jul 06, 2004 at 12:54:23AM +0200]
>> In a message of Tue, 06 Jul 2004 00:00:22 +0200, holger krekel writes:
>> >[Laura Creighton Mon, Jul 05, 2004 at 11:33:52PM +0200]
>> >> These tests are failing because they are looking for std/path
>> >> 
>> >> i.e.
>> >> 
>> >> Traceback (most recent call last):
>> >>   File "test_sourcegen.py", line 4, in ?
>> >>     from pypy.tool.udir import udir
>> >>   File "/home/lac/src/pypy/trunk/src/pypy/tool/udir.py", line 3, in 
>?
>> >>     from std.path import local
>> >> ImportError: No module named std.path
>> >> 
>> >> what should they be saying instead?
>> >
>> >i am not sure i can follow.  Do you mean 
>> >
>> >    python test_sourcegen.py
>> >
>> >is failing for you?  If not, please post the cmdline you are using
>> >and if you working on a plain trunk or modified version ... 
>> 
>> Yes, it is failing.
>
>in an unmodified trunk?  svn-up'ped at src/ (not just within pypy/)? 

svn'd all the way up a trunk, even.  Try running tool/udir.py and tool/newtest.py
yourself ...  doesn't it fail for you?

Where is the std/path that tool/udir.py wants?  The only std I can find is
pypy/objspace/std/ but there is not file named path.py there ...

Laura




More information about the Pypy-dev mailing list