Ah great. Someone might want to add that tiny but crucial tidbit to the docs here: http://packages.python.org/spyder/installation.html
Thanks! -Kevin On Mar 14, 10:06 am, Carlos Córdoba <[email protected]> wrote: > Hi Kevin, > > You don't need to run spyder with: > > $ python spyder,py > > After installing it with macports it should add an executable to your > path and that's what you need to run. What's giving you this? > > $ which spyder > > Cheers, > Carlos > > El 13/03/12 16:25, Kevin H escribió: > > > > > > > > > I'm running spyder installed through macports on OSX 10.6.8 > > > I think I have some path issues and I was wondering how I should go > > about fixing them. python can't seem to find the file spyder.py > > > iMac:~ kevhill$ python spyder.py > > /Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/ > > Contents/MacOS/Python: can't open file 'spyder.py': [Errno 2] No such > > file or director > > > Using find I can find a copy of spyder.py at: /opt/local/Library/ > > Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/ > > spyderlib/spyder.py > > > but attempting to run that doesn't get me much further: > > > iMac:~ kevhill$ python /opt/local/Library/Frameworks/Python.framework/ > > Versions/2.6/lib/python2.6/site-packages/spyderlib/spyder.py > > Traceback (most recent call last): > > File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/ > > lib/python2.6/site-packages/spyderlib/spyder.py", line 30, in<module> > > from spyderlib import qt #analysis:ignore > > ImportError: No module named spyderlib > > > oh, and the install seemed to go fine: > > > iMac:~ kevhill$ port installed *spyder > > The following ports are currently installed: > > py26-spyder @2.1.8_0 (active) > > > Any help? -- 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.
