Re: [Python.NET] Nested Loops

2005-11-30 Thread michael_sweeney
I like the idea of using a dictionary as a solution to the problem. The reason you are not seeing the nested loop run twice is because of the following: >>> fd = file("C:\\defragreport.txt") >>> fd.readlines() ['11/29/2005\n', '\n', '10:32:32 PM\n', '\n', 'Drive C: Defrag completed successfull

[Python.NET] ClrModule Progress?

2006-11-05 Thread michael_sweeney
Hi Brian, Any progress on the ClrModule :) If you give me some pointers or a partial implementation, maybe I can get something finished? I am sure there are others with the same thoughts... I currently develop a Python application and need .NET 2.0 integration. Fully migrating to IronPython do