pynsist

how to build .exe for python 3.5+, 3.6 if possible?

烈酒焚心 提交于 2019-12-10 15:34:19
问题 Is there now an easy protocol to build a .exe from python 3.5+, using modules pyqtgraph, qt5, theano, pymc3, numpy, scipy, os and sys, and opening a simple GUI stored in a '.ui' file ? I lost hours and eventually failed to make one (for w7-64 bits). Help ! preliminary failure with py2exe: I first install py2exe for python 3 but it turns out this is not compatible with my python 3.6 yet, so I downgraded to python 3.5… to get a bunch of errors. Then I went to forums and tried the proposed cures

Package PyGObject Python 3 program with pynsist?

喜夏-厌秋 提交于 2019-12-05 02:28:02
问题 I would like to package a Python3-PyGObject program with pynsist. The repository has an example for PyGTK and it made me think that it shouldn't be too hard to change the example. The example can be found here: https://github.com/takluyver/pynsist/tree/master/examples/pygtk In this file (https://github.com/takluyver/pynsist/blob/master/examples/pygtk/grab_files.sh) I think one just has to grab the files targeting GTK 3 (http://www.gtk.org/download/win32.php): wget -O gtkbundle.zip http:/

Package PyGObject Python 3 program with pynsist?

☆樱花仙子☆ 提交于 2019-12-03 20:12:24
I would like to package a Python3-PyGObject program with pynsist. The repository has an example for PyGTK and it made me think that it shouldn't be too hard to change the example. The example can be found here: https://github.com/takluyver/pynsist/tree/master/examples/pygtk In this file ( https://github.com/takluyver/pynsist/blob/master/examples/pygtk/grab_files.sh ) I think one just has to grab the files targeting GTK 3 ( http://www.gtk.org/download/win32.php ): wget -O gtkbundle.zip http://win32builder.gnome.org/gtk+-bundle_3.6.4-20130921_win32.zip wget -O pygobject.exe http://sourceforge