I've been working on a port of PyCrypto to IronPython. Are there any pointers on how to properly program an external 'package' that has heirarchical modules in it? I know that this is easy in python. I know that I can create modules in c# for use in IronPython using the PythonModule attribute, but these seem to be limited to __builtin__ modules, and also do not seem to support nested or heirarchical modules (like Crypto.Hash.MD4).
Any comments or pointers would be welcome. See http://stackoverflow.com/questions/2365661/how-to-create-a-package-in-c-for-use-in-ironpython for more information on what I'm asking. Thanks, David -- View this message in context: http://old.nabble.com/Programming-a-package-in-c--%28heirarchical-modules%29-tp27809285p27809285.html Sent from the IronPython mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
