Skip to content

Commit aa0abef

Browse files
committed
Update Tutorial > Build executable section
1 parent d5cc347 commit aa0abef

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/Tutorial.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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

687691
If you have any problems building executable ask on the [Forum](https://groups.google.com/group/cefpython).
688692

0 commit comments

Comments
 (0)