Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Importing other python modules

$
0
0

I am migrating from boaconstructor to SharpDevelop. I want to use the libraries that I use frequently, and do not belong to the standard python library, for example [Mahotas, mamba, numpy, pylab, SymPy, SciPy, pandas, skimage, SimpleCV, etc]. I understand that for a reference to the standard library is done this way: 

import sys 

sys.path.append ("c: \ Python27 \ lib") 

But How Referencing bookstores that do not belong to the "python standard library"?. I searched a lot and in many places but there is no clear information about. I have read and re-read this post but does not work or I can not understand.

I would appreciate any information about it and I'm sorry for my bad English

Regards

Eduardo Munizaga

From Chile 


Viewing all articles
Browse latest Browse all 1764

Trending Articles