darkwing 0 Newbie Poster

Hi all.

My program currently does the followings:
- It listens for certain packets on a certain IP address
- Pops up a MessageDialog when receiving such packets.

On this machine, I run a VNC server that output to display 1. When I VNC to the machine, I can see the GUI just fine. However, when the pop ups come up, I can only see that on the machine that runs the GUI and not on the VNC client. I should note that the GUI is completely separate from my program. My program just run in the background and generate the pop ups when it receives the packets. So my question is how can I tell my program to pop up on display 1 and not display 0 (the default X window)? I am using wxPython to create the pop ups.

Thanks,