[Schevo-devel] Installing schevo on linux (Ubuntu Edgy)
Patrick K. O'Brien
pobrien at orbtech.com
Sat Jan 13 10:37:24 EST 2007
lekma wrote:
> temp fix:
>
> --- schevo/script/shell.py 2007-01-12 14:41:55.000000000 +0100
> +++ schevo/script/shell.py.new 2007-01-12 14:42:16.000000000 +0100
> @@ -55,7 +55,7 @@
> import IPython
> except ImportError:
> import code
> - code.interact(locals=locals)
> + code.interact(local=locals)
> else:
> shell = IPython.Shell.IPShell(user_ns=locals)
> shell.mainloop()
This patch has been applied in Subversion. Thank you very much. :-)
--
Patrick K. O'Brien
Orbtech http://www.orbtech.com
Schevo http://www.schevo.org
Louie http://www.pylouie.org
More information about the Schevo-devel
mailing list