Porting to Windows

John J. Lee jjl at pobox.com
Fri Aug 15 18:14:05 EDT 2003


Zora Honey <zhoney at wildmail.com> writes:
[...]
> difficult. There are some things (such as image manipulation using
> <convert>) it's probably pretty impossible to do using Windows system
> calls.

PIL.

[...]
> Other functions (such as printing) should be readily available.

win32all.

> Does anyone know a good resource for learning some of this stuff?

The ORA book by Hammond and Robinson.  MSDN.

> Also, is there any way to compile Python without embedding it in C?

OOH: py2exe, McMillan Installer.  OTOH: Pyrex, psyco.


John




More information about the Python-list mailing list