[issue18366] Look into using setuptools 0.8 with devinabox

2013-07-14 Thread Brett Cannon
Brett Cannon added the comment: Setuptools 0.8 will work fine. See issue #18367 for its planned use. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue18366] Look into using setuptools 0.8 with devinabox

2013-07-12 Thread Brett Cannon
Brett Cannon added the comment: So this actually works out very nicely. The basic steps are: 1. Download ez_setup.py for setuptools 2. Create a venv 3. Install coverage.py (build actually works as expected which was a pleasant surprise) 4. Run coverage.py with PYTHONPATH set to fullcoverage as

[issue18366] Look into using setuptools 0.8 with devinabox

2013-07-05 Thread Brett Cannon
New submission from Brett Cannon: Setuptools 0.8 uses a Python 2/3 compatible codebase so it should simplify the instructions for running coverage.py. -- assignee: brett.cannon messages: 192343 nosy: brett.cannon priority: normal severity: normal status: open title: Look into using setu