Re: Python & Emacs

2005-01-17 Thread Robert Himmelmann
It's probably being caused by the fact that your Python program has a shebang at the beginning specifying a symlink (or some other form of indirection, e.g. using /usr/bin/env) to the Python interpreter. That was it. When I delete or change the first line it's working. Thanks. Happy Hacking, Ro

Re: Python & Emacs

2005-01-17 Thread Matthew Gregan
At 2005-01-17T21:17:37+1300, Robert Himmelmann wrote: > I am learning Python and trying to improve my emacs-skills. When I > edit a .py-file in emacs and press C-c C-c (Excecute Buffer) I get the > message "Wrong type argument: seqencep, cpython". Anyone knows what > that means? There are bugs for

Python & Emacs

2005-01-17 Thread Robert Himmelmann
I am learning Python and trying to improve my emacs-skills. When I edit a .py-file in emacs and press C-c C-c (Excecute Buffer) I get the message "Wrong type argument: seqencep, cpython". Anyone knows what that means? Happy Hacking, Robert +---+ |