Re: [Distutils] Enquire for python

2017-01-25 Thread Brett Cannon
Instructions can be found at https://packaging.python.org/installing/ On Wed, 25 Jan 2017 at 03:42 ali refaee wrote: > Dear Sir/Madam > I’m beginner in python, how can I get python modules? > when run some function > such as (import numpy as np) > message > ImportError: No module named numpy > >

[Distutils] Enquire for python

2017-01-25 Thread ali refaee
Dear Sir/Madam I’m beginner in python, how can I get python modules? when run some function such as (import numpy as np) message ImportError: No module named numpy another ex import matplotlib.pyplot as plt ImportError: No module named matplotlib.pyplot how we install modules? where are the modu