Problem in running a python script from XEmacs

2005-03-13 Thread MarcoL
Hi, I've tried to execute from the buffer (C-c C-c) this python script: s='' s=raw_input('Enter a string:') but I got this error: Enter a string:Traceback (most recent call last): File "", line 2, in ? EOFError: EOF when reading a line I'm using Xemacs 21.5.19 compiled on Fedora Core 3 --with-mul

Re: from vb6 to Python

2004-12-12 Thread MarcoL
MarcoL wrote: Hello, I am a VB6 programmer and I would like to learn a new high level ... My question are: ... - What is the best IDE/RAD for Python (written in Python and OpenSource) Can anybody tell me anything about the IDE Spe? Thanks Marco -- http://mail.python.org/mailman/listinfo

from vb6 to Python

2004-12-10 Thread MarcoL
Hello, I am a VB6 programmer and I would like to learn a new high level language (instead of restarting from scratch with .NET), wich is opensource and cross-platform, in order to develop cross-platform business applications I think Python is the most suitable language for the scope. My questio