nvdv / vprof

Visual profiler for Python
BSD 2-Clause "Simplified" License
3.95k stars 154 forks source link

Support windows by converting the makefile to setup.py #20

Closed bendtherules closed 8 years ago

bendtherules commented 8 years ago

The project looks great, and because of the makefile it wont work on Windows. Are there any other linux-specific things?

It will be great to move that over to some cross-platform code, using python (setup.py or similar), considering that the main project is itself cross-compatible (I think),

nvdv commented 8 years ago

It should work on Windows (at least when #12 will be fixed), you just need to install it via pip install vprof. Makefile is needed to install dev version of vprof. Nevertheless it is valid point. Thanks!

nvdv commented 8 years ago

vprof does not use make anymore, I ported everything to setuptools. This one should be resolved now.