Hello,
I am new to vpython and trying to learn. However, right after installing the module with "pip install vpython" on python 3.8 and making a python file that contains this :
from vpython import *
box()
I am greeted with an error:
Traceback (most recent call last):
File "C:/Users/remis/PycharmProjects/VPython Test/Test Vpython.py", line 2, in <module>
box()
File "C:\Users\remis\AppData\Local\Programs\Python\Python38\lib\site-packages\vpython\vpython.py", line 1099, in __init__
super(box, self).setup(args)
File "C:\Users\remis\AppData\Local\Programs\Python\Python38\lib\site-packages\vpython\vpython.py", line 579, in setup
super(standardAttributes, self).__init__()
File "C:\Users\remis\AppData\Local\Programs\Python\Python38\lib\site-packages\vpython\vpython.py", line 236, in __init__
from .no_notebook import _
File "C:\Users\remis\AppData\Local\Programs\Python\Python38\lib\site-packages\vpython\no_notebook.py", line 271, in <module>
__w = threading.Thread(target=__server.serve_forever)
NameError: name '__server' is not defined
Exception ignored in: <function standardAttributes.__del__ at 0x0000025590CEBB80>
Traceback (most recent call last):
File "C:\Users\remis\AppData\Local\Programs\Python\Python38\lib\site-packages\vpython\vpython.py", line 1092, in __del__
super(standardAttributes, self).__del__()
File "C:\Users\remis\AppData\Local\Programs\Python\Python38\lib\site-packages\vpython\vpython.py", line 317, in __del__
cmd = {"cmd": "delete", "idx": self.idx}
AttributeError: 'box' object has no attribute 'idx'
I didn't find any help online, so maybe I am making an obvious mistake. Can someone help me with this? Thanks in advance.
--
You received this message because you are subscribed to the Google Groups "VPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vpython-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vpython-users/a11af16a-0ad8-440a-9ebb-2f64383ff718n%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "VPython-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vpython-users/i-ZvjSoSbqk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vpython-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vpython-users/CAPM0%3DQ0nnnVx5F_%3DLhySisxmJxaFa7abSVwWQhYEhjc41zt_tQ%40mail.gmail.com.
This is what I feared... Is anaconda required to use vpython? Isn't it possible to run it only on python ?
To unsubscribe from this group and stop receiving emails from it, send an email to vpytho...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vpython-users/a11af16a-0ad8-440a-9ebb-2f64383ff718n%40googlegroups.com.
----Lee Harrell
You received this message because you are subscribed to a topic in the Google Groups "VPython-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vpython-users/i-ZvjSoSbqk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vpytho...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to vpython-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vpython-users/797a946f-f3f1-4462-80b1-af0ba59d0c74o%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to vpytho...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vpython-users/797a946f-f3f1-4462-80b1-af0ba59d0c74o%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to vpython-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vpython-users/473d080f-f8a0-4cc1-ab3b-af131edfcacdo%40googlegroups.com.

To unsubscribe from this group and stop receiving emails from it, send an email to vpython-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vpython-users/CABq9r7Dcrjd0NRBteZzBqkevaCjnzT7DbLaf5HfeCMx3y0OmDA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vpython-users/31EE6269-A1D9-4127-8DAA-0B305BDFE226%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vpython-users/4DD5A4FB-AF01-462C-B83E-B5B02EF2BD01%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vpython-users/82DF7E1C-3EE2-46B6-8ACE-04FB8ECFB282%40gmail.com.
Perhaps you have the same problem that the other person had?As was asked before: What is your computer’s hostname? (Type hostname on the command line.)Bruce
--
You received this message because you are subscribed to the Google Groups "VPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vpython-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vpython-users/5be40b65-4ca5-4e20-ac25-f6cac3da07c5n%40googlegroups.com.