[Python.NET] Python.Net and DataRow
by Alexander Mail other posts by this author
Aug 13 2009 6:15AM messages near this date
[Python.NET] Problem importing .pyd modules after 'import clr'
|
Re: [Python.NET] Python.Net and DataRow
FRAMEWORK Hi,
I'm new in Python.Net programming. I try to build a simple project
that use DataSet/DataTable/DataRow.
But when I add a DataRow with this code:
mydatar = DataRow()
I get this error:
no constructor matches given arguments.
Any ideas?
Thanks
Marco
_________________________________________________
Python.NET mailing list - PythonDotNet@[...].org
http://mail.python.org/mailman/listinfo/pythondotnet
Thread:
Alexander Mail
Brett Tribble
|