Hello, I am running Spyder 2.2.0 on Windows 7. I would like to install the module *iminuit *but I do not know how to do so within Spyder and I cannot find the basic instructions.
I also tried installing it in my cygwin terminal. *python setup.py install*returned no errors, but then my cygwin python failed to find a library. I copied that error below. Is it a path issue? Thanks, Mike >>> from iminuit import Minuit > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "iminuit/__init__.py", line 8, in <module> > from _libiminuit import * > ImportError: No module named _libiminuit -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
