File “C:\Panda3D-1.10.10-x64\direct\showbase\ShowBase.py”, line 339, in init
self.openDefaultWindow(startDirect = False, props=props)
File “C:\Panda3D-1.10.10-x64\direct\showbase\ShowBase.py”, line 1021, in openDefaultWindow
self.openMainWindow(*args, **kw)
File “C:\Panda3D-1.10.10-x64\direct\showbase\ShowBase.py”, line 1056, in openMainWindow
self.openWindow(*args, **kw)
File “C:\Panda3D-1.10.10-x64\direct\showbase\ShowBase.py”, line 801, in openWindow
raise Exception(‘Could not open window.’)
Exception: Could not open window.
Failed to execute ‘filter.py’
Output: Command ‘[‘C:\Users\John\PycharmProjects\panda3d_architectural\venv\Scripts\
python.exe’, ‘-B’, ‘filter.py’]’ returned non
It seems the setup failed, do you want to open the troubleshooting page for this step? (y/n)
Now it is clear what is happening, for some reason the window is not being created. Perhaps your video card does not meet the requirements of the minimum RenderPipeline. For example does not support GL version 4 3
Do you have both an integrated and dedicated card? You may need to switch the operating system or driver settings to force it to use the dedicated card for Python.
I finally found it!!!
NVIDIA Control Panel → Manage 3D Settings → added the python application,
and…
Open GL Rendering GPU, switched it to NVIDIA Geforce GTX 850M (the old one is placed in autoselect), system probably using intel graphics for it
I was also able to load 06-car sample.
Thank guys, your answers point me to that direction as the GPU openGL setting is the culprit.