jnonline / ogstudio

Automatically exported from code.google.com/p/ogstudio
0 stars 0 forks source link

Reduce Windows build size #630

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Have a look at cx_freeze and http://docs.python.org/2/library/modulefinder.html 
to remove unnecessary Python libraries from Windows build.

Original issue reported on code.google.com by korn...@gmail.com on 29 Apr 2013 at 8:45

GoogleCodeExporter commented 9 years ago
This should also fix the problem when user already has some Python installation.

Original comment by korn...@gmail.com on 3 May 2013 at 12:30

GoogleCodeExporter commented 9 years ago
MinGW Python should be distributed separately, because we will NEVER change it, 
so it's no use to download it every time.

Original comment by korn...@gmail.com on 5 May 2013 at 2:36