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 ) should work just fine.

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

2013-08-05 Thread Slide
C Python (www.python.org) should work just fine. slide On Mon, Aug 5, 2013 at 3:47 PM, Matt Tatro wrote: > Thanks for the response, that answer that then ;-) > > ** ** > > Is there any other Python implementation on Windows that will work? > > ** ** > > With other languages I mean tha

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

2013-08-05 Thread Matt Tatro
Thanks for the response, that answer that then ;-) Is there any other Python implementation on Windows that will work? With other languages I mean that I have tested the DLL in TCL and just straight 'C' and it works great. Matt From: Slide [mailto:[email protected]] Sent:

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

2013-08-05 Thread Slide
IronPython does not support C based modules directly, you would have to write a wrapper for your DLL in C# (or another .NET language) and have it used from there. When you say it works in other languages, what do you mean? Thanks, slide On Mon, Aug 5, 2013 at 1:03 PM, Matt Tatro wrote: > Hi

[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