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
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
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