[IPython-user] running ipython from command line with pysh profile does not work
Krishna Mohan Gundu
gkmohan at gmail.com
Sun Apr 9 02:48:48 CDT 2006
hello,
the following simple test fails
##test.py##
echo 'Hello, World'
##test.py##
ipython -p pysh test.py
result in the following error
###
File "test.py", line 1
echo 'Hello World'
^
SyntaxError: invalid syntax
###
no problem in interactive mode.
What am I missing? Is it supposed to work?
thanks,
Krishna.
More information about the IPython-user
mailing list