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
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
SqlSharp.DatabaseBrowser.dll
>
> > >>from Mono.Data.SqlSharp.DatabaseBrowser import FirebirdMetaData
> > >>me=FirebirdMetaData()
> > >>print me
> Mono.Data.SqlSharp.DatabaseBrowser.FirebirdMetaData
> > >>me.ToString()
>