cant get py2exe exe file to work
heres my log file: Traceback (most recent call last): File "Pong.pyw", line 264, in ? File "Pong.pyw", line 258, in main File "Pong.pyw", line 166, in __init__ File "livewires\games.pyc", line 575, in __init__ File "livewires\games.pyc", line 581, in init_text RuntimeError: default font not found Exception exceptions.AttributeError: "Text instance has no attribute '_gone'" in > ignored im using py2exe V 0.6, python V 2.4, and the newest pygame and livewires and distutils...ill put my setup.py file up if needed. What on earth is wrong? Blaze -- http://mail.python.org/mailman/listinfo/python-list
livewires to py2exe problem :(
hey, I am using python 2.4 and py2exe v 0.6. I have made a program using pygame/livewires. I have the newest version of both but i dont know what version they are (im on a different computer right now). When I use py2exe to make the exe file, it works and there are no errors in the whole thing. When I run the exe, it doesn't like the last line in the program: main() this is the only real line in my game, everything else is either a function or a class. This line calls the fuction main: def main(): then in there it sets up all of my classes and everything else. The program works fine as a .pyw file but I can't get the exe to work. I have also had problems with the images and music. I have tried to add them to the distutils but havent been able to so i just put them in the dist folder. Is this ok or is this my problem? If you want, I will give you the .exe.log and my distutils script. Blaze -- http://mail.python.org/mailman/listinfo/python-list
using livewires in py2exe?
hey, I am using python 2.4 and py2exe v 0.6. I have made a program using pygame/livewires. I have the newest version of both but i dont know what version they are (im on a different computer right now). When I use py2exe to make the exe file, it works and there are no errors in the whole thing. When I run the exe, it doesn't like the last line in the program: main() this is the only real line in my game, everything else is either a function or a class. It also doesn't like 2 other lines and I'll include the setup.py and my error log if needed. Does anyone know what the problem is? Blaze -- http://mail.python.org/mailman/listinfo/python-list
Re: cant get py2exe exe file to work
sorry for double...triple posting...now iv learned it takes a while to get it up on the internet B -- http://mail.python.org/mailman/listinfo/python-list
Pygame Help
Hi, I am trying to make a game using either livewires or pygame. The game is tetris. Right now I have gotten the program to a point where everything works (as in user input, score, lines, etc), except I can't get more than one block to work. Right now I have the user playing a game where a single block falls at a time instead of one of the seven different patterns. I was curious how you would program the seperate images to fall together and not break apart, because pygame and livewires uses images as collision detection, so therefore you can't make most of the shapes a single image because they will have transparent spaces as part of the image, which will make floating shapes and such. --Thanks --Andrew -- http://mail.python.org/mailman/listinfo/python-list