How to run python scripts with IDLE

V

vyzasatya

Hi all,
My problem is
# I have to run a script which takes a command line parameter which is
unicode text
# I cant use Windows console as it doesnt support /display unicode
# I dont seems to find a way to pass command line arguments to scripts
in IDLE.
Please suggest me what I can do.
Thanks in Advance
Ravi
 
B

beza1e1

What are you developing for?

You could write another small python scripts, which calls your script.
os.system("python yours.py --param Ünicöde")
 
V

Vyz

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top