Re: Pythonesque interface.

2006-04-22 Thread bearophileHUGS
Gaz: > Right now im trying to dl Jython (SF.net server down?), if it's > language sintaxis is just like Python and allows to use numpy and PIL, > im in! (i think :) ) I don't think you can do that, but you can create and show images anyway (and maybe read the pointer position too). Sorry for the "

Re: Pythonesque interface.

2006-04-21 Thread Gaz
:) Right now im trying to dl Jython (SF.net server down?), if it's language sintaxis is just like Python and allows to use numpy and PIL, im in! (i think :) ) -- http://mail.python.org/mailman/listinfo/python-list

Re: Pythonesque interface.

2006-04-21 Thread alisonken1
OP = Original Poster -- http://mail.python.org/mailman/listinfo/python-list

Re: Pythonesque interface.

2006-04-21 Thread Gaz
OP? -- http://mail.python.org/mailman/listinfo/python-list

Re: Pythonesque interface.

2006-04-21 Thread bearophileHUGS
Michael Tobis>Yes but he obviously wants this to be delivered to the browser.< I think Jython can be used to create applets that run with the JavaVM. Can't it be used to solve the OP problem (even without PIL)? Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list

Re: Pythonesque interface.

2006-04-21 Thread Gaz
Yeah, probably i'll be ending doing the front end in Flash and the back end in Python. -- http://mail.python.org/mailman/listinfo/python-list

Re: Pythonesque interface.

2006-04-21 Thread Diez B. Roggisch
Gaz schrieb: > Michael Tobis ha escrito: > >> www.pygame.org >> >> Yes but he obviously wants this to be delivered to the browser. (Also >> the site is broken today... ) >> >> This comes up a lot, but I don't think there's an answer to it as yet. >> >> mt > > Yeah, i want it playable on a browser

Re: Pythonesque interface.

2006-04-21 Thread Gaz
Michael Tobis ha escrito: > www.pygame.org > > Yes but he obviously wants this to be delivered to the browser. (Also > the site is broken today... ) > > This comes up a lot, but I don't think there's an answer to it as yet. > > mt Yeah, i want it playable on a browser. -- http://mail.python.o

Re: Pythonesque interface.

2006-04-21 Thread Michael Tobis
www.pygame.org Yes but he obviously wants this to be delivered to the browser. (Also the site is broken today... ) This comes up a lot, but I don't think there's an answer to it as yet. mt -- http://mail.python.org/mailman/listinfo/python-list

Re: Pythonesque interface.

2006-04-21 Thread Diez B. Roggisch
Gaz schrieb: > Hi guys. I'm doing a simple strategy game in python, hex based, with > the PIL library. I'd like to know if there is a way to check the > pointer position within a frame, so i can figure out which hex is the > pointer on, but in a pythonesque way, not using Java or Flash. Sajax is >

Pythonesque interface.

2006-04-21 Thread Gaz
Hi guys. I'm doing a simple strategy game in python, hex based, with the PIL library. I'd like to know if there is a way to check the pointer position within a frame, so i can figure out which hex is the pointer on, but in a pythonesque way, not using Java or Flash. Sajax is the way to go? I dont t