(win32) speedfan api control

2005-04-01 Thread tlviewer
ggles the checkbox. AFAIK, speedfan will only start without fan control, requiring the user to manually check the checkbox to turn it on. hope someone finds it useful, tlviewer #!/usr/bin/python # author: [EMAIL PROTECTED] # date: April 1, 2005 # description: turn on SpeedFan automatic fan

win32: structured storage

2005-05-05 Thread tlviewer
the two sheets. Is there another way to parse the central directory out of a CHM file? tia, tlviewer -- http://mail.python.org/mailman/listinfo/python-list

Re: win32: structured storage

2005-05-06 Thread tlviewer
"Robert Kern" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > tlviewer wrote: > > > Is there another way to parse the central directory out of > > a CHM file? > > google("chmlib python") Anyone know the calling syntax for the fu

pygame on win32, image.fromstring()

2005-05-13 Thread tlviewer
hello, The script below is a prototype for loading playing card images from the bitmap resource in cards.dll (WinXP) I like the idea of not keeping copies of the images as files. I'm able to extract the card images as files, then load them in pygame as a surface, but I keep getting errors when d

Re: pygame on win32, image.fromstring()

2005-05-14 Thread tlviewer
"Greg Krohn" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > tlviewer wrote: > > hello, > > hi > > > fp = open( "e:/batch/python/aceclub.bmp", "wt") > > wt? Should this be wb? > > > # gives:

Re: pygame on win32, image.fromstring()

2005-05-14 Thread tlviewer
tlviewer wrote: > Next I'm going to load all 53 card resources into a list (array) of > strings, then write it out, pickled. That should smooth out loading the >game when I use 4-6 decks (Blackjack-21). # -*- coding: cp1252 -*- """ keywords: resource bitmap p