jonathanrocher / ets_tutorial

Enthought Tool Suite tutorial
5 stars 7 forks source link

Define and implement packaging strategy #7

Open jonathanrocher opened 2 years ago

jonathanrocher commented 2 years ago

Some options:

jonathanrocher commented 2 years ago

@corranwebster pyinstaller might be a good option.

corranwebster commented 2 years ago

I have a PyInstaller hook working for pure Pyface, and a strategy that should work for writing hooks for other ETS packages. Brief write-up in this Pyface issue: https://github.com/enthought/pyface/issues/350#issuecomment-1113475498

Even if this doesn't get rolled into ETS releases before the tutorial, we can provide the hook files as part of the tutorial.