dan-da / py2php

py2php is a utility that will auto-translate python code into PHP code.
GNU General Public License v2.0
99 stars 32 forks source link

Unclear error #19

Open MrCommishDac opened 2 years ago

MrCommishDac commented 2 years ago

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?