Tibbar49

Results 3 comments of Tibbar49

Epydoc has a similar situation where their executable script `epydoc` needs to be renamed to `epydoc.py` inside of `C:\Python27\Scripts`. In addition, the script name has the same label as the...

You shouldn't need to modify any header (*.h) files. Since `pycallgraph` (renamed to `pycallgraph.py` and modified as noted above) in the `C:\Python27\Scripts` folder is not an application that Windows can...

Jakub's solution seems more elegant than mine. I would try his instead.