Hello,
with the current version of pyars I get errors on importing cars.
from pyars import cars
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.6/site-packages/pyars/cars.py", line 242, in <module>
exec('from _cars%s%s import *' % (dllVersion, postfixP3k))
File "<string>", line 1, in <module>
File "/usr/lib/python2.6/site-packages/pyars/_cars81.py", line 22, in <module>
assert sizeof(ARUserLicenseList) == 8, sizeof(ARUserLicenseList)
AssertionError: 16</module></module></string></module></module></stdin>
For starters I changed the assert value from 8 to 16 and then I got the error on the next assert. Looks like all the values are all off.
System is a 64 bit RHEL6 machine with python 2.6, Libraries are the current 811 from ARAPI download page.
Any idea, what might be the cause? 64bit instead of 32bit?
Anonymous
This is a duplicate of another bug Report. Should be fixed in pyARS 1.8.2.
Ticket moved from /p/pyars/feature-requests/6/