Adrian,

 I misunderstood your request. Here are the results:

>From IPython console

In [2]: import networkx as nx
Traceback (most recent call last):

File "<ipython-input-2-6002206e7c09>", line 1, in <module>
import networkx as nx

ImportError: No module named networkx

>From Python console

import networkx as nx
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named networkx
>>> 


Chris


> On 21 Mar 2015, at 12:46 am, Adrian Klaver <[email protected]> wrote:
> 
> On 03/20/2015 02:49 AM, Chris Edwards wrote:
>> Adrian,
>> 
>> Sorry about the delay, I’ve been on the road (again).
>> 
>> So I did the pip freeze and it returned
>> 
>> Last login: Fri Mar 20 20:31:24 on ttys000
>> Fl1cker:~ cbhe$ pip freeze | grep -i networkx
>> networkx==1.9.1
>> Fl1cker:~ cbhe$ exit
>> logout
>> 
>> [Process completed]
>> 
>> The result when I open Spyder in OS X and  run “import networkx as nx”
>> in the IPython and Python consoles is shown in the two attached screenshots.
> 
> But you are not doing import networkx as nx, you are doing 
> runfile(some_script).
> 
> In the consoles at the prompt type import networkx as nx and see if that 
> works?
> 
> Also could you just cut and paste the commands and the tracebacks into the 
> email instead of using screenshots. It just makes it easier to follow, less 
> context shifts. Thanks.
> 
>> 
>> To me this suggests a path issue but ????
>> 
>> Chris
>> 
> 
> 
> 
> -- 
> Adrian Klaver
> [email protected]
> 
> -- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "spyder" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/spyderlib/RxXRhb2pQOI/unsubscribe.
> To unsubscribe from this group and all its topics, 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.
> For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to