[IPython-dev] PyReadline install is completely broken

Fernando Perez fperez.net at gmail.com
Sat Apr 7 19:46:26 EDT 2007


Hi Jorgen,

you may want to work a bit on the setup.py: after you refactored
pyreadline, you didn't do anything at all with setup.py, and currently
it's completely broken.

You can see for yourself by running

setup.py sdist

and then unpacking the resulting tarball.  This is all it contains:

tlon[pyreadline-1.4.svn]> d
/home/fperez/ipython/svn/pyreadline/dist/pyreadline-1.4.svn
total 20
-rw-r--r-- 1 fperez 1280 2007-04-07 17:03 PKG-INFO
drwxr-xr-x 2 fperez 4096 2007-04-07 17:03 pyreadline/
-rw-r--r-- 1 fperez  194 2007-04-04 15:54 readline.py
-rw-r--r-- 1 fperez   46 2007-02-28 12:54 setup.cfg
-rw-r--r-- 1 fperez 1339 2007-04-04 15:54 setup.py
tlon[pyreadline-1.4.svn]> d pyreadline/
/home/fperez/ipython/svn/pyreadline/dist/pyreadline-1.4.svn
total 44
-rw-r--r-- 1 fperez   496 2007-04-04 15:54 error.py
-rw-r--r-- 1 fperez   474 2007-04-04 15:54 get_doc.py
-rw-r--r-- 1 fperez  1106 2007-04-04 15:54 __init__.py
-rw-r--r-- 1 fperez  1166 2007-04-04 15:54 logger.py
-rw-r--r-- 1 fperez  1319 2007-04-04 15:54 logserver.py
-rw-r--r-- 1 fperez  2439 2007-04-04 15:54 release.py
-rw-r--r-- 1 fperez 17231 2007-04-04 15:54 rlmain.py
tlon[pyreadline-1.4.svn]>


I noticed when I tried to reproduce the reported post-install bug
reported by N. Pernetty, and installing your pyreadline gave a crazy
ipython crash at startup.

Win32 users can still run 0.8.0 with their current pyreadline 1.3, and
upgrade to 1.4 when you get a chance to fix the installer.

Cheers,

f



More information about the IPython-dev mailing list