CreateObject: Got unsupported type 0x0 Error loading file main2.pyc: std::bad_cast
./pycdc main2.pyc CreateObject: Got unsupported type 0x0 Error loading file main2.pyc: std::bad_cast main2.zip
I got the same problem !
same. python 3.9.9 btw
I also got this on a Python 2.7 byte-compiled file.
same problem on python 3.9.10
Same, anyone has a solution for it
argh the solution is you have to use the same python version as file's pyinstaller verison when run pyinstxtractor
what do you mean by "same python version as file's pyinstaller verison"?