yey! pyweek6!
fyi: the password-forgotten-form here http://pyweek.org/login/ works but throws errors. when I entered the wrong email, I got a django error. When I entered the correct email it was a server error. the email was sent though.
I will be looking forward to it. I am thinking solo entry this time as my last efforts to have a team fell apart :( But I am very excited for another edition of Pyweek! Good luck all.
Awesome. I've got two requests if anyone can fullfil them:
Can we please have a a tested and working setup.py before pyweek starts? I'd love to see more exe's this time; it would make testing easier.
Can anyone figure out for me how to install pygame and pyopengl to PortablePython? I can't say how much time at home I'll be having available and if I can't code using pygame from my thumbdrive you all may be forced to play a text adventure!
@eugman:
Are you able to install pygame onto your normal python at home, and then copy
the pygame folder from the site-packages directory to the portable
python site-packages directory?
I think that should work. If that works pyopengl will likely work the same.
Can we please have a a tested and working setup.py before pyweek starts? I'd love to see more exe's this time; it would make testing easier.
Can anyone figure out for me how to install pygame and pyopengl to PortablePython? I can't say how much time at home I'll be having available and if I can't code using pygame from my thumbdrive you all may be forced to play a text adventure!
Are you able to install pygame onto your normal python at home, and then copy the pygame folder from the site-packages directory to the portable python site-packages directory?
I think that should work. If that works pyopengl will likely work the same.
cu.