Add better error reporting for MemoryErrors caused by str->float conversions.
[python.git] / Tools / pynche / pynche.pyw
blob6dfc8fed715fed209f725addc4eb633116e0ca91
1 #! /usr/bin/env python
3 """Run this file under Windows to inhibit the console window.
4 Run the file pynche.py under Unix or when debugging under Windows.
5 """
6 import Main
7 Main.main()