[MacPorts] #39114: py*-spyder crashes on startup after (unexpectedly) entering _tkinter.so
MacPorts
noreply at macports.org
Tue Oct 29 15:50:54 PDT 2013
#39114: py*-spyder crashes on startup after (unexpectedly) entering _tkinter.so
-------------------------------+------------------------
Reporter: david.w.watson@… | Owner: eborisch@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.3
Resolution: | Keywords:
Port: py-spyder |
-------------------------------+------------------------
Comment (by eborisch@…):
If you want to track it down, try this after re-enabling py27-opengl
{{{
python2.7 -m pdb `which spyder`
}}}
when you get to the Pdb prompt, enter
{{{
b
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/OpenGL/__init__.py:177
cont
}}}
When it breaks on the line, print the backtrace ('bt').
Is the project where you are using it being edited in spyder? Perhaps when
it is doing all of its magic to be able to intelligently edit the script,
it runs the import (read in from your files) and crashes during that
activity?
Glad to hear we have it narrowed down!
--
Ticket URL: <https://trac.macports.org/ticket/39114#comment:20>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list