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>>> archiveData =
unrar.RAROpenArchiveDataEx(OpenMode=1)<br>ValueError: Attempt to update field 'OpenMode' on value type 'RAROpenArchiveDataEx'; 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>