[Qgis-developer] creating exe in python

aekansh aekansh.12 at gmail.com
Fri Jan 29 13:12:43 EST 2010


Skipped content of type multipart/alternative-------------- next part --------------
from distutils.core import setup
import py2exe
import sys

setup (
       windows=[{"script" : "viewer.py"}], options={"py2exe" : {"includes" : ["sip"]}}
       )


More information about the Qgis-developer mailing list