Peter Otten wrote:
Use
%run -i myfile.py
or
execfile("myfile.py") # not ipython-specific
thanks for these suggestions Peter, I have had exactly the same problem
and was looking for a way around it -- this will be very helpful.
Esmail
ps: for some reason I am unable to post to the
gmane.comp.python.ipython.user group. For one I can't install the
Windows version of iPython (Linux works superfine :-)
--
http://mail.python.org/mailman/listinfo/python-list
