[Python.NET] Use of c++ dll in python

2006-04-03 Thread Lalit DIGARI
Hello All , I have devloped a c++ dll named mydll in c++ how can I access it with in python script using ctype... Regard's Lalit _ Python.NET mailing list - PythonDotNet@python.org http://mail.python.org/mailman/listinfo/pythondotnet

[Python.NET] installation on GNU/Linux

2006-04-03 Thread python
Hi all, I have installed pythonnet and thought it would be of interest to send the outputs of the tests included in the library. -- Jean Pierre configuration - Debian GNU/Linux 3.1 kernel 2.6 python-2.4.2 mono-1.1.13.4 pythonnet-1.0-rc2-py2.4-clr1.1 axtom:/opt/pythonnet#

Re: [Python.NET] Use of c++ dll in python

2006-04-03 Thread Roman Yakovenko
On 4/3/06, Lalit DIGARI <[EMAIL PROTECTED]> wrote: > Hello All , > I have devloped a c++ dll named mydll in c++ how can I access it with in > python script using ctype... Hi. I think this is the wrong mailing list to ask. Any way, you can not do it. There are 2 reasons: 1. functions name mangling

[Python.NET] import changes for 2.x

2006-04-03 Thread Brian Lloyd
Hi all - One of the things I'd like the 2.x-compatible version of PythonNet to do is be code-compatible as much as possible with IronPython.A part of that is reconciling import syntax. Currently, you have to use the ' CLR.xxx' form to import modules in PythonNet, where in IronPython you can just sa

Re: [Python.NET] Use of c++ dll in python

2006-04-03 Thread Lalit DIGARI
Thanks mark, How could I use dll's exposed function with in python script? Reagrd's lalit -Original Message- From: Mark McMahon [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 5:41 PM To: Lalit DIGARI; pythondotnet@python.org Subject: RE: [Python.NET] Use of c++ dll in python Hi