Problems With Py2exe Vpython And Numpy

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lordfelipe69
    New Member
    • Apr 2008
    • 2

    Problems With Py2exe Vpython And Numpy

    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
  • raubana
    New Member
    • Feb 2008
    • 55

    #2
    I'm not very good at that kinda stuff, either. But I do know that on pygame.org there is a file that some guy made to make python 2 exe convertions a lot easier! I use it all the time. However, I don't know exactly where it is on the web site. I think it may be in applications or libraries. Sorry, you'll have to find it.

    Comment

    • lordfelipe69
      New Member
      • Apr 2008
      • 2

      #3
      Thanks but I do not solve anything. The problem seems to be when imported libraries numpy and vpthon. Try it

      Comment

      Working...