Re: PyGame & Web hosts

2005-10-15 Thread SPE - Stani's Python Editor
Blender provided a web plugin with which you can program games in 3D (of course also in 2D) with Python. Unfortunately it is not actively supported anymore, but it still works. I think you can still use the old version. Download the plugin here: http://www.blender3d.org/cms/3D_web_plug-in.15.0.htm

Re: PyGame & Web hosts

2005-10-14 Thread Terry Hancock
On Friday 14 October 2005 11:04 pm, boyanpn wrote: > I wonder if my web host suports python (with pygame), if I download > game from www.pygame.org and upload it to my site, could users access > to it with browser and play game ? In the main, no. PyGame is a multimedia library, using SDL to acces

PyGame & Web hosts

2005-10-14 Thread boyanpn
I a newbie in python so excuse me if my question sounds stupid or something :( I wonder if my web host suports python (with pygame), if I download game from www.pygame.org and upload it to my site, could users access to it with browser and play game ? -- http://mail.python.org/mailman/listinfo/p