In the old days, I am pretty sure that one could issue python commands from the GUI via an idle python shell (Been so long, maybe I am wrong). I noticed I can't use the > command in the gui command prompt. It works of course in the CLI. Is there something I am missing or does this feature exist?
Thanks On 30/09/09 12:05 AM, "Michael Petch" <[email protected]> wrote: > Howdy Max, > > I don¹t generally use python on windows but I am curious. Is there anything > special I need to do to get batch_win.py to work. From the CLI version I do: > > load python batch_win.py > > It gives the error: > > ImportError: No module named win32ui > > I notice in the pythonlib directory there is a win32ui.pyd file. There is no > problem importing the win32con module. > > Any help would be appreciated > > Thanks, > Michael > _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
