Bonjour je débute le python et j'ai essayer de compiler mon programme qui utilise vpython avec pyinstaller et lorsque je veux faire le rendu 3d il me renvoie l'erreur suivante :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 
  File "site-packages\vpython\vpython.py", line 1105, in __init__
  File "site-packages\vpython\vpython.py", line 579, in setup
  File "site-packages\vpython\vpython.py", line 236, in __init__
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "c:\users\anatole_sot\appdata\local\programs\python\python38-32\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 621, in exec_module
    exec(bytecode, module.__dict__)
  File "site-packages\vpython\no_notebook.py", line 68, in <module>
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Anatole_Sot\\Desktop\\Projet1.0\\dist\\debug\\vpython\\vpython_libraries\\glowcomm.htmlc'
[19872] Failed to execute script pc
Exception ignored in: <function standardAttributes.__del__ at 0x03F7ECD0>
Traceback (most recent call last):
  File "site-packages\vpython\vpython.py", line 1092, in __del__
  File "site-packages\vpython\vpython.py", line 317, in __del__
AttributeError: 'sphere' object has no attribute 'idx'