Closed eliabieri closed 5 years ago
Using pynsist from Python code, this will probably depend on your files layout and how you run the build scripts. It will look for lib
as an importable module in the CWD, then in the list of directories on sys.path
.
Adding lib
to sys.path
helped.
Thanks
Hi there, I get the following error when executing nsist.InstallerBuilder(...).run()
I run the installer builder the following way:
My lib folder is empty but contains the necessary
__init__.py
pynsist (v 2.4) runs in a virtual env wih python 3.5.3I had no problems using this setup under python 2.7