On Mon, May 14, 2012 at 10:26 AM, Matt Anderson <[email protected]> wrote:
> The main gui fully loads, in debug mode it gets to ***end of main window > setup*** and then gives a couple of warnings about already having imported > pyflakes/rope and adding site-packages to the sys.path. > > It actually crashes somewhere in the app.exec_() call of spyder.py(1868). > Around the time it lodes the object inspector(sometimes I see the object > inspector details before it crashes, sometimes not). > > It would be very helpful if you could figure out which specific commit caused the problem. You were successfully running from source at one point, and now the latest changes are causing you problems. Are you familiar with hg bisect? http://www.selenic.com/mercurial/hg.1.html#bisect It's a bit easier to run from TortoiseHg, but it can be done from the command line, too. Would you be willing run a bisect and pinpoint the revision where the problem first shows up? -- You received this message because you are subscribed to the Google Groups "spyder" 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/spyderlib?hl=en.
