Questions tagged [pynsist]

Pynsist builds Windows installers for Python applications

Pynsist builds Windows installers for Python applications.

The installers it builds include an installer for the required version of Python, so you can distribute your application to people who don't already have Python installed. Start menu shortcuts and uninstall entries are created automatically. Unlike freeze tools, all of your code is installed as regular Python files, avoiding many potential pitfalls of trying to make an exe containing Python code.

Pynsist supports Python 2 and 3. Thanks to support in NSIS, it can even build Windows installers from other platforms.

31 questions
-1
votes
1 answer

NSIS: can't import tinker

I would like to build my program that uses matplotlib, which requires tkinter. The problem is that I can't include tkinter, as it is not on pyPi (and it has now wheels). I use Pynsist to build an NSIS installer. Here is the…
NovyLevi
  • 522
  • 2
  • 7
  • 18
1 2
3