Re: Class instantiation fails when passed in a file but work via line by line interpreter

2008-11-18 Thread Jeff Tchang
> Random related question. If you're writing a SAML implementation have > you found an XML Signature implementation that works reliably from > python? I've had a hell of a time finding something that doesn't > segfault and is interoperable with .NET. I guess you could call it a SAML implementation

Class instantiation fails when passed in a file but work via line by line interpreter

2008-11-18 Thread Jeff Tchang
Odd issue I am having with class instantiation on Python 2.5.2 (Windows). I have a custom module with a few classes in it. The module is named SAML.py. There is a copy of it in C:\Python25\Lib\site-packages\SAML.py. Basically when I try to run a python file that tries to create an instance of the