I invoke it this way:
import clr
clr.AddReference("a.dll")
import a
con = a.connect()
It is the last line which creates the SystemError. I don't have this issue
if I use/import a.py directly and not the compiled a.dll. But I need to
provide it as a.dll.
Regards,
Xaphier
2010/4/14 Jimmy Schementi <[email protected]>
> ipy,exe isn't running with any special permissions. How are you invoking
> the code in a.dll?
>
> ~Jimmy
>
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com