RE: Python.NET Status?
by Mark Hammond other posts by this author
Jul 24 2001 11:22AM messages near this date
Python.NET Status?
|
Re: Is python.net supported by VisualStudio.NET?
FRAMEWORK There will be a new Python .NET version within a few weeks. However, it has
all the same limitations as described on aspn.activestate.com.
Note that almost all .NET objects can be accessed via COM - hence, there
should be no need to use SWIG to access these objects - just use the
win32com module. Look for .NET documentation on "COM interoperability".
Mark.
> -----Original Message-----
> From: python.net-admin@[...].com
> [mailto:python.net-admin@[...].com]On Behalf Of Wilhelm
> Medetz
> Sent: Monday, 28 May 2001 7:29 AM
> To: python.net@[...].com
> Subject: Python.NET Status?
>
>
> We would like to use Python.NEt in a new project but have not heard
> anything new about Python.NET in the last months.
>
> When will there be a Python.NET version (will there be a Python.NET
> version)?
>
> Alternatively is it possible to compile Python with VisualStudio.NET and
> to use it together with managed code? Is it possible to wrap .NET
> objects with SWIG? Would this be syntactically compatible with
> python.NET?
>
> Many thanks if it is possible to answer these questions as it will help
> us to plan our project right.
>
> Regards,
>
> Willi Medetz
>
> -------------------------------------
> Wilhelm Medetz
>
> G E O O B J E C T S O F T W A R E
> Hauptstr. 99, 4232 Hagenberg, Austria
> Tel: +43 (7236) 3343-56
> Fax: +43 (7236) 3769
> Email: mailto:wmedetz@[...].at
> WWW: http://www.geoobject.co.at
>
> ve softwarepark member
> -------------------------------------
>
>
> _______________________________________________
> Python.NET mailing list. To unsubscribe go to
> http://listserv.ActiveState.com/mailman/subscribe/python.net
Thread:
Wilhelm Medetz
Mark Hammond
|