Bug#861736: Still some regression in python-nxs

2017-05-11 Thread Carlos Pascual
Hi, while nexus 4.3.2-svn1921-5 fixes the originally reported exception, the fix seems not to be complete [1]. In order to trigger the still-existing regression, run the following python code (which ideally should exit without errors): ``` import nxs f = nxs.open("/tmp/foo.h5", "w5")

Bug#844601: python-spyder: "from spyder.plugins.editor import Editor" hangs the machine

2016-11-28 Thread Carlos Pascual
On Sunday, November 27, 2016 6:22:48 PM CET Dmitry Shachnev wrote: > Such code should not be run on module *import* time, it should be run > when the spyder code is first *used*. I completely agree with this. Also, I second the opinion that segfaults when using Qt code without a QApplication