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 [email protected] -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
