takluyver / pynsist

Build Windows installers for Python applications
https://pynsist.readthedocs.io/
Other
896 stars 119 forks source link

Update cfgfile.rst - boilerplate for script should add pkgs\ as sitedir to load all .pth #204

Closed janmechtel closed 4 years ago

janmechtel commented 4 years ago

I had some problems with the win32api module not being found. I traced it to the .pth files not being run, which i believe the above changes address https://pynsist.readthedocs.io/en/latest/_modules/nsist.html

takluyver commented 4 years ago

Thanks! The default script template (if you specify a Python function) has evolved, and the boilerplate in the docs for using a custom script hasn't kept up.