In module PyInstaller/mf.py is class FrozenImportDirector. Firstly,
Pyinstaller is trying if a module is built-in, then if it's frozen or
finally if it's available somewhere on the filesystem.

I do not understand the purpose of frozen modules in standard python
interpreter. Is anyone able to explain it to me?

But it seems to me:
- FrozenImportDirector class never worked
  - it uses a missing class 'FrozenModule'
  - class 'FrozenModule' is missing even in original mcmillan's
installer
  - code part with 'FrozenModule' is never executed
  - modules of the type 'FrozenModule' were never put into final
executable
- PyInstaller works without this code.
- FrozenImportDirector only slows down pyinstaller.

I suggest removing this code.

-- 
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.

Reply via email to