Forum: Python Oct 25th, 2009 |
| Replies: 4 Views: 225 I've just tried it again and it works. How odd, I thought I was going mad! |
Forum: Python Oct 25th, 2009 |
| Replies: 4 Views: 225 I have to make some bookmarks so I quickly knocked up the script below and ran it. It created the files fine but with a with an incorrect ip in the second file
The second bookmark created should... |
Forum: Python Jul 2nd, 2009 |
| Replies: 1 Views: 201 Hello
I've writing a application that is consists of a wxpython notebook and each page is a form to fill in, parcel query form, holiday form, product query form etc. Then there would be a button... |
Forum: Python Jun 8th, 2009 |
| Replies: 3 Views: 312 |
Forum: Python Jun 7th, 2009 |
| Replies: 3 Views: 312 import sys
sys.system('shutdown -s')
That should shut down your system. |