test_socket, similar problem:
lordkaos at my-deja.com
lordkaos at my-deja.com
Mon Jul 17 18:59:49 EDT 2000
More information about the Python-list mailing list
Mon Jul 17 18:59:49 EDT 2000
- Previous message (by thread): test_socket, similar problem:
- Next message (by thread): test_socket: similar problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm having a similar problem to the below, but on a Mac (MacOS 9.0.4) w/ Python 1.5.2 (same error w/ test_socket, and same thing when I tried open a simple socket connection) I'm sure the problem/solution is similar, but how in specific do I fix it on a Mac? Thanks. > Harry George wrote: > > > > [I looked in dejanews, but all the socket queries are way beyond where > > I'm stuck.] > > > > I have a win95 machine which is samba'd to a linux box. I'm trying to > > learn to do python on win95 (COM et al). First step is to get it > > running. py152.exe went ok; then win32all-128.exe. python, > > pythonwin, icons in the explorer all ok. Able to edit and run simple > > hello, worlds. > > > > Then in the interpreter I tried: > > import test.autotest > > It ran ok (with lots of skipped optionals), but test_socket crashed > > with socket.error "host not found" > > I had the same error. As far as I understood my computer didn't know > about his name.. ;-) I made the file "c:\windows\hosts" , that > contained one row: > > 128.0.0.1 localhost > > and after reboot all worked fine.. > > > > Of course this could be a non-python win95 setup issue, but with > > tcp/ip running ok (samba, ftp, ping, etc.), I'm wondering if there is > > a python-specific issue. Any ideas? > > > > -- > > Harry George > > hgg9140 at seanet.com > > Alexei Kichkine (http://infocentr. Sent via Deja.com http://www.deja.com/ Before you buy.
- Previous message (by thread): test_socket, similar problem:
- Next message (by thread): test_socket: similar problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list