Problems with ftplib

Mike Callahan mcalla at home.com
Mon Oct 16 19:41:24 EDT 2000


I see some typos with my first post so here is a second try:

Python 1.5.2 (#0, Apr 13 1999, 10:51:12) [MSC 32 bit (Intel)] on win32
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
IDLE 0.5 -- press F1 for help
>>> from ftplib import FTP
>>> ftps = FTP('ftp.python.org')
>>> ftps.login()
(signon message)
>>> ftps.quit()
(signoff message)
>>> (ctrl-D)
(window pops up with...)
PYTHONW caused an invalid page fault in
module KERNEL32.DLL at 0167:bff7b9a6.
Registers:
EAX=00000000 CS=0167 EIP=bff7b9a6 EFLGS=00000246
EBX=0087b650 SS=016f ESP=0062fbdc EBP=0084d73c
ECX=00000000 DS=016f ESI=020325f0 FS=4207
EDX=00000000 ES=016f EDI=00671d68 GS=0000
Bytes at CS:EIP:
ff 76 04 e8 13 89 ff ff 5e c2 04 00 56 8b 74 24
Stack dump:
0087b650 02020b13 020325f0 0062fbf8 76003481
0062fbf8 0084d730 0087b650 7600265e 00000000
0084d730 0084d6d0 0084d6dc 76003283 0084d6d0 7600e420

Do any windows Python gurus have any ideas? The same thing happens with
Python command line, scripts and the latest version of Python, on two
different machines.

Mike Callahan






More information about the Python-list mailing list