[py-dev] py.test error with cygwin update

holger krekel hpk at trillke.net
Wed Jul 20 22:03:01 CEST 2005


Hi S.A., 

On Tue, Jul 19, 2005 at 17:18 -0400, odonian at gmail.com wrote:
> OK, the project is under my home directory (called ~/LENS), and tests
> are under that as ~/LENS/tests.  Here's the result of your suggestion:
> 
> Python 2.4.1 (#1, May 27 2005, 18:02:40) 
> [GCC 3.3.3 (cygwin special)] on cygwin
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import py
> >>> py.path.local().parts()
> [local('/'), local('/home'), local('/home/Nonlinear'),
> local('/home/Nonlinear/LENS')]
> >>> 

ok, that looks good so far. 

> > > Thanks for the quick help; I did svn up, then setup.py build and
> > > install.  A different traceback now appears:
> > > ...
> > > py.error.UnknownErrno136: [No such host or network path]: stat('//conftest.py',)

OK, the double-slash is a problem which only triggers a real error on windows 
(on posix systems you can use any number of slashes without problems). 

i think i have fixed that problem now (rev 14834).  can you svn up + retry? 

cheers, 

    holger



More information about the py-dev mailing list