Re: SystemError: error return without exception set

2017-12-07 Thread Lawrence D’Oliveiro
On Friday, December 8, 2017 at 5:15:35 AM UTC+13, Natalie Leung wrote: > I have emailed the provider but their technical support staff has stated > that they have exhausted of all ideas. If they can’t supply you with a product fit for purpose, time to send it back for a refund. --

Re: SystemError: error return without exception set

2017-12-07 Thread Lele Gaifax
Chris Angelico writes: > On Fri, Dec 8, 2017 at 5:28 AM, MRAB wrote: >> It's probably that the code is assuming that call somewhere to the Python >> API is returning a reference, but sometimes it isn't. >> >> _All_ such return values should be

Re: SystemError: error return without exception set

2017-12-07 Thread Chris Angelico
t; >>> py_echo(0) >>> openModel = '*new_model yes *open_model "'+ directory + marcModel +'"' >>> py_send(openModel) >>> >>> >>> The code stops at "py_send(openModel)" with an error message that reads: >>> Traceback (most recent c

Re: SystemError: error return without exception set

2017-12-07 Thread MRAB
ile "[my file path]", line 11, in py_send(openModel) SystemError: error return without exception set I tried running the code on different platforms (e.g. Command Prompt, Wing 101, python.exe) and I get the same result. What could be the problem? In its purest sense, that error is a

Re: SystemError: error return without exception set

2017-12-07 Thread Chris Angelico
(most recent call last): File "[my file path]", line 11, in > py_send(openModel) > SystemError: error return without exception set > > I tried running the code on different platforms (e.g. Command Prompt, Wing > 101, python.exe) and I get the same result. What could be the pro

Re: SystemError: error return without exception set

2017-12-07 Thread Thomas Nyberg
On 12/07/2017 05:15 PM, Natalie Leung wrote: > Hi Thomas, > > You are correct in that the software and its packages are close-sourced. I > have emailed the provider but their technical support staff has stated that > they have exhausted of all ideas. > > An interesting thing to note is that

Re: SystemError: error return without exception set

2017-12-07 Thread MRAB
= '*new_model yes *open_model "'+ directory + marcModel +'"' py_send(openModel) The code stops at "py_send(openModel)" with an error message that reads: Traceback (most recent call last): File "[my file path]", line 11, in py_send(openModel) SystemError: error return

Re: SystemError: error return without exception set

2017-12-07 Thread Natalie Leung
line 11, in > > py_send(openModel) > > SystemError: error return without exception set > > > > I tried running the code on different platforms (e.g. Command Prompt, Wing > > 101, python.exe) and I get the same result. What could be the problem? > > > > I

Re: SystemError: error return without exception set

2017-12-07 Thread Thomas Nyberg
On 12/07/2017 04:36 PM, Natalie Leung wrote: > The code stops at "py_send(openModel)" with an error message that reads: > Traceback (most recent call last): File "[my file path]", line 11, in > py_send(openModel) > SystemError: error return without exception s

Re: SystemError: error return without exception set

2017-12-07 Thread Larry Martell
(most recent call last): File "[my file path]", line 11, in > py_send(openModel) > SystemError: error return without exception set > > I tried running the code on different platforms (e.g. Command Prompt, Wing > 101, python.exe) and I get the same result. What could be t

SystemError: error return without exception set

2017-12-07 Thread Natalie Leung
ctory + marcModel +'"' py_send(openModel) The code stops at "py_send(openModel)" with an error message that reads: Traceback (most recent call last): File "[my file path]", line 11, in py_send(openModel) SystemError: error return without exception set I tried running t

SystemError: error return without exception set

2010-02-26 Thread Shailendra
Hi All, I am getting error in SystemError: error return without exception set which i am not able debug. I made following test program which gives same error. =test.py== import numpy class testClass: def __init__(self,param1=1,param2=2): self.param1,self.param2

Re: SystemError: error return without exception set

2010-02-26 Thread MRAB
Shailendra wrote: Hi All, I am getting error in SystemError: error return without exception set which i am not able debug. I made following test program which gives same error. =test.py== import numpy class testClass: def __init__(self,param1=1,param2=2

[ python-Bugs-1195984 ] SystemError: error return without exception set

2005-05-12 Thread SourceForge.net
Resolution: None Priority: 5 Submitted By: Niraj Bajpai (nbajpai) Assigned to: Nobody/Anonymous (nobody) Summary: SystemError: error return without exception set Initial Comment: I am getting following error with Python 2.4.1 relase: SystemError: error return without exception set my code works fine

[ python-Bugs-1195984 ] SystemError: error return without exception set

2005-05-11 Thread SourceForge.net
: None Priority: 5 Submitted By: Niraj Bajpai (nbajpai) Assigned to: Nobody/Anonymous (nobody) Summary: SystemError: error return without exception set Initial Comment: I am getting following error with Python 2.4.1 relase: SystemError: error return without exception set my code works fine