[PyQt] -a option of configure.py in PyQt-x11-gpl-4-snapshot-20070709 broken

Gerard Vermeulen gerard.vermeulen at grenoble.cnrs.fr
Tue Jul 10 04:59:44 BST 2007


The -a option does not set the default installation path for the
QScintilla API files:

$ echo "yes" | python configure.py -a
Determining the layout of your Qt installation...
This is the GPL version of PyQt 4-snapshot-20070709 (licensed under the
GNU General Public License) for Python 2.5.1 on linux2.

[ ...]

Traceback (most recent call last):
  File "configure.py", line 1733, in <module>
    main(sys.argv)
  File "configure.py", line 1696, in main
    inform_user()
  File "configure.py", line 720, in inform_user
    sipconfig.inform("The QScintilla API file will be installed in %s."
% os.path.join(opts.qscidir, "api", "python")) File
"/home/packer/usr/lib/python2.5/posixpath.py", line 62, in join elif
path == '' or path.endswith('/'): AttributeError: 'NoneType' object has
no attribute 'endswith'

Gerard


More information about the PyQt mailing list