Re: terminate called after throwing an instance of 'boost::python::error_already_set

2022-05-27 Thread Larry Martell
On Fri, May 27, 2022 at 5:51 PM dn wrote: > On 28/05/2022 08.14, Larry Martell wrote: > > I have a script that has literally been running for 10 years. > > Suddenly, for some runs it crashes with the error: > > > > terminate called after throwing an instance of >

starting Python 3.10.4 64-bit

2022-05-27 Thread Rolf Blum
Hallo, I installed Python 3.10.4 64-bit successfully. I Also checked in the Setup to add it to the path. In the win 8.1 console python 3.7 is started when I enter: python. This also happened after a reboot and after a repair with the Setup. How do I start the python console for 3.10.4?

Re: starting Python 3.10.4 64-bit

2022-05-27 Thread MRAB
On 2022-05-27 17:18, Rolf Blum wrote: Hallo, I installed Python 3.10.4 64-bit successfully. I Also checked in the Setup to add it to the path. In the win 8.1 console python 3.7 is started when I enter: python. This also happened after a reboot and after a repair with the Setup. How do I

Re: terminate called after throwing an instance of 'boost::python::error_already_set

2022-05-27 Thread dn
On 28/05/2022 08.14, Larry Martell wrote: > I have a script that has literally been running for 10 years. > Suddenly, for some runs it crashes with the error: > > terminate called after throwing an instance of > 'boost::python::error_already_set > > No stack trace. Anyone have any thoughts on

terminate called after throwing an instance of 'boost::python::error_already_set

2022-05-27 Thread Larry Martell
I have a script that has literally been running for 10 years. Suddenly, for some runs it crashes with the error: terminate called after throwing an instance of 'boost::python::error_already_set No stack trace. Anyone have any thoughts on what could cause this and/or how I can track it down? --

Re: terminate called after throwing an instance of 'boost::python::error_already_set

2022-05-27 Thread dn
On 28/05/2022 11.11, Larry Martell wrote: > > > On Fri, May 27, 2022 at 5:51 PM dn > wrote: > > On 28/05/2022 08.14, Larry Martell wrote: > > I have a script that has literally been running for 10 years. > > Suddenly, for some runs it crashes