[Pythonmac-SIG] MacPython 2.1 release candidate
TattooMabonzoK.
TattooMabonzoK.
Fri, 27 Apr 2001 22:13:09 +0200
On Friday, April 27, 2001, at 10:16 AM, Jack Jansen wrote:
>
> Aside from Russel, did anyone else try the new installer? Did it work
> (except
> for the Tkinter problem)?
I did. On Mac OS X 10.0.1 (the full installer). Worked great. I can see
that a large number of cosmetic bugs have been corrected :-). There are
still a quite a few of them left though (mostly button outline) ;-/
The IDE is still quite ugly (sorry). But now that BBEdit supports python
*and* run natively on X that 's less of a problem except for debugging.
I must report that running import test.autotest, 2 tests failed
(test_asynchat and test_socket) which never happened with the beta. Maybe
this is due to the fact that my LAN @ home is running on private IP
addresses (the 192.168.xxx.xxx kind) and there're not configured for
reverse lookup?
--- cut
2 tests failed: test_asynchat test_socket
29 tests skipped: test_al test_bsddb test_cd test_cl test_crypt test_dbm
test_dl test_fcntl test_fork1 test_gc test_gl test_grp test_imgfile
test_largefile test_linuxaudiodev test_locale test_mmap test_nis
test_openpty test_poll test_popen2 test_pty test_pwd test_signal
test_sunaudiodev test_sundry test_timing test_winreg test_winsound
--- cut
--- cut
test_asynchat
The actual stdout doesn't match the expected stdout.
This much did match (between asterisk lines):
**********************************************************************
test_asynchat
Connected
**********************************************************************
Then ...
We expected (repr): "Received: 'hello world'\n"
But instead we got: "error: uncaptured python exception, closing channel
<echo_client connected at 11e2020> (socket.error:(22, 'Invalid argument')
[cocoa:users:shared:hacking:python 2.1:lib:asynchat.py|handle_read|82]
[cocoa:users:shared:hacking:python 2.1:lib:asyncore.py|recv|349])"
The actual stdout doesn't match the expected stdout.
This much did match (between asterisk lines):
**********************************************************************
test_asynchat
Connected
**********************************************************************
Then ...
We expected (repr): ''
But instead we got: ' '
test test_asynchat failed -- Writing: ' ', expected: ''
--- cut
Btw the case of the file path above are not correct in case (no pun
intended :-) it matters.
--- cut
test_socket
test test_socket crashed -- socket.error: host not found
--- cut
Thanks for the great work and support Jack and everybody else!
= tmk =
> --
> Jack Jansen | ++++ stop the execution of Mumia Abu-Jamal ++++
> Jack.Jansen@oratrix.com | ++++ if you agree copy these lines to your sig
> ++++
> www.oratrix.nl/~jack | see http://www.xs4all.nl/~tank/spg-l/sigaction.
> htm
>
>
>
> _______________________________________________
> Pythonmac-SIG maillist - Pythonmac-SIG@python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
>