Re: Problem with sockets and python 2.5

2007-03-21 Thread Jose Alberto Reguero
El Lunes, 19 de Marzo de 2007, Jose Alberto Reguero escribió:
 I had two programs, server.py and client.py(attached)

 1:
   server.py at i386 python 2.4
   client.py at x86_64 python 2.5
 Work

 2:
   server.py at x86_64 python 2.5
   client.py at i386 python 2.4
 Don't work

 Any ideas?
 Thanks.

 Jose Alberto

The problem was with kernel 2.6.21-rc4.
I put kernel 2.6.20.3 and the programs work well.
Thanks.
Jose Alberto
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Problem with sockets and python 2.5

2007-03-20 Thread Facundo Batista
Jose Alberto Reguero wrote:

 2:
   server.py at x86_64 python 2.5
   client.py at i386 python 2.4
 Don't work

What do you mean with don't work?

They crash? Your machine hungs? Your house explodes?

You'd be more specific in the error you get, and what behaviour you
expect.

Regards,

-- 
.   Facundo
.
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Problem with sockets and python 2.5

2007-03-20 Thread Fabio FZero
On Mar 20, 10:05 am, Facundo Batista [EMAIL PROTECTED]
wrote:
 Jose Alberto Reguero wrote:
  2:
 server.py at x86_64 python 2.5
 client.py at i386 python 2.4
  Don't work

 What do you mean with don't work?

 They crash? Your machine hungs? Your house explodes?

Traceback (most recent call last):
  File server.py, line 1, in module
DontWorkError: YOUR HEAD A SPLODE!

:D

FZ

-- 
http://mail.python.org/mailman/listinfo/python-list


Problem with sockets and python 2.5

2007-03-19 Thread Jose Alberto Reguero
I had two programs, server.py and client.py(attached)

1:
server.py at i386 python 2.4
client.py at x86_64 python 2.5
Work

2:
server.py at x86_64 python 2.5
client.py at i386 python 2.4
Don't work

Any ideas?
Thanks.

Jose Alberto


clinet.py
Description: application/python


server.py
Description: application/python
-- 
http://mail.python.org/mailman/listinfo/python-list

Re: Problem with sockets and python 2.5

2007-03-19 Thread Steve Holden
Jose Alberto Reguero wrote:
 I had two programs, server.py and client.py(attached)
 
 1:
   server.py at i386 python 2.4
   client.py at x86_64 python 2.5
 Work
 
 2:
   server.py at x86_64 python 2.5
   client.py at i386 python 2.4
 Don't work
 
 Any ideas?

Fix them?

regards
  Steve
--
Steve Holden   +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd  http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
Recent Ramblings   http://holdenweb.blogspot.com

-- 
http://mail.python.org/mailman/listinfo/python-list