Re: Adding extra modules to a Pyinstaller build

2007-10-08 Thread GaryLee
> I need to add several Python standard modules to a Pyinstaller > project. The modules are not (and cannot be) explicitly imported in my > project script, so is there a way to add them to my .spec file in > order to allow Pyinstaller to search for them in PYTHONPATH and add > them to the project?

Adding extra modules to a Pyinstaller build

2007-10-08 Thread Craig
Hello all: I need to add several Python standard modules to a Pyinstaller project. The modules are not (and cannot be) explicitly imported in my project script, so is there a way to add them to my .spec file in order to allow Pyinstaller to search for them in PYTHONPATH and add them to the project