Closed Thread
Results 1 to 8 of 8

Thread: py2exe and opengl

  1. #1
    Friktion is offline Newbie
    Join Date
    Jun 2009
    Posts
    7
    Rep Power
    0

    py2exe and opengl

    hello everybody, im coding a game with opengl,pyggel,python,pygame etc
    and it runs smoothly without any problems =)
    youtube.com/watch?v=JlDuje39S_8 - My python 3d game projekt[/url] <--- sorry if outside links isnt allowed =(
    But the thing is that when im compiling it with py2exe using this as setup.py

    Code:
    from distutils.core import setup
    import py2exe
    
    setup(windows=['game.pyw'],
          options={
              "py2exe": {
                  "includes": ["ctypes", "logging"],
                  }
              }
          )
    and after i compiled it and finish with everything and run it i get this error

    Code:
    Traceback (most recent call last):
      File "game.pyw", line 2, in <module>
      File "pyggel\__init__.pyc", line 7, in <module>
      File "pyggel\include.pyc", line 12, in <module>
      File "OpenGL\GL\__init__.pyc", line 2, in <module>
      File "OpenGL\raw\GL\__init__.pyc", line 6, in <module>
      File "OpenGL\raw\GL\constants.pyc", line 7, in <module>
      File "OpenGL\platform\__init__.pyc", line 36, in <module>
      File "OpenGL\platform\__init__.pyc", line 27, in _load
      File "OpenGL\plugins.pyc", line 14, in load
      File "OpenGL\plugins.pyc", line 28, in importByName
    ImportError: No module named win32
    I tried downloading and installing pywwin32 but same prob,what should i do ?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Friktion is offline Newbie
    Join Date
    Jun 2009
    Posts
    7
    Rep Power
    0

    Re: py2exe and opengl

    someone ???

  4. #3
    Join Date
    Jul 2006
    Posts
    16,486
    Blog Entries
    75
    Rep Power
    143

    Re: py2exe and opengl

    It is possible no one here knows the answer.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  5. #4
    Friktion is offline Newbie
    Join Date
    Jun 2009
    Posts
    7
    Rep Power
    0

    Re: py2exe and opengl

    Quote Originally Posted by WingedPanther View Post
    It is possible no one here knows the answer.
    **** =( what should i look for then ?

  6. #5
    Join Date
    Jul 2006
    Posts
    16,486
    Blog Entries
    75
    Rep Power
    143

    Re: py2exe and opengl

    Look for a forum that has a larger number of python programmers.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  7. #6
    Friktion is offline Newbie
    Join Date
    Jun 2009
    Posts
    7
    Rep Power
    0

    Re: py2exe and opengl

    Quote Originally Posted by WingedPanther View Post
    Look for a forum that has a larger number of python programmers.
    well when i found this site i hoped it was filled with python users =( i was wrong, could you recommend me some sites ?

  8. #7
    Join Date
    Jul 2006
    Posts
    16,486
    Blog Entries
    75
    Rep Power
    143

    Re: py2exe and opengl

    I'd google for "python forum" and see which ones look active.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  9. #8
    Friktion is offline Newbie
    Join Date
    Jun 2009
    Posts
    7
    Rep Power
    0

    Re: py2exe and opengl

    Quote Originally Posted by WingedPanther View Post
    I'd google for "python forum" and see which ones look active.
    thx for all your help rep+

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 51
    Last Post: 06-20-2011, 06:11 AM
  2. OpenGl
    By Apprentice123 in forum C and C++
    Replies: 3
    Last Post: 04-28-2011, 12:53 PM
  3. Py2exe won't work in Command Prompt.
    By toxifyshadow in forum Python
    Replies: 5
    Last Post: 06-28-2010, 10:21 PM
  4. Py2exe fails
    By toxifyshadow in forum Python
    Replies: 2
    Last Post: 06-28-2010, 08:45 PM
  5. Any Help with OpenGL Please?!!?
    By BladeRunner1 in forum C and C++
    Replies: 0
    Last Post: 04-12-2009, 03:56 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts