dan-da/py2php

Unclear error

Opened this issue · 0 comments

I can not find a soulution to this error.
" File "C:\py2php\py2php", line 2, in
from types import StringType
ImportError: cannot import name 'StringType' from 'types' (C:\Python310\lib\types.py)"

I have translated all py files from Python2 to Python3. There does not seem to be a type StringType in types.py in my Python

Is this error my python or py2php.py?