Hi,
With Python on Windows, I tried to use Emacs as the programming
environment. For syntax checking I installed pyflakes, but flymake
always reports "fail to launch. No such file or directory: pyflakes"
when opening a Python file. Is pyflakes not for Windows? What Python
syntax checking tools wor
On Sep 24, 2:26 pm, Benjamin Kaplan wrote:
> On Friday, September 24, 2010, Dsrt Egle wrote:
> > Hi,
>
> > With Python on Windows, I tried to use Emacs as the programming
> > environment. For syntax checking I installed pyflakes, but flymake
> > always reports &q
Hi,
I am trying to use Pylint with Emacs on Windows XP. My Emacs version
is EmacsW32 23.1, pylint is 0.21.3 with Python 2.5. After easy_install
pylint, I added the code block below to Emacs init file, copied form
Emacs Wiki.
(when (load "flymake" t)
(defun flymake-pylint-init ()
On Sep 30, 9:38 am, Dsrt Egle wrote:
> Hi,
>
> I am trying to use Pylint with Emacs on Windows XP. My Emacs version
> is EmacsW32 23.1, pylint is 0.21.3 with Python 2.5. After easy_install
> pylint, I added the code block below to Emacs init file, copied form
> Emacs Wiki.
&
On Sep 24, 4:53 pm, David Robinow wrote:
> On Fri, Sep 24, 2010 at 4:59 PM,DsrtEgle wrote:
> > ...
> > I can't invoke IPython by Emacs on Windows, either. Looks ipyhon.el
> > only works for Linux?
>
> There don't appear to be a lot of ipython.el users on Windows.
> You may have better look on an e
On Oct 4, 3:53 am, Alexandre Fayolle
wrote:
> Alexandre Fayolle wrote:
> >DsrtEglewrote:
>
> >> Hi,
>
> >> I am trying to use Pylint with Emacs on Windows XP. My Emacs version
> >> is EmacsW32 23.1, pylint is 0.21.3 with Python 2.5. After easy_install
> >> pylint, I added the code block below to E