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
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