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). On Mon, May 14, 2012 at 11:08 AM, Jed Ludlow <[email protected]> wrote: > On Mon, May 14, 2012 at 10:02 AM, Matt Anderson <[email protected]>wrote: > >> Sorry, I guess I could be on the default branch of 2.1...but no >> >> I am on the default repository >> >> >> On Mon, May 14, 2012 at 10:51 AM, Matt Anderson <[email protected]>wrote: >> >>> hg branch = default >>> >>> >>> On Mon, May 14, 2012 at 10:39 AM, Jed Ludlow <[email protected]>wrote: >>> >>>> On Mon, May 14, 2012 at 9:29 AM, matt <[email protected]> wrote: >>>> >>>>> Hey guys, >>>>> >>>>> I just pulled the latest code from the repository and am having >>>>> strange consequences. I have tried with pyside and qt, but in both cases, >>>>> the gui loads and then python stalls and has to be ended by Windows 7. No >>>>> error codes or anything, unless it gets hidden in a log somwhere >>>>> >>>>> I am on a Windows 7 64 bit machine with python 2.7. I have been >>>>> enjoying spyder for quite a while on several machines. Any idea what >>>>> causes this or where I can look to find a clue? >>>>> >>>> >>>> Which repository are you running from? The default repository or the >>>> v21 repository? >>>> >>> > Could you describe the failure in a bit more detail? Does Spyder get all > the way to showing the full GUI, or does it hang during the splash screen? > If it gets all the way to the GUI, do you see any messages in the internal > console? > > I would start simple. The first would be to run with the --debug option > enabled: > > bootstrap.py --gui pyqt -- --debug > > This will dump more verbose debugging information to the Python console. > > -- > 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. > -- 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.
