How to accelerate python application GUI speed

John J. Lee jjl at pobox.com
Wed Sep 3 19:53:56 EDT 2003


"Cousin Stanley" <CousinStanley at hotmail.com> writes:

> | What is HTA ?
> 
> Wilk ....
> 
> HTA ... HTML Application
> 
> http://msdn.microsoft.com/workshop/author/hta/reference/objects/hta.asp
> 
> Example containing a bit of VBScript
> to access some common applications
> under Windows ...
> 
> http://fastq.com/~sckitching/HTML/Start_Page.hta

But you can use Python just as easily.

<script language="Python">
...
</script>

(with win32all or the ActiveState Python distribution)


John




More information about the Python-list mailing list