holger krekel wrote: > Hi, thanks to all who helped with the 0.9.2 release! > see below for the release announcement. hope that > all the eggs now work properly. cheers, holger > > > Welcome to the 0.9.2 py lib and py.test release - > mainly fixing Windows issues, providing better > packaging and integration with setuptools. > > Summry of main features: > > * py.test: cross-project testing tool with many advanced features > * py.execnet: ad-hoc code distribution to SSH, Socket and local sub processes > * py.magic.greenlet: micro-threads on standard CPython ("stackless-light") > * py.path: path abstractions over local and subversion files > * rich documentation of py's exported API > * tested against Linux, Win32, OSX, works on python 2.3-2.6 > > good entry points: > > Pypi pages: http://pypi.python.org/pypi/py/ > Download/Install: http://codespeak.net/py/0.9.2/download.html > Documentation/API: http://codespeak.net/py/0.9.2/index.html > > [... snip ...]
I attempted to upgrade from py 0.9.1 to 0.9.2 on my fully-patched, MS Windows XP Pro machine running Python 2.5.2, but I do not think I was successful. Following the recommendation at http://codespeak.net/py/0.9.2/download.html, I downloaded and ran the cleanup script. Here is the output: C:\>py-winpath-clean.py PATH contains old py/bin/win32 scripts: %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Common Files\Adaptec Shared\System;C:\Python25;C:\Python25\DLLS;C:\Python25\Lib\s ite-packages;C:\Program Files\Microsoft Visual Studio\VSS;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;c:\PAGE;C:\Program Files\Multi-Edit 9;C:\Program Files\NSIS;C:\RSI\IDL55\bin\bin.x86;C:\Py thon25\Lib\site-packages\py\bin\win32;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Intel\DMIX;C:\Python25\Lib\site-packages\py\bin\win32 pruning and setting a new PATH: %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Common Files\Adaptec Shared\System;C:\Python25;C:\Python25\DLLS;C:\Python25\Lib\site-pack ages;C:\Program Files\Microsoft Visual Studio\VSS;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;c:\PAGE;C:\Program Files\Multi-Edit 9;C:\Program Files\NSIS;C:\RSI\IDL55\bin\bin.x86;C:\Program Fi les\QuickTime\QTSystem\;C:\Program Files\Intel\DMIX removing C:\Python25\scripts\py.test removing C:\Python25\scripts\py.lookup removing C:\Python25\scripts\py.cleanup removing C:\Python25\scripts\py.rest removing C:\Python25\scripts\py.countloc removing C:\Python25\scripts\_update_website.py removing C:\Python25\scripts\_makepyrelease.py removing C:\Python25\scripts\_findpy.py removing C:\Python25\scripts\pytest.cmd Here is my attempt to install py 0.9.2 ... C:\>easy_install py Searching for py Best match: py 0.9.1 Adding py 0.9.1 to easy-install.pth file Using c:\python25\lib\site-packages Processing dependencies for py Finished processing dependencies for py C:\> ... which looks like the same version I already had was reinstalled. Could someone provide some guidance on what I did incorrectly? Thanks, -- jv _______________________________________________ py-dev mailing list py-dev@codespeak.net http://codespeak.net/mailman/listinfo/py-dev