Hi,
I imagine you are using our DMG along with Anaconda. If that's the case,
you need to go:
Spyder > Preferences > Console > Advanced Settings > Python executable
paste there
/Users/me/anaconda/bin/python
and then start a new console.
Cheers,
Carlos
El 21/07/13 09:26, iOSDude escribió:
Hi,
I am running Spyder 2.2.1 on OS X 10.8.4.
/# From bash:/
$ python --version
"Python 2.7.5 :: Anaconda 1.6.1 (x86_64)"
$ which python
/Users/me/anaconda/bin/python
/# from the python interpreter (in bash):/
>>> import AppKit
>>> help(AppKit)
AppKit._AppKit = <module 'AppKit._AppKit' from
'/Users/me/anaconda/lib/python2.7/site-packages/AppKit/_AppKit.so'>
I can run PyObjC code from bash (using either python or ipython) but
when I load the same scripts into Spyder it fails to find AppKit.
/# from the python console in Spyder:/
>>> import AppKit
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named AppKit
I am still pretty new to python in general so I'm assuming that I just
haven't configured something properly. Any guidance would be much
appreciated.
Thank you,
IO
--
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/groups/opt_out.
--
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/groups/opt_out.