Re: Python linker

2006-07-18 Thread byteschreck
I develop shareware applications that need to be extremely slim (less than 1 MB is preferable). Delphi applications easily meet this requirement and I can expect end users to download the .NET framework (if they don't already have it!). However, I cannot expect users to download 3.5 MB. For corp

Python linker

2006-07-18 Thread byteschreck
I love python - I use it as a utility language to complement my C# programming every day. However, the reason I do not use it as my primary language is - surprise, surprise - not its lack of static type checking, but the size of standalone executes (which embed the python runtime). Would it be po