On 05/18/2013 05:04 PM, Bob Gailer wrote:
> How do I start spyder? I can't find any useful guidance. As an
> experiment I tried from a command prompt:
>
> C:\Python33\Lib\site-packages\spyderlib>spyder.py
> Traceback (most recent call last):
> File "C:\Python33\Lib\site-packages\spyderlib\spyder.py", line 30, in
> <module>
>
> from spyderlib.utils.programs import is_module_installed
> ImportError: No module named spyderlib.utils.programs
>
> Was that the correct way to start it? If so how do I fix the problem?
As far as I know Spyder only works with Python 2.x from 2.5+ and not 3.X
which might be your problem if I am correct in assuming C:\Python33\ is
for Python 3.3.
Under Python 2.x I just type spyder at a command prompt:
aklaver@panda:~> spyder
where:
aklaver@panda:~> whereis spyder
spyder: /usr/local/bin/spyder
--
Adrian Klaver
adrian...@gmail.com