File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -675,14 +675,18 @@ QImage/QPainter classes along with a call to QWidget.render().
675675
676676## Build executable
677677
678- There are no official examples for building executable using
679- python packaging tools, however some resources and tips are
680- available, see these issues in the tracker:
678+ Currently there is available [ PyInstaller example] ( ../examples/pyinstaller/README-pyinstaller.md )
679+ for building executable, by default it packages the wxpython.py example.
681680
682- * Pyinstaller - see [ Issue #135 ] ( ../../../issues/135 )
681+ There are many more Python packagers available, however no
682+ official examples are provided for these. See the following
683+ issues in the tracker for all available packagers:
684+
685+ * cx_Freeze - see [ Issue #338 ] ( ../../../issues/338 )
683686* py2exe - see [ Issue #35 ] ( ../../../issues/35 )
684687* py2app - see [ Issue #337 ] ( ../../../issues/337 )
685- * cx_Freeze - see [ Issue #338 ] ( ../../../issues/338 )
688+ * Pyinstaller - see [ Issue #135 ] ( ../../../issues/135 )
689+
686690
687691If you have any problems building executable ask on the [ Forum] ( https://groups.google.com/group/cefpython ) .
688692
You can’t perform that action at this time.
0 commit comments