subhacom

Results 8 comments of subhacom

GNU Emacs 25.3.1 (x86_64-w64-mingw32) of 2017-09-26

Yes, I do get windows-nt for system-type. Yes, *el-get-build: magit* buffer shows the same error: `install-info: No such file or directory for \Users\UserName\AppData\Roaming\.emacs.d\el-get\magit\Documentation\magit.info` And indeed, there is no magit.info in...

This entry in my .emacs worked: `(add-to-list 'el-get-sources '(:name magit :info nil))` I guessed you meant :info instead of :documentation. Thank you for the help.

Still getting the original issue on Windows 7 with : ob-ipython 20150926.712, emacs 25, Ipython 4.0.0, Python 3.4.3, Anaconda 2.3 .0 64 bit.

> @subhacom Were you able to understand what was happening? > Since the documentation did not match the code, I went with the code. When there is just one object...

I made some fixes to replace PyQt4 dependency with PyQt5 in the examples: [https://github.com/subhacom/moose-examples](https://github.com/subhacom/moose-examples) The issue can be seen by running the moose-examples/traub_2005/py/gui.py The following function in that file sets...

`curl` or `urllib2` is not the same thing as `suds`, which is a SOAP client. There is a [fork of suds](https://bitbucket.org/jurko/suds) which has been maintained irregularly, and if anybody is...

It works for cygwin (64 bit) 2.871 with gcc 4.9.3 on Windows 7 after the newer files were added to moose-core/setup.py. So the problem is possibly with some flags or...