Hi Jonno,

You don't need to download Spyder to your site-packages. Just download it somewhere else and then run

python setup.py install

Don't forget to erase your previous site-packages spyderlib directory before doing that.

Cheers,
Carlos

El 19/06/12 14:41, Jonno escribió:
On Tue, Jun 19, 2012 at 2:03 PM, Jonno <[email protected] <mailto:[email protected]>> wrote:

        Just installed Spyder source for the first time to help test
        however I don't seem to be able to get the IPython console.
        Spyder 2.2.0dev launches and runs ok but I don't see how to
        get an IPython console. Do I need to clone an updated
        spyderplugins directory?
         and

    Making some progress...
    Looks like I needed to update IPython separately (was on 0.10). I
    managed to do that (0.13) but then I got: ImportError: IPython.zmq
    requires pyzmq >= 2.1.4
    Installed pyzmq 2.2 and Spyder then launched with no errors and I
    can now see the menu item to "Open as IPython console" under
    Interpreters. However I then get:
    Traceback (most recent call last):
      File
    
"C:\Python27\Lib\site-packages\spyderlib\spyderlib\widgets\externalshell\start_ipython_kernel.py",
    line 109, in <module>
        ipk_temp.config = kernel_config()
      File
    
"C:\Python27\Lib\site-packages\spyderlib\spyderlib\widgets\externalshell\start_ipython_kernel.py",
    line 16, in kernel_config
        from spyderlib.config import CONF
    ImportError: No module named spyderlib.config

    What did I miss?

I'm guessing I did something wrong when installing from the source.
I cloned the spyderlib source with: hg clone https://code.google.com/p/spyderlib/ in the site-packages directory creating:
../site-packages/spyderlib/

I then ran: python setup.py install from within the resulting spyderlib directory which created a spyderlib sub-directory as well as everything else.
../site-packages/spyderlib/spyderlib/

How was I supposed to install?
--
You received this message because you are subscribed to the Google Groups "spyder" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/spyderlib?hl=en.

Reply via email to