Ham Radio, Python, Linux, Jeeps
from distutils.core import setup import py2exe setup( console=['myprog.py'], options=dict( py2exe=dict( includes=['sqlalchemy.databases.mysql', 'MySQLdb'] ) ) )
Post a Comment
No comments:
Post a Comment