Bugs item #1448154, was opened at 2006-03-12 16:56 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=1448154&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: Nicholas Sandow (njsand) Assigned to: Nobody/Anonymous (nobody) Summary: Setting py-python-command after M-x py-shell doesn't work Initial Comment: If I do M-x py-shell, I get an error: "Searching for program: no such file or directory, python" That's ok, I just need to set `py-python-command', right? (setq py-python-command "c:/python24/python.exe") Then I do M-x py-shell again, I get the same error message: "Searching for program: no such file or directory, python" Why didn't setting py-python-command work? However, if I switch to another buffer, (actually a buffer in which I haven't tried M-x py-shell before setting `py-python-command') M-x py-shell will now work. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581349&aid=1448154&group_id=86916 _______________________________________________ Python-mode mailing list [email protected] http://mail.python.org/mailman/listinfo/python-mode
