Hi all, Most likely is a silly question but I am having problems using xalglib.py My OS is Linux I am using Python 2.7 I downloaded the alglib-3.9.0.ipython.gpl file and extracted all the files in a folder. Within the ipython folder I can find the xalglib.py and check.py files. If I run python check.py I get the following error: Traceback (most recent call last): File "check.py", line 1, in <module> import xalglib File "/alglib_folder/ipython/xalglib.py", line 25, in <module> import clr ImportError: No module named clr I also think that I will have problems with the next import: "import System" Those libraries do not seem to be available for Ipython... What am I doing wrong? Thanks for your help, Hector
|