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

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

2008-11-18 Thread John Krukoff
On Tue, 2008-11-18 at 10:45 -0800, Jeff Tchang wrote: > 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

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

2008-11-18 Thread Steve Holden
Jeff Tchang wrote: > 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 tri

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