[IPython-dev] Win32 - call for pyreadline testing

Chris Calloway cbc at unc.edu
Wed Apr 11 11:55:34 EDT 2007


Aldarion wrote:
> Hello, I Install ipython 0.8.0 and pyreadline1.4 (win2003 python2.5)
> However, there is still the error:
> Maybe something is abnormal.
> """
> In [2]: run foo.py
> just test
> ---------------------------------------------------------------------------
> <type 'exceptions.AttributeError'>        Traceback (most recent call last)
> 
> [...snip...]

Same here. I notice no _ipython is being created. And if I try to run a 
script from the command line, it becomes an IndexError instead of an 
AttributeError:

C:\>C:\Python25\python.exe C:\Python25\scripts\ipython "\Documents and 
Settings\cbcoasis\Desktop\test.py"
---------------------------------------------------------------------------
<type 'exceptions.IndexError'>            Traceback (most recent call last)


<type 'exceptions.IndexError'>: tuple index out of range
WARNING: Failure executing file: <\Documents and 
Settings\cbcoasis\Desktop\test.py>
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
Type "copyright", "credits" or "license" for more information.

IPython 0.8.0 -- An enhanced Interactive Python.
?       -> Introduction to IPython's features.
%magic  -> Information about IPython's 'magic' % functions.
help    -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.

In [1]:

-- 
Sincerely,

Chris Calloway
http://www.seacoos.org
office: 332 Chapman Hall   phone: (919) 962-4323
mail: Campus Box #3300, UNC-CH, Chapel Hill, NC 27599




More information about the IPython-dev mailing list