Permalink
Cannot retrieve contributors at this time
13 lines (8 sloc)
223 Bytes
|
"""Simple example of py2exe to create a exe of the basic_test example. |
|
|
|
Tested on py2exe 0.9.2.2 on python 3.4 |
|
""" |
|
|
|
import os |
|
from distutils.core import setup |
|
|
|
import py2exe |
|
|
|
import pymunk |
|
|
|
setup(console=["basic_test.py"]) |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.