Hello,
I would like to be able to make use of vpython 7 in Spyder.
I am on a Windows 11 machine and I use Conda to create my python environments.
To install my environment I ran the following from a Anaconda Powershell prompt :
conda create -n spyder-vpython spyder numpy
scipy pandas matplotlib sympy cython vpython -c conda-forge
The results from the creation of the environment are shown in Figure1.png.
From the same Anaconda Powershell prompt I then ran:
conda activate spyder-vpython
spyder
In spyder I ran:
import txaio
import vpython as vp
txaio.use_twisted()
vp.box()
This code failed and I have attached the spyder console output (see attached ipython.html)
I am not sure what I might have done wrong with my installation. I would have preferred to use Visual Studio Code in place of Spyder, but I read in other correspondence that Visual Studio Code is not supported by vpython.
Thanks