[Tutor] Interactive editing of variables.
Alan Gauld
alan.gauld at yahoo.co.uk
Sat Jun 1 15:01:14 EDT 2019
On 01/06/2019 09:52, mhysnm1964 at gmail.com wrote:
> the underlying graphic library. Win32 could work if I could load it. Since
> then I could use standard windows objects.
If you are running windows then you can access the Win32 DLLs via ctypes.
The win32 package should also be easily installable as a binary.
If not try using the ActiveState distribution of python because
it bundles all the windows tools in the installer. Personally I always
use ActiveState pyton for my Windows boxes.
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos
More information about the Tutor
mailing list