[Ironpython-users] need assistance with IronClad project

2013-02-15 Thread William Johnston
From: William Johnston Sent: Friday, February 15, 2013 1:00 PM To: Keith Rome Subject: RE: [Ironpython-users] need assistance with IronClad project Mr. Rome: Here is my C# code to include search paths from the attached file. (Which shows the paths for the command-line execution.) ICollect

Re: [Ironpython-users] need assistance with IronClad project

2013-02-15 Thread Keith Rome
"I added the correct search paths from the working command-line output" Can you elaborate on this? The error message seems to point toward a bad search path or a faulty importer as it tries to import a module. Keith Rome Senior Consultant and Architect MCPD-EAD, MCSD, MCDBA, MCTS-WPF, MCTS-TFS,

[Ironpython-users] need assistance with IronClad project

2013-02-15 Thread William Johnston
From: William Johnston Sent: Friday, February 15, 2013 10:57 AM To: Slide Subject: Re: [Ironpython-users] need assistance with IronClad project Alex: I have made some progress. My python scripts runs fine when run from the IronPython command-line using the following: ipy.exe -X:Frames myt

[Ironpython-users] Need to create a DOT.NET Object[]

2013-02-15 Thread Bernd Viehmann
Hi, I want to use a DataView with a ADO.NET DataTable which has 2 values for indexing. FindRow() need something like this as parameter for every key that is defined: [ in C# ] public DataRowView[] FindRows ( Object[] key ) My Problem is that I have not found how to do this with IPY.