A prototype is vailable as binary installer for Windows. Get it from the Download page.
Refering articles:
- DbfMirrorLoader demo (code changes 25.07.06) — pinboard_timwebs.py and Raceman are currently using DbfMirrorLoader. more
- frozen GUI applications and console output (code changes 09.03.05) — When a GUI application like Raceman and Keeper is frozen using py2exe, then sys.stdout is redirected by default to a «black hole». I changed this because I think that console output into a decent separate window is useful.
- worked on release process (code changes 25.01.05) — With py2exe and InnoSetup it was relatively easy to automate the distribution cycle. Lino has now a source release for those who want to use the Framework (produced with standard distutils, the TIM Tools are still a simple zip file with the py2exe output (since they are just command-line tools without any "Windows binary"), and Raceman has a fool-proof Windows installer (produced by InnoSetup from the py2exe output). more
- Raceman, the frist Lino application (code changes 17.01.05) — I wrote a first real application that uses Lino.forms. It is the «arrivals» entry form for Raceman. more