The same changes is working well with Python 3.1.1, after commenting
the the following lines from mf.py

JUMP_IF_FALSE = dis.opname.index('JUMP_IF_FALSE')
JUMP_IF_TRUE = dis.opname.index('JUMP_IF_TRUE')

COND_OPS = [JUMP_IF_TRUE, JUMP_IF_FALSE]

if not incondition and op in COND_OPS:
        incondition = 1
        out = i + oparg

Thanks,
Lakshman
--~--~---------~--~----~------------~-------~--~----~
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