Looking at the updated imphookapi.py and also the hook-six.moves, there is 
something that puzzles me. You say that the typical use of the 
add_runtime_module() method would be,

>   api.add_runtime_module(api.module_name)

and that is how the six.moves hook uses it. What I don't get is, 
aip.module_name has already been imported, no? It is the same as the name 
of the hook file, and the reason why the hook is being executed.

So why does the name of the imported module need to be added?


-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to