Re: How to run python scripts with IDLE
I am trying to modify some of the tools to automate telugu wikipedia maintainence tasks and I have realised that i cannot used cmd.exe as it wont display unicode(atleast telugu). I will try the above and see if it works. can I use the above command in IDLE?? Thanks for the prompt reply Ravi -- ht
Re: How to run python scripts with IDLE
What are you developing for? You could write another small python scripts, which calls your script. os.system("python yours.py --param Ünicöde") -- http://mail.python.org/mailman/listinfo/python-list