Dana Rea wrote:
Have you tried updating your python module? Perhaps you got a newer version with the port package.
Well no I got the last, and reinstalled it a few times.. Now I even don't understand why pymate is not working (with all the python versions). If I run something like that
#!/usr/bin/env python if __name__ == '__main__': a = raw_input("kjld")
I get kjld EOFError: EOF when reading a line
Instead of a windows asking me for the input...