RE: [IronPython] not support Mixin

2005-05-27 Thread Jim Hugunin
Chu Kevin wrote: > >>>class RoseLoveSomebodyElse: >def sayGoodBye(self): >print "Let's say goodbye tonight." > > >>>lover.__bases__+=(RoseLoveSomebodyElse,) > > >>>John_and_Rose.sayGoodBye() > a error occur > > IronPython.Objects.PythonAttributeError: 'lover' object has no > attribu

[IronPython] compiling python libraries into assemblies

2005-05-27 Thread Ben Siemon
I need to convert a python file to an assembly. It needs to import os and use the Crypto module. Is it possible to obtain the source for these libraries and use them in the Iron Python Console?-- cheersBen Siemon254 723 6937cs.baylor.edu/~siemon ___ users