Hello
I am making an application with vpython, numpy and scipy, I am also creating a exe with py2exe, if only make it with vpython, works well, so also with only numpy, the problem occurs when the two combine,
Begin to see messages like
Traceback (most recent call last):
File "prueba2_94.py" , line 2, in <module>
File "datos_de_progr ama\maquina_sim ulacion.pyc", line 15, in <module>
File "visual\__init_ _.pyc", line 24, in <module>
ImportError: No module named crayola
Any suggestions?
Thanks
I am making an application with vpython, numpy and scipy, I am also creating a exe with py2exe, if only make it with vpython, works well, so also with only numpy, the problem occurs when the two combine,
Begin to see messages like
Traceback (most recent call last):
File "prueba2_94.py" , line 2, in <module>
File "datos_de_progr ama\maquina_sim ulacion.pyc", line 15, in <module>
File "visual\__init_ _.pyc", line 24, in <module>
ImportError: No module named crayola
Any suggestions?
Thanks
Comment