Skip to content
Sonkun edited this page Jan 11, 2013 · 9 revisions

Create Windows installers

To create Windows installers I include the required *.dll. It requires to add some lines to setup.py and dll files in a directory named "dlls" inside the package.

It also requires to set up the environment but this is explained on the website (section Download -> Compilation -> Windows).

packages    =[''],
package_dir ={'': 'src'},
package_data={'': ['dlls/*.dll']},
Clone this wiki locally