Hi i am kinda new to ironpython and tried to use unrar in a project.<br>Since i was unable to directly import it i made a .net wrapper dll (see attachment generate.py), works quite well only problem left now is:<br><br>&gt;&gt; archiveData = 
unrar.RAROpenArchiveDataEx(OpenMode=1)<br>ValueError: Attempt to update field &#39;OpenMode&#39; on value type &#39;RAROpenArchiveDataEx&#39;; value type fields cannot be directly modified<br><br>guess there is an easy way to solve it, any help would be appreciated
<br><br>regards<br>ronny<br><br><br>