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
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to