[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyQt] PyQt make error ubuntu 12.04
From:       David Boddie <davidb () met ! no>
Date:       2014-02-18 11:39:29
Message-ID: 1187515344.954003.1392723569429.JavaMail.root () imap1b
[Download RAW message or body]

On Mon Feb 17 23:55:13 GMT 2014, David Boddie wrote:

> It seems that a workaround for Pablo would be to install Python from source,
> then install sip and PyQt using that Python installation.
>
> Unless someone else can suggest an alternative solution...

Now I think about it, a quick fix would be to comment out the sysconfig
import in the configure.py file. Change this

try:
    import sysconfig
except ImportError:
    from distutils import sysconfig


to this:

#try:
#    import sysconfig
#except ImportError:
if True:
    from distutils import sysconfig


This at least appears to work for me.

David
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic