Okay, I finally could get it to compile from source, but I'm using MacPorts python, and I setup a virtual environment. With a few tweaks to some incompatible modules, I can create an app, but as soon as I open the Spyder.app it crashes. Here is what I see in the Console, which I think might be helpful
1/2/15 9:50:39.798 PM Spyder[38339]: Traceback (most recent call last): > > 1/2/15 9:50:39.798 PM Spyder[38339]: File >> "/Users/blopes/tmp/spyder/dist/Spyder.app/Contents/Resources/__boot__.py", >> line 401, in <module> > > 1/2/15 9:50:39.798 PM Spyder[38339]: from IPython.utils.path import >> get_ipython_dir > > 1/2/15 9:50:39.798 PM Spyder[38339]: File >> "/Users/blopes/tmp/spyder/dist/Spyder.app/Contents/Resources/lib/python2.7/IPython/__init__.py", >> >> line 49, in <module> > > 1/2/15 9:50:39.799 PM Spyder[38339]: from .terminal.embed import embed > > 1/2/15 9:50:39.799 PM Spyder[38339]: File >> "/Users/blopes/tmp/spyder/dist/Spyder.app/Contents/Resources/lib/python2.7/IPython/terminal/embed.py", >> >> line 35, in <module> > > 1/2/15 9:50:39.799 PM Spyder[38339]: from IPython.terminal.ipapp >> import load_default_config > > 1/2/15 9:50:39.799 PM Spyder[38339]: File >> "/Users/blopes/tmp/spyder/dist/Spyder.app/Contents/Resources/lib/python2.7/IPython/terminal/ipapp.py", >> >> line 48, in <module> > > 1/2/15 9:50:39.799 PM Spyder[38339]: from IPython.core.shellapp import >> ( > > 1/2/15 9:50:39.799 PM Spyder[38339]: File >> "/Users/blopes/tmp/spyder/dist/Spyder.app/Contents/Resources/lib/python2.7/IPython/core/shellapp.py", >> >> line 40, in <module> > > 1/2/15 9:50:39.800 PM Spyder[38339]: from IPython.lib.inputhook import >> guis > > 1/2/15 9:50:39.800 PM Spyder[38339]: File >> "/Users/blopes/tmp/spyder/dist/Spyder.app/Contents/Resources/lib/python2.7/IPython/lib/inputhook.py", >> >> line 25, in <module> > > 1/2/15 9:50:39.800 PM Spyder[38339]: from distutils.version import >> LooseVersion as V > > 1/2/15 9:50:39.800 PM Spyder[38339]: File >> "/Users/blopes/tmp/spyder/dist/Spyder.app/Contents/Resources/lib/python2.7/distutils/__init__.py", >> >> line 23, in <module> > > 1/2/15 9:50:39.800 PM Spyder[38339]: __version__ = >> real_distutils.__version__ > > 1/2/15 9:50:39.800 PM Spyder[38339]: AttributeError: 'module' object has >> no attribute '__version__' > > 1/2/15 9:50:39.864 PM Spyder[38339]: Spyder Error > > 1/2/15 9:50:39.864 PM Spyder[38339]: 2015-01-02 21:50:39.863 >> Spyder[38339:616300] Spyder Error > > 1/2/15 9:51:17.229 PM WindowServer[117]: WSGetSurfaceInWindow : Invalid >> surface 547501250 for window 1754 > > 1/2/15 9:51:17.229 PM WindowServer[117]: WSGetSurfaceInWindow : Invalid >> surface 547501250 for window 1754 > > 1/2/15 9:51:17.229 PM WindowServer[117]: WSGetSurfaceInWindow : Invalid >> surface 547501250 for window 1754 > > 1/2/15 9:51:17.229 PM WindowServer[117]: WSGetSurfaceInWindow : Invalid >> surface 547501250 for window 1754 > > 1/2/15 9:51:17.229 PM WindowServer[117]: WSGetSurfaceInWindow : Invalid >> surface 547501250 for window 1754 > > 1/2/15 9:51:17.229 PM WindowServer[117]: WSGetSurfaceInWindow : Invalid >> surface 547501250 for window 1754 > > 1/2/15 9:51:17.229 PM WindowServer[117]: WSGetSurfaceInWindow : Invalid >> surface 547501250 for window 1754 > > 1/2/15 9:51:17.229 PM WindowServer[117]: WSGetSurfaceInWindow : Invalid >> surface 547501250 for window 1754 > > 1/2/15 9:51:17.230 PM WindowServer[117]: WSGetSurfaceInWindow : Invalid >> surface 547501250 for window 1754 > > > On Friday, December 26, 2014 12:50:37 PM UTC-5, statmobile wrote: > > Is this working for anyone? I'm still having trouble where iPython > Console keeps hanging saying "Connecting to kernel...". I've deleted all > of my Spyder configuration files, so this should be the default setup I > believe. > -- You received this message because you are subscribed to the Google Groups "spyder" 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/spyderlib. For more options, visit https://groups.google.com/d/optout.
