Am 01.02.2013 00:59, schrieb Vinay Sajip:
Thomas Heller ctypes.org> writes:
What I meant to write is this:
when the shebang line in script.py contains this:
#!/usr/bin/python3.1-32
then emacs SHOULD run
py.exe -3.1-32 script.py
and the launcher runs
c:\Python31\python.exe script.p
Thomas Heller ctypes.org> writes:
> What I meant to write is this:
>
> when the shebang line in script.py contains this:
>#!/usr/bin/python3.1-32
> then emacs SHOULD run
>py.exe -3.1-32 script.py
> and the launcher runs
>c:\Python31\python.exe script.py
IMO it would be better for em
Am 31.01.2013 17:35, schrieb Thomas Heller:
Am 31.01.2013 12:05, schrieb Andreas Röhler:
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 edi
Am 31.01.2013 12:05, schrieb Andreas Röhler:
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
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 py