Re: [Ironpython-users] Windows C-DLL and find_module issues

2013-08-05 Thread Matt Tatro
thanks Matt From: Slide [mailto:[email protected]] Sent: Monday, August 5, 2013 5:54 PM To: Matt Tatro Cc: [email protected] Subject: Re: [Ironpython-users] Windows C-DLL and find_module issues C Python (www.python.org <http://www.python.org> ) should work jus

Re: [Ironpython-users] Windows C-DLL and find_module issues

2013-08-05 Thread Matt Tatro
com] Sent: Monday, August 5, 2013 5:45 PM To: Matt Tatro Cc: [email protected] Subject: Re: [Ironpython-users] Windows C-DLL and find_module issues IronPython does not support C based modules directly, you would have to write a wrapper for your DLL in C# (or another .NET language) a

[Ironpython-users] Windows C-DLL and find_module issues

2013-08-05 Thread Matt Tatro
Hi Everyone, I am struggling with what I thought would be something simple.even though I am not that familiar with Python. I generated a Python interface file using SWIG for a C-DLL. No errors doing that. When the 'import' is used and the code of the SWIG generated file executes it cannot f