Putting wxFrame on the second monitor

2007-02-12 Thread Michael Butscher
Hi, My software is written with wxPython. At some point it pops up a child- frame of the main frame. The child-frame gets a fixed position in constructor (maybe this is the problem). Now I got reports from users with dual monitor systems that this child- frame is always shown on the primary moni

Py 2.5: Bug in sgmllib

2006-10-22 Thread Michael Butscher
Hi, if I execute the following two lines in Python 2.5 (to feed in a *unicode* string): import sgmllib sgmllib.SGMLParser().feed(u'') I get the exception: Traceback (most recent call last): File "", line 1, in sgmllib.SGMLParser().feed(u'') File "C:\Programme\Python25\Lib\sgmllib.py

Interprocess communication on multi-user machine

2006-06-29 Thread Michael Butscher
Hi, this is not really Python-specific but I need it for Python. I'm wanting a method for interprocess communication which is OS- independent (sockets would be the normal way to go), but which works if multiple users use the machine at the same time so that one user has no access to the communi