[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/)?
> The failing is part is:
> from pypy.tool.udir import udir
udir is for getting to a "unique session dir" for the running process.
all subsequent imports will use the same unique session dir.
holger
_______________________________________________
[EMAIL PROTECTED]
http://codespeak.net/mailman/listinfo/pypy-dev