newest setup_exe.py, thanks niphlod

This commit is contained in:
Massimo Di Pierro
2012-06-08 15:20:25 -05:00
parent e2592a23b4
commit 52a138ed18
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-06-07 23:25:36) dev
Version 2.00.0 (2012-06-08 15:20:20) dev
+1 -1
View File
@@ -110,7 +110,7 @@ if remove_msft_dlls:
os.unlink(os.path.join('dist',f))
except:
print "unable to delete dist/"+f
sys.exit(1)
#sys.exit(1)
#Should we include applications?
+5
View File
@@ -17,6 +17,11 @@ import gluon.widget
# Start Web2py and Web2py cron service!
if __name__ == '__main__':
try:
from multiprocessing import freeze_support
freeze_support()
except:
sys.stderr.write('Sorry, -K only supported for python 2.6-2.7\n')
gluon.widget.start(cron=True)