Is it possible to write a script that invokes IDLE and opens, say,
three or four .py files at once?
Joe Heafner
heafnerj(at)ctc(dot)net
SticksAndShadows.com
From: Jonathan B. <jbr...@ea...> - 2005-12-07 16:04:59
On Wed, 2005-12-07 at 10:41 -0500, Joe Heafner wrote:
> Is it possible to write a script that invokes IDLE and opens, say,
> three or four .py files at once?
I think you will have to patch Idle to get this functionality.
-Jonathan