Bug#895531: Unable to import neuron in python3

2023-01-12 Thread Andreas Tille
Hi Étienne, Am Thu, Jan 12, 2023 at 08:57:33PM +0100 schrieb Étienne Mollier: > Note your upload didn't make it to the archive because for some > reason one of the orig.tar.gz has a discrepancy when trying to > reconstruct it from the VCS, Argh. > so I glued our changes in a version > 7.6.3-4

Bug#895531: Unable to import neuron in python3

2023-01-12 Thread Andreas Tille
Control: found -1 7.6.3-3 Control: severity -1 serious I realised that this bug either remained or we have a regression in version 7.6.3. This becomes obvious after I added Testsuite: autopkgtest-pkg-python to the team upload of 7.6.3-3. I also added debian/salsa-ci.yml which enables you

Bug#895531: Unable to import neuron in python3

2018-12-21 Thread Matthias Klumpp
Am Mo., 16. Apr. 2018 um 10:18 Uhr schrieb Johannes Hjorth : > > I just found the problem while going through the verbose output. I have a > subdirectory named "hoc" in my work directory which must have caused a name > conflict. > > I did a test, started python3 in another directory, imported

Bug#895531: Unable to import neuron in python3

2018-04-15 Thread Matthias Klumpp
i! Interesting, this works here without problems (vanilla Debian installation): ``` $ python3 Python 3.6.5rc1 (default, Mar 14 2018, 10:54:23) [GCC 7.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import neuron NEURON -- VERSION 7.5 master (6b4c19f)

Bug#895531: Unable to import neuron in python3

2018-04-12 Thread Johannes Hjorth
package: python3-neuron 7.5-1 Unable to import neuron from python 3. See example below:? $ python3 Python 3.6.5rc1 (default, Mar 14 2018, 06:54:23) [GCC 7.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import neuron Traceback (most recent call last):