Adrian,

Sorry about the delayed response, I have been on the road.

So, I opened Spyder 2.3.3 again and went to Run/Configure and clicked on 
Run. The attached .pdf of the Run window shows the detail. The result was 
the appearance of a Python console. So far so good.

I then ran a test file (test_python.py) with the following response.

------------------------------------------------------------
Python 2.7.8 (default, Aug 15 2014, 13:43:01) 
[GCC 4.2.1 Compatible Apple Clang 3.1 (tags/Apple/clang-318.0.61)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> runfile('/Users/cbhe/scripts/test_python.py', 
wdir='/Users/cbhe/scripts')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'runfile' is not defined
>>> 
----------------------------------------------------------

I then opened an IPython console which opened with the following (no 
prompting from myself)

----------------------------------------
An error ocurred while starting the kernel
Traceback (most recent call last):
File 
"/Applications/Spyder‑Py2.app/Contents/Resources/lib/python2.7/spyderlib/widgets/externalshell/start_ipython_kernel.py",
 
line 161, in 
from IPython.kernel.zmq.kernelapp import IPKernelApp
File 
"/Applications/Spyder‑Py2.app/Contents/Resources/lib/python2.7/IPython/__init__.py",
 
line 48, in 
from .core.application import Application
File 
"/Applications/Spyder‑Py2.app/Contents/Resources/lib/python2.7/IPython/core/application.py",
 
line 24, in 
from IPython.core import release, crashhandler
File 
"/Applications/Spyder‑Py2.app/Contents/Resources/lib/python2.7/IPython/core/crashhandler.py",
 
line 28, in 
from IPython.core import ultratb
File 
"/Applications/Spyder‑Py2.app/Contents/Resources/lib/python2.7/IPython/core/ultratb.py",
 
line 110, in 
from IPython.core import debugger
File 
"/Applications/Spyder‑Py2.app/Contents/Resources/lib/python2.7/IPython/core/debugger.py",
 
line 59, in 
from pdb import Pdb as OldPdb
File "/Library/Python/2.7/site‑packages/_pytest/pdb.py", line 6, in 
import pytest
ImportError: No module named pytest
-------------------------------------------
 
Not sure what the above implies, except possibly that I have managed to 
mangle the installation (I simply opened the .dmg file and clicked on the 
Spyder icon) in some way.

If this does not help in diagnosing my problem are you able to suggest how 
I might go about deleting all the files associated with Spyder so I can 
start again with a clean slate?




On Friday, March 27, 2015 at 6:01:59 PM UTC+11, Chris wrote:
>
> Hi,
>
> I have just installed Spyder 2.3.3 on my IMac running OS X 10.10.2. Spyder 
> was downloaded as the file:///Users/cbhe/Downloads/spyder-2.3.3-py2.7-2.dmg 
> from https://bitbucket.org/spyder-ide/spyderlib/downloads and was copied 
> into the Applications folder.
>
> Prior to the installation I removed the three Spyder (V2.3.2) directories 
> in /Library/Python/2.7/site-packages in an attempt to uninstall Spyder. As 
> far as I can tell there is no Uninstall program for Spyder.
>
> The version of Python running is Python 2.7.9rc1 (v2.7.9rc1:40eada278702, 
> Nov 25 2014, 17:25:50)
>
> I am now unable to open a Python or IPython console in Spyder but get the 
> message when trying to open a console:
>
> Traceback (most recent call last):
> cannot import name multiarray
> cannot import name multiarray  File 
> "/usr/local/lib/python2.7/site-packages/py2app/apptemplate/lib/site.py", 
> line 122, in <module>
>   File 
> "/Applications/Spyder-Py2.app/Contents/Resources/lib/python2.7/spyderlib/widgets/externalshell/sitecustomize.py",
>  
> line 406, in <module>
>     class SpyderPdb(pdb.Pdb):
> AttributeError: 'module' object has no attribute 'Pdb'
>
> Does anyone have a suggestion as to how I might get Spyder working again? 
> I am now at a stand again as far as actually doing anything useful.
>
> Thanks.
>
>
>

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

Attachment: Screen Shot 2015-04-15 at 8.08.21 pm.pdf
Description: Adobe PDF document

Reply via email to