Running CPython Applications With Visual Studio?
Posted
by user213060
on Stack Overflow
See other posts from Stack Overflow
or by user213060
Published on 2010-04-30T19:13:05Z
Indexed on
2010/04/30
21:17 UTC
Read the original article
Hit count: 485
I would like to know how to use Visual Studio with CPython (the official python.org python interpreter, not IronPython).
In particular, I am interested in getting "build" and "run" commands in Visual Studio working. Other features such as color highlighting and auto-complete, I am less concerned about.
Also, can the "build" command be made to run py2exe or similar exe packagers?
© Stack Overflow or respective owner