[Python.NET] Using embedded structs

2013-04-30 Thread Morne Joubert
Hi, I am new at Paython and Python.NET and have been trying to use my own .NET assemblies. I have been able to get going with mostly but cannot get passed using C# structs. I have a class with an embedded struct public class Log { public class PageManager { public struct Pag

[Python.NET] Support for Python 2.6 & .NET 2.0

2010-09-17 Thread Morne Joubert
The latest 2.5 binaries for .NET 2.0 works very well so my next question is about support for Python 2.6. All I need is the binaries (no installer needed). Can I create the binaries myself for 2.6 by compiling the source or could the 2.6 binaries for .NET 2.0 be added to the download secti

[Python.NET] New: Python 2.5 support

2010-09-10 Thread Morne Joubert
Hi, I am totally new with Python and need some pointers on how to get Python 2.5 to call a .NET 2.0 assembly. I have been using the normal python distribution c:\python25 (using pyDev and Eclipse) I installed python .NET at C:\Program Files\PythonNet and then pointed pyDev at this folder