[Python-mode] Python shell not responding

2010-03-11 Thread Marc Massar
Hi, After running py-shell I get an error message in the min-buffer "Wrong type argument: processp, nil". The *Python* buffer shows: Python 2.6 (r26:66714, Dec 23 2009, 15:54:18) [GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] on linux2 Type "help", "copyright", "credits" or "license" for more informatio

[Python-mode] problem with Python <==> emacs communication (On solaris, both emacs & xemacs)

2010-04-01 Thread Marc Massar
Hi, I have some problems using py-shell or running python in a shell in emacs (under solaris). I wonder if someone would have an idea of what is happening. Some things work, some don't. I'll try to give as many details as I can. The problem: The issue is that py-shell does not return doing some

Re: [Python-mode] problem with Python <==> emacs communication (On solaris, both emacs & xemacs)

2010-04-16 Thread Marc Massar
Hi, After passing some time comparing how python-mode.el and python.el create the Python interpreter, I figured out that if I (setq process-connection-type nil) in python-mode-hook, then everything work fine. Marc On Sat, Apr 3, 2010 at 5:28 AM, Andreas Roehler wrote: > Marc Massar wr