Need some help with launching issues

Need some help with a issue with a panda3d and python game i can’t get to launch and i want to see if anyone can troubleshoot the errors

gyazo.com/4657714be48bbc1c3b046a04199a17d5
gyazo.com/8be56b9be4a1107b392547e7fb981aff

Thanks.

The first error indicates you are trying to import POD from PythonUtil, which is no longer present. I suggest you grab a copy of PythonUtil from an older version of Panda3D and import POD from there, or copy the definition of the POD class to your own program.

The second error is not related to Panda3D. It appears to try and import a class from Panda3D that is not provided by Panda3D. It is probably a class from the Astron class of Panda3D.

I can confirm that the 2nd error is due to needing the astron fork of panda or copying the astron classes to an existing panda install.