On 6 May 2014 04:05, Dean Chester <dean.g.ches...@gmail.com> wrote:

> I updated to 4.3.3 the other day and when I ran my setup script on OS X in
> the missing modules these appeared:
>
> ? multiprocessing.AuthenticationError imported from
>> multiprocessing.connection
>
>
These are classes and functions, not modules, so it shouldn't try to find
them. I would guess that the bytecode has changed in 3.4, and we're not
parsing it correctly when we scan for imports. We should probably use the
new bytecode analysis machinery in the dis module -
https://docs.python.org/3/library/dis.html#bytecode-analysis

Thomas
------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to