Thanks Edward. That was it. The version of PyQt that comes with the Anaconda distribution must have issues. Uninstalling its PyQT and installing PyQt4-4.11.3-gpl-Py3.4-Qt5.3.2-x64 fixed the issue.
Stephen On Monday, December 22, 2014 11:06:52 AM UTC-6, Stephen Boulet wrote: > > I'm using "Python 3.4.1 |Anaconda 2.1.0 (64-bit)| (default, Sep 24 2014, > 18:32:42)". PyQt4 comes installed with this distribution. > > I just git cloned leo into c:\Program Files. Running "python launchLeo.py" > gives an app crash. Any thoughts? > > Problem signature: > Problem Event Name: APPCRASH > Application Name: python.exe > Application Version: 0.0.0.0 > Application Timestamp: 5423549b > Fault Module Name: sip.pyd > Fault Module Version: 0.0.0.0 > Fault Module Timestamp: 5460b634 > Exception Code: c0000005 > Exception Offset: 000000000000a04b > OS Version: 6.1.7601.2.1.0.256.48 > Locale ID: 1033 > Additional Information 1: c6ae > Additional Information 2: c6ae1aa268a216a1c20ec6b950f0a895 > Additional Information 3: a574 > Additional Information 4: a5746e7782dfb4bf32bb5c7f1f9a5012 > > Stephen > -- You received this message because you are subscribed to the Google Groups "leo-editor" 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/leo-editor. For more options, visit https://groups.google.com/d/optout.
