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