1.
The Mouse Vs. The Python » wxPython: Messing with Mouse Cursors
In this article I will describe different ways to manipulate the cursor with wxPython. To follow along, I recommend that you download Python 2.4 or higher ...
2.
The Mouse Vs. The Python » A wxPython Sizers Tutorial
I volunteered to write some tutorials on common GUI layouts in wxPython. The following example came from Malcolm, one of the members of the wxPython user’s ...
3.
The Mouse Vs. The Python » PyCon
My last day at PyCon was Sunday, March 16th 2008. I was one of the unlucky who had work the following morning. This day just seemed rushed ...
4.
The Mouse Vs. The Python » wxPython Sizers Tutorial: Using a ...
RadioBox( self.panel, wx.ID_ANY, "wx.RadioBox", wx.DefaultPosition, wx.DefaultSize, sampleList, 2, wx.RA_SPECIFY_COLS ) # 2nd row of widgets multiTxt = wx. ...
5.
The Mouse Vs. The Python » Mapping Drives on Windows
Mapping Drives on Windows. One of the first scripts I had to help translate from Kixtart to Python was our map drives script. In it, we would map drives ...
6.
The Mouse Vs. The Python » Create a Shortcut in Windows Using ...
Targetpath = r'C:\Program Files\Mozilla Firefox\firefox.exe' shortcut.Arguments = 'http://mysite.com/auth/preauth.php' shortcut. ...
7.
The Mouse Vs. The Python
Lately on the wxPython mailing list, there’s been a fair amount of traffic on changing the mouse icon. In this article I will describe different ways to ...
8.
The Mouse Vs. The Python » Reading OpenVPN Status Data with Python ...
We need to make sure the OpenVPN service is running when we run our program or ... After attempting to start the OpenVPN service, I use a threading model ...
9.
The Mouse Vs. The Python » wxPython Sizers Tutorial: Using a ...
HORIZONTAL) bagSizer = wx.GridBagSizer(hgap=5, vgap=5) # Add widgets to sizers ... Add(combo, pos=(1,1), flag=wx.ALL, border=5) # Add sub-sizers to topSizer ...
10.
The Mouse Vs. The Python » PyWin32
This is the 2nd part of a 3-part series on using wxPython + PyWin32 to grab the output from an OpenVPN session on Windows. In this article, I will show how ...