For some reasons the wx.ALIGN_* does not align anything on Ubuntu, while it works on Mac OS X:
self.static_text = wx.StaticText(self, -1, 'hello, world', pos=(0,0),
size=(300,30), style=wx.ALIGN_CENTER)
Any idea, what could it be?
Update: This was tried with wxPython 2.8.12.1 on Mac OS X 10.7.2. wxPython 2.8.11.0 on Ubuntu 11.10.
Update 2: Does not work either on Debian 6.0.3 with wxPython 2.8.12.1
Update 3: All of the above was tested with Python 2.6