Hi,

I tested our DMG a week ago in another Mac, and also found that neither our IPython nor our Python Consoles are working. It seems the interpreter is crashing immediately, but I don't know why because it works well for me in my build env (a 10.7 Mac).

Unfortunately, I won't have access to that Mac for another two weeks. Could you try to run the next command in a terminal, to see if we can have some light on what's happening?

    dtruss /Applications/Spyder.app/Contents/MacOs/python

I'm not sure if that's the exact path but it won't be hard to find if it isn't :-)

dtruss is the equivalent of strace on Linux, i.e. it shows all syscalls a process does. Here are couple of resources to learn a bit more about it:

1. http://www.brendangregg.com/DTrace/dtruss_example.txt

2. http://opensourcehacker.com/2011/12/02/osx-strace-equivalent-dtruss-seeing-inside-applications-what-they-do-and-why-they-hang/


I haven't used it before so I can give you more help :-).

Cheers,
Carlos

El 26/12/14 a las 12:50, statmobile escribió:
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] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

--
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.

Reply via email to