Hi, I have a strange problem with the latest 2.4.4 on MS XP. If I rrun a test script in DOS window, it is ok. From the Python shell I got error: <Sniiffff> Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information. **************************************************************** Personal firewall software may warn about the connection IDLE makes to its subprocess using this computer's internal loopback interface. This connection is not visible on any external interface and no data is sent to or received from the Internet. **************************************************************** IDLE 1.1.4 >>> ================================ RESTART ================================ >>> ........ ---------------------------------------------------------------------- Ran 8 tests in 0.016s OK Traceback (most recent call last): File "D:\Gabaux\Python\TodoList\datetest.py", line 76, in -toplevel- unittest.main() File "D:\Python24\lib\unittest.py", line 759, in __init__ self.runTests() File "D:\Python24\lib\unittest.py", line 797, in runTests sys.exit(not result.wasSuccessful()) SystemExit: False >>>
<Sniiffff> The script I was executing was a simple unittest.TestCase descendant. Any ideas? Gabor Urban NMC - ART
-- http://mail.python.org/mailman/listinfo/python-list