You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: