Sir,

I had a very similar problem, but I do have additional information.

My path in the .profile was modified to read:

# MacPorts Installer addition on 2012-04-22_at_11:03:17: adding an 
appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:$PATH

This is actually softlinked via:

Bobs-Machine:bin robertlilly$ pwd
/opt/local/bin
Bobs-Machine:bin robertlilly$ ls -al spyder-2.6
lrwxr-xr-x  1 root  admin  70 Jul  8 01:16 spyder-2.6 -> 
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/spyder

So, I go to the above directory:

/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin

however, this is what I get for executing the command:

$ python spyder
Traceback (most recent call last):
  File "spyder", line 2, in <module>
    from spyderlib import spyder
ImportError: No module named spyderlib

now I also installed using macports, which appeared successful.  Can you 
please suggest how I should proceed?

Robert

On Wednesday, May 9, 2012 12:36:03 AM UTC-7, Petrush wrote:
>
> The start script is installed at /opt/local/bin/spyder 
>
> Macports should have added this directory to your PATH so that you 
> can 
> start it by the command spyder in the terminal. 
>
> There is no link in /Applications to spyder done automatically. See 
> this discussion on how to make one: 
>
> http://groups.google.com/group/spyderlib/browse_thread/thread/66d0b0985fb2f85f/dc4920245ce5bc52#dc4920245ce5bc52
>  
>
>
> On May 9, 2:04 am, Nate O <[email protected]> wrote: 
> > I installed Spyder (allegedly) via MacPorts.  MacPorts says that it's 
> > installed and active (along with its dependents).  So where do I find 
> > it?  I tried searching for 'spyder' and 'py-spyder' using Finder, but 
> > that only turns up files and folders that don't seem like programs. 
> > What do I do to fix this?

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/spyderlib/-/B55ayZluRyIJ.
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