Hartmut Goebel píše v Ne 23. 01. 2011 v 12:06 +0100: > > For 3rd party modules: lib/ > > pefile.py > > pyi_optik > These I would put into PyInstaller/, too. Otherwise importing them > would > require changes to PYTHONPATH. What about putting them into > PyInstaller/lib?
I'm fine with that. I thought that your intention was to use folder PyInstaller as pyinstaller python module (folder containing __init__.py file). > > For utility scripts: utils/ > > ArchiveViewer.py > > GrabVersion.py > > Build.py > > Configure.py > > Makespec.py > > Crypt.py > Currently, the standard use of PyInstaller is to run Configure, > Makespec, Build. If these are goning to become only utilities, this > would mean changing the user experience. But beside this, I would not > mind. pyinstaller.py should become the preferred way of running pyinstaller. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
