[pony-build] cache_dir stuff under SVN and HG

C. Titus Brown ctb at msu.edu
Sun Feb 21 13:21:47 PST 2010


On Sun, Feb 21, 2010 at 03:10:14PM -0600, Fatima Cherkaoui wrote:
> I have changed the Python_exe from python2.6 to python, so python.exe runs
> instead.
> 
> I'm getting now a different error :
> http://lyorn.idyll.org/ctb/pb-dev/p/coverage/16960/
> 
> 
> running build_ext building 'coverage.tracer' extension
> 
> *stderr:*
> error: Unable to find vcvarsall.bat
> 
> When executing the command directly :
> 
> C:\Python26\pony-build\client>python setup.py build_ext -i
> python: can't open file 'setup.py': [Errno 2] No such file or directory
> 
> The setup file for coverage is in the ~\.pony-build\coveragepy\test\eggsrc
> 
> Does it have to be in a different directory ? Or is it looking at a
> different setup file ?

Ahh! No, now I think you're running into another problem -- you don't have
Visual Studio installed... which you need for to build the coverage extensions.

--titus



More information about the pony-build mailing list