When you use the 32 bit OpenTAP environment and want to create a python result listener,
An error is found when you import the yaml module:
C:\Program Files (x86)\Test Automation>tap.exe
Caught exception loading Test.Issue_yaml: Arithmetic operation resulted in an overflow.
This is my python code:
import opentap
from opentap import *
import OpenTap
import yaml
The ‘Import yaml’ is causing the mentioned error when running tap.exe
At least at 9.33 and 9.34 this issue is found. I am using python 3.8 32 bit and 6.0.3 from pyyaml package. 3.2.0 of the Python OpenTAP package is installed. It seems that the Python package is not able to deal with the yaml import.
When you use the 32 bit OpenTAP environment and want to create a python result listener,
An error is found when you import the yaml module:
C:\Program Files (x86)\Test Automation>tap.exe
Caught exception loading Test.Issue_yaml: Arithmetic operation resulted in an overflow.
This is my python code:
import opentap
from opentap import *
import OpenTap
import yaml
The ‘Import yaml’ is causing the mentioned error when running tap.exe
At least at 9.33 and 9.34 this issue is found. I am using python 3.8 32 bit and 6.0.3 from pyyaml package. 3.2.0 of the Python OpenTAP package is installed. It seems that the Python package is not able to deal with the yaml import.