[IronPython] Help with unrar.dll in ironpython

Ronny Stiftel ronny.stiftel at gmail.com
Thu Oct 11 21:14:43 CEST 2007


Hi i am kinda new to ironpython and tried to use unrar in a project.
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:

>> archiveData = unrar.RAROpenArchiveDataEx(OpenMode=1)
ValueError: Attempt to update field 'OpenMode' on value type
'RAROpenArchiveDataEx'; value type fields cannot be directly modified

guess there is an easy way to solve it, any help would be appreciated

regards
ronny
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20071011/4d267a8e/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: generate.py
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20071011/4d267a8e/attachment.ksh>


More information about the Ironpython-users mailing list