Problem description:
I tried to install Panda3D in Python and while it was successful, when I tried to use it I got a weird error. The error itself is too long to paste in here, so instead I put the Repl link below.
Expected behavior:
A grey window titled Panda should appear
Actual behavior:
Big error: the Repl.
Steps to reproduce:
Make a new Python3 Repl, go into Shell and write pip install panda3d==1.10.13
. Wait for it to install and then put into main.py
:
from direct.showbase.ShowBase import ShowBase
class MyApp(ShowBase):
def __init__(self):
ShowBase.__init__(self)
app = MyApp()
app.run()
Run it
Bug appears at this link:
Already put in the link.
Browser/OS/Device:
I don’t think this is necessary.