New to python. Running under windows xp. Need help getting started writing COM server and client. Want to basically have two interfaces on the server, register() and fire_event1(). register registers a client to receive the fire_event1() event. The client will then need an event handler implemented to receive the events. Each new client that calls register should be tracked in the server so that all of the clients receive the event. I have done this very easiliy with traditional programming languages but don't reall know where to start here. Dan
-- http://mail.python.org/mailman/listinfo/python-list