[Ironpython-users] Unable to correctly resolve function in a module when using ImportModule

2013-01-02 Thread Matt Fishburn
Hi, I would like to call some functions in the scipy.linalg package from C#, however I think the ImportModule function from the ScriptRuntime object is not working correctly for modules with dots in the name. To setup the project, I followed the instructions at https://www.enthought.com/repo/.ir

Re: [Ironpython-users] Unable to correctly resolve function in a module when using ImportModule

2013-01-02 Thread Jeff Hardy
It's definitely supposed to be handling dots (the code is in Languages/IronPython/IronPython/Runtime/Importer.cs), so I'm not sure why it would be failing in this case. Can you try it without SciPy involved (just create a couple of nested packages with trivial Python files)? - Jeff On Wed, Jan 2,