Bugs item #1427650, was opened at 2006-02-08 11:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581349&aid=1427650&group_id=86916
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: David Goodger (goodger) Assigned to: Nobody/Anonymous (nobody) Summary: async bug with py-execute-region Initial Comment: python-mode.el revision 4.78, GNU Emacs 21.3.1 (i386-mingw-nt5.1.2600) of 2004-03-10 (NTEmacs), Cygwin. When executing py-execute-region with the optional async parameter set, I get the following bug: let*: Wrong type argument: stringp, cpython I traced the problem to line 1749: (start-process py-which-bufname buf shell arg file) The "shell" variable evaluates to a symbol, 'cpython, but start-process is expecting a string. Hard-coding the string "python" fixes the immediate problem for me. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581349&aid=1427650&group_id=86916 _______________________________________________ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode