[ros-bugs] [Bug 1255] mathematic display/computation and python compatibility
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Sun Jun 8 22:45:37 CEST 2008
http://www.reactos.org/bugzilla/show_bug.cgi?id=1255
--- Comment #5 from jeanmichel.123 <jeanmichel.123 at free.Fr> 2008-06-08 22:45:36 CET ---
(In reply to comment #4)
> Installed 2.3.5 on 33861 and got different errors: NameError: name 'link' was
> not defined. Did not see test_divmod.py at all , and test_pow.py gives me
> "unindent does not match any outer indentation level". I have no python
> experience, someone who does would need to look more into that one I think.
>
> 2.5.2 built-in tests do not give any errors, and I do see test_divmod in the
> output as success.
The ("unindent does not match any outer indentation
level" ) issue
looks like python did not see the begin of the file.
It looks like you are describing bug 2795.
http://www.reactos.org/bugzilla/show_bug.cgi?id=2795
Python miss first 120 bytes from script.
This #2795 bug is due to CRT issues described in other bugs.
To reproduce the 1255 bug, I had a workaround I do not rember very much.
One time, I inserted around 60 # and 60 new lines (I mean 120 bytes of
comments), at the begin of the script file (the one ending with.py).
But I do not remember if it uses others files with same issue, or if
there is another way to launch the script, bypassing the 2795 bug.
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the Ros-bugs
mailing list