When I do:
from IPython import embed
embed()
the console shows a strange prompt and the shell is not working properly. I know that pydev itself uses IPython but some other shell (like web2py interactive shell) also do that and it won't work.
In a console embedding IPython recursively many times works well.
Any idea to get it work?
Thanks, Gergely