Skip to content

(how to) Compile on Windows (using py2exe)

3 Python edited this page Jul 16, 2015 · 1 revision

Step 1

Download: git, python2.7, py2exe

Step 2

Run git to clone pyARkon to folder, the visit the directory and...

Step 3

Edit setup.py, remove the # before import py2exe, and console=['main.py'],

Step 4

Open CMD and cd to the git directory of the pyARKon source.

Step 5

in cmd run: python setup.py py2exe

Clone this wiki locally