Re: Axiom Testing
Gabriel Jacobo <[email protected]> Fri, 10 Feb 2006 16:50:43 -0300
| Newsgroups | gmane.comp.python.quotient.dev |
|---|---|
| Message-ID | <[email protected]> |
I´ve updated Python, just in case...but it seems the problem was somewhere else... The thing is I was using the Wing IDE to test the script. If I execute the script from inside the IDE (using the external python interpreter, so there are no inconsistencies there), the execution gets interrupted with the refered exception. BUT ... If I load the test script in the command line python interpreter, no exception is raised...or if it is, something else catches it and hides it and nothing strange happens when viewed from outside (the test object creation takes place). Gabriel. Glyph Lefkowitz escribió: > On Fri, 2006-02-10 at 15:58 -0300, Gabriel Jacobo wrote: > >> Which Python version are you using? Perhaps the implementation of the >> "hasattr" function in my intepreter (2.4.1) is different from the one >> you are using?? Are you trying this on Linux or Windows? >> > > I find that unlikely; the semantics of "hasattr" haven't changed (that > I'm aware of) since 1.5.2. > > I'm using 2.4.2 on both Windows and Linux. > > > > _______________________________________________ > Divmod-dev mailing list > [email protected] > http://divmod.org/users/mailman.twistd/listinfo/divmod-dev > >