Easy_install of wxpython has "setup script" error.
        Posted  
        
            by vgm64
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by vgm64
        
        
        
        Published on 2009-01-25T11:25:02Z
        Indexed on 
            2010/06/15
            4:42 UTC
        
        
        Read the original article
        Hit count: 1019
        
I have an install of python 2.5 that fink placed in /sw/bin/. I use the easy install command
sudo /sw/bin/easy_install wxPython
to try to install wxpython and I get an error while trying to process wxPython-src-2.8.9.1.tab.bz2 that there is not setup script. Easy-install has worked for several other installations until this one. Any help on why it's busting now?
EDIT: The error occurs before dumping back to shell prompt.
Reading http://wxPython.org/download.php
Best match: wxPython src-2.8.9.1
Downloading http://downloads.sourceforge.net/wxpython/wxPython-src-2.8.9.1.tar.bz2
Processing wxPython-src-2.8.9.1.tar.bz2 
error: Couldn't find a setup script in /tmp/easy_install-tNg6FG/wxPython-src-2.8.9.1.tar.bz2
© Stack Overflow or respective owner