[Python.NET] PythonNET and large WinForms applications..

2005-04-15 Thread Jim Hargrave
I just discovered PythonNET and it's a wonderful solution. I can now call .NET and Java (via Jpype) code from the same Python script :-)    I'm considering replacing wxPython with PythonNET+WinForms for all our GUIs. Is anyone else doing this for large apps? Do you consider PythonNet ready for de

Re: [Python.NET] Using Third Party C# Libraries

2007-03-01 Thread Jim Hargrave
I installed the Python.Net for 2.0 (pre-compiles binaries) from the link below. But I am unable to get this working: >>> import clr # this works >>> clr.AddReference("System.Windows.Forms") Traceback (most recent call last): File "", line 1, in ? AttributeError: AddReference According to

Re: [Python.NET] Using Third Party C# Libraries

2007-03-02 Thread Jim Hargrave
SqlSharp.DatabaseBrowser.dll > > > >>from Mono.Data.SqlSharp.DatabaseBrowser import FirebirdMetaData > > >>me=FirebirdMetaData() > > >>print me > Mono.Data.SqlSharp.DatabaseBrowser.FirebirdMetaData > > >>me.ToString() >