Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Changing Python Path
#1
I installed Anaconda so I could use Jupyter Notebook for an online Python course. Now when I try to run previous Python programs in Idle, I can't import anything.
For example,
import numpy
returns the error:
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
import numpy
ImportError: No module named 'numpy'

I think it has something to do with a default file path but I haven't found a solution yet.
Reply


Messages In This Thread
Changing Python Path - by sobrio1 - Oct-06-2017, 03:44 AM
RE: Changing Python Path - by metulburr - Oct-06-2017, 03:46 AM
RE: Changing Python Path - by sobrio1 - Oct-06-2017, 04:43 AM
RE: Changing Python Path - by metulburr - Oct-06-2017, 04:49 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Changing Function by Changing or without Changing its Parameters usmankhan 5 3,773 Jan-09-2018, 03:52 PM
Last Post: Windspar

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020