I'm trying to declare a method without a class but the PythonProvider .. or
.net keeps throwing.. Does anyone know any clever workarounds?

 CodeMemberMethod meth=new CodeMemberMethod();
            meth.Name = "Script";
            meth.Attributes = MemberAttributes.Public;

provider.???  everything throws!

Michael Stephens

Electrical Engineering Graduate Student
University of Wyoming
[EMAIL PROTECTED] or [EMAIL PROTECTED]
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to