From andreas.roehler at online.de Thu Jan 31 12:05:53 2013 From: andreas.roehler at online.de (=?ISO-8859-1?Q?Andreas_R=F6hler?=) Date: Thu, 31 Jan 2013 12:05:53 +0100 Subject: [Python-mode] Python launcher (PEP 397) and emacs python-mode.el In-Reply-To: References: Message-ID: <510A5011.4010005@online.de> Am 31.01.2013 10:03, schrieb Thomas Heller: > Has someone managed to patch python-mode.el to use > the PEP 397 python launcher when you hit C-c C-c? > > It seems that emacs should parse the shebang line in the edited > python script and pass the corresponding arguments to py.exe. > Yes, that's the way python-mode.el acts by default. AFAIU that launcher is implemented in Python3.3 and should not need any patch at all. Should it not work, please file a bug-report at https://bugs.launchpad.net/python-mode Andreas > Thomas