Based on the traceback it seems to be a Python2/3 problem so try doing
python2 osmo-sim-auth.py
Cheers, Domi
18.04.2022 dátummal, 18:37 időpontban msfu msfu666@gmail.com írta:
hello,
i ran into an issue with osmo-sim-auth.
if i try ./osmo-sim-auth.py -r 00000000000000000000000000000000 -s
it says
Traceback (most recent call last): File "./osmo-sim-auth.py", line 27, in <module> from card.USIM import USIM File "/usr/src/osmo-sim-auth/card/USIM.py", line 56 print '[DBG] type definition: %s' % type(self) ^ SyntaxError: invalid syntax
do you know what the problem is? i think i installed pcsc-lite, pcscd and pyscard and dependencies.
thank you