Hello,<div><br></div><div>I have been trying to use tuple as a generic type argument:</div><div><div>In [4]: from System.Collections.Generic import List</div><div>In [5]:<br></div><div>In [6]: x = List[int](range(4))<br></div>
<div>In [7]: x = List[tuple]([() for t in range(4)])<br></div><div>---------------------------------------------------------------------------</div><div>TypeError                                 Traceback (most recent call last)</div>
<div><br></div><div>h:\python\testPyNet.py in &lt;module&gt;()</div><div>----&gt; 1</div><div>      2</div><div>      3</div><div>      4</div><div>      5</div><div><br></div><div>TypeError: type(s) expected</div><div><br>
</div><div>I had a similar problem in a generic method of a non-generic class.</div><div><br></div><div>I have two questions:</div><div>* Is there a work around ?</div><div>* How do you debug python for .NET ?</div><div>  I tried to attach a Visual Studio 2005 debugger to the python process and break in ClassObject.type_subscript but VS does not load the symbols.</div>
<div><br></div><div>Thanks for this project, I would love to use it.</div><div>--</div><div>Greg</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>