new multiplayer game (made with pygame) platform

2006-10-20 Thread maxime_phan
hello we would like to make you discover a new and free multiplayer
game platform: GameLAN.
All game are made with pygame, we have 3 multiplayer games now (Tetris
like game, Heroic fantaisy tactic game and gomoku game). We invite you
on the 22th of October at 4pm (Paris Time) to discover this platform.So
get ready to play and see you on sunday on our GameLAN games servers!
website: 
http://www.gamelan-project.com

-- 
http://mail.python.org/mailman/listinfo/python-list


twisted problem with reactor.stop()

2006-12-03 Thread maxime_phan
hello, everyone
I use twisted 1.3 in my python application.
in my program, I have one server and on client running at same time (so
2 reactor.run(installSignalHandlers=0) )
the client run in one thread and the server in an other thread (
reactor.callInThread(self.client... , reactor.callInThread(self.server
)
when I catch "escape" button, I make a reactor.stop() but it doesn't
seem to work and quit, and the application freeze. does anyone have any
solution to quit the application with twisted?
thanks in advance
Maxime

-- 
http://mail.python.org/mailman/listinfo/python-list