klonuo

Results 19 issues of klonuo

Hi, I found it from mailing list dump, and thought to try it on XP with MinGW It nonsensically reports that gcc can't be found: ``` klo@HOME /c/src/atlas-3.10.0/build $ ../configure...

### 1. easy_install scikits.audiolab `error: sndfile (http://www.mega-nerd.com/libsndfile/) library not found.` ### 2. pip install scikits.audiolab `error: sndfile (http://www.mega-nerd.com/libsndfile/) library not found.` ### $ locate libsndfile ``` /usr/lib/libsndfile.a /usr/lib/libsndfile.la /usr/lib/libsndfile.so /usr/lib/libsndfile.so.1...

Hi, I accidentally run on your code, and I find it great. Thanks for making it :) However one side I think is missing - Adobe - or possibility to...

From documentation build log: ``` IPython/core/debugger.py:docstring of IPython.core.debugger.Pdb.do_q:3: ERROR: Unexpected indentation. IPython/core/debugger.py:docstring of IPython.core.debugger.Pdb.do_quit:3: ERROR: Unexpected indentation. ``` This error probably comes from `IPython/core/debugger.py@decorate_fn_with_doc`

documentation
needs-info

Unlike Ctrl+D on *nix, on Windows Ctrl+Z is used as EOF sequence. Pressing Ctrl+Z in Python interpreter, terminates session, as expected. Pressing Ctrl+Z in IPython raises: ``` In [1]: ^Z...

windows
UI

Hi, first of all, thanks for making this nice plugin :) I use latest ST3 on Windows 10, and used git to install hermes instead package manager. However it fails...

enhancement

Maybe there should be setting preferences, like most ST plugins have? For example, for setting `gfortran` executable? On my system `gfortran` is not on PATH. So I either have to...

enhancement

Shell is needed when using batch wrapper. Example `gfortran.cmd` wrapper: ``` batch @echo off set PATH=D:\mingw-w64\mingw64\bin;%PATH% gfortran %* ```

I'm on Windows 10 with jupyter 4.4.0. I installed this kernel and get no errors but timeout message in terminal. ![image](https://user-images.githubusercontent.com/361447/46943623-4f4a8b00-d070-11e8-951f-219c06ddb729.png) Same happens with matlab kernel. ![image](https://user-images.githubusercontent.com/361447/46943639-5d001080-d070-11e8-80f4-150c16581887.png) Other kernels work...

needs info