I have installed IronPython and would like to use Numpy and Scipy by using Ironclad. However i am unable to do it for Linux. If any one has done this before could he let me know the steps he has taken
Asked
Active
Viewed 1,147 times
1
-
2Detailing where you are stuck helps us in providing accurate answers. What did you try / what went wrong? – ChristopheD Jan 19 '11 at 20:00
-
not been able to do as mentioned in http://code.google.com/p/ironclad/...when i import ironclad i get a error SystemError: CreateMutex – Tanmoy Jan 19 '11 at 20:24
-
Your problem might be related to this: http://code.google.com/p/ironclad/issues/detail?id=13&can=1&q=createmutex which means you're probably now running this: http://code.google.com/p/ironclad/issues/attachmentText?id=13&aid=1625327799273879707&name=Unmanaged.cs. Try running `locate` to see if you have all `.so` libraries installed (you might need to run `sudo updatedb` first. – ChristopheD Jan 19 '11 at 20:51
-
the part you gave me is for the source while i am trying on the binary version...http://code.google.com/p/ironclad/..the intro part is not working – Tanmoy Jan 19 '11 at 20:59