I am trying to use ipython to run a python script that takes command line args Eg, you can do > python somefile.py -C somearg When I run this with ipython, it appears that ipython is trying to process the -C flag, and is complaining about not knowing the flag. Suggestions? JDH