the-efi

Results 5 comments of the-efi

Doesn't work for me with OS X Yosemite and PyQt4 ("unable to load"). But strangely it does work after installing PySide ("brew install pyside").

Same here. ``` $ /Applications/Pineapple.app/Contents/MacOS/Pineapple ~ dyld: Library not loaded: /usr/local/lib/libwx_osx_cocoau-3.1.dylib Referenced from: /Applications/Pineapple.app/Contents/MacOS/Pineapple Reason: image not found [1] 15984 trace trap /Applications/Pineapple.app/Contents/MacOS/Pineapple ``` GUI Problem Report: ``` Crashed Thread:...

I know about this, but I've never used it. First of all, I'm bad at remembering numbers. Second, I'm mostly using one session (that may last several days). Third, I...

Well here's my usual workflow: ``` In [3]: from my_module import * # iPython rereads the files on disk In [4]: v = my_obj(param1='test', param2=10, param3=None) In [5]: v.do_something() ```...

I entered `"\C-o": operate-and-get-next` into my `~/.inputrc`, but it didn't yield the desired result. Namely, if I'm issuing Ctrl-O in iPython running under iTerm2, nothing happens. If I run `stty...