Page 5 of 10 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 94

Thread: Python Angry Tux

  1. #41
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Python Angry Tux

    Quote Originally Posted by livelite View Post
    Hey, I commited the code to the sourceforge svn repository. Check it out. The game already has towers with bears (circles), and you can sling a tux (circle) at them to show them what happens when they steal Tux's fishes (possibility for the story line)


    You'll need to get and install pybox2d (code.google.com/p/pybox2d/).

    Download the source and follow the instructions that comes in the INSTALL file.

    Update the repository

    Code:
    svn up
    Then run

    Code:
    python angrytux_b2.py
    I get an error message:
    Code:
    user@computer:~/Angry_Tux/$ python angrytux_b2.py
    Traceback (most recent call last):
      File "angrytux_b2.py", line 7, in <module>
        from b2_framework import *
      File "/home/user/Angry_Tux/b2_framework.py", line 26, in <module>
        from b2_settings import fwSettings
    ImportError: No module named b2_settings
    I installed the libraries from the Ubuntu repositories, from the link you gave us (2.1.0) and from pip.
    I have build-essential, python-dev, swig and python-pygame

  2. #42
    Join Date
    Oct 2010
    Location
    Earth
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Python Angry Tux

    Quote Originally Posted by lkjoel View Post
    I get an error message:
    Code:
    user@computer:~/Angry_Tux/$ python angrytux_b2.py
    Traceback (most recent call last):
      File "angrytux_b2.py", line 7, in <module>
        from b2_framework import *
      File "/home/user/Angry_Tux/b2_framework.py", line 26, in <module>
        from b2_settings import fwSettings
    ImportError: No module named b2_settings
    I installed the libraries from the Ubuntu repositories, from the link you gave us (2.1.0) and from pip.
    I have build-essential, python-dev, swig and python-pygame
    Do you have the file b2_settings.py? It should be there with b2_framework.py, pygame_framework.py, and angrytux_b2.py

  3. #43
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Python Angry Tux

    Quote Originally Posted by livelite View Post
    Do you have the file b2_settings.py? It should be there with b2_framework.py, pygame_framework.py, and angrytux_b2.py
    It isn't there.
    Could you please add it to the SVN?

    I am currently making the new developer form.
    I'll add it in a few hours (once it is finished).

  4. #44
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Python Angry Tux

    I finished the new developer page.
    How does everyone like it?
    http://angrytux.sourceforge.net/develop.html

  5. #45
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Python Angry Tux

    Quote Originally Posted by lkjoel View Post
    I finished the new developer page.
    How does everyone like it?
    http://angrytux.sourceforge.net/develop.html
    Very nice, I love it!

  6. #46
    Join Date
    Sep 2009
    Location
    the land downunder
    Beans
    53
    Distro
    Ubuntu

    Re: Python Angry Tux

    <keanu_reeves> Whoa!! </keanu_reeves> i fall off the world for a few days and things blow up.
    But i'm back now so <rubs hands together>???
    Deja Moo: The feeling you've heard this bullsh*t before.

  7. #47
    Join Date
    Oct 2010
    Location
    Earth
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Python Angry Tux

    Quote Originally Posted by lkjoel View Post
    It isn't there.
    Could you please add it to the SVN?

    I am currently making the new developer form.
    I'll add it in a few hours (once it is finished).
    It's in the svn repository, here's the direct link:

    http://angrytux.svn.sourceforge.net/...17&view=markup

    I only used svn, since I thought that's what we decided to go with. Or will we be using git and mercurial as well?

    Good job on the developer page, looks very neat!

  8. #48
    Join Date
    Oct 2010
    Location
    Earth
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Python Angry Tux

    Quote Originally Posted by juancarlospaco View Post
    If you really consider that engine tell me if you need help to traduce docs or something.
    Yes, it would be so nice to have it available in english.

  9. #49
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Python Angry Tux

    I could help with translation of the game into other languages, if we need it.


  10. #50
    Join Date
    Oct 2005
    Location
    Estonia / Sweden
    Beans
    2,332
    Distro
    Ubuntu Development Release

    Re: Python Angry Tux

    I will be glad to be a tester no real programming ability between my ears

    at the moment, when running angrytux_b2 I get the following message:
    Code:
    $ python angrytux_b2.py 
    Traceback (most recent call last):
      File "angrytux_b2.py", line 7, in <module>
        from b2_framework import *
      File "/home/kaspar/angrytux/b2_framework.py", line 53, in <module>
        class fwQueryCallback(b2QueryCallback):
    NameError: name 'b2QueryCallback' is not defined
    I also had to install python-box2d to get through another message
    Last edited by meborc; March 8th, 2011 at 09:01 AM.

Page 5 of 10 FirstFirst ... 34567 ... LastLast

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
  •