Hi,

I've been trying to get Camelot working with PySide and made
a small list of issues found so far :

(tested with PySide 1.0 on Linux)

- the QObject.findChildren method as takes for its second argument
  an empty string as default, this default argument won't work
  using PySide, and raises a TypeError :

  TypeError: findChildren expected 2 arguments, got 1

- PyQt provides QtCore with these properties :

  QtCore.QT_VERSION_STR
  QtCore.PYQT_VERSION_STR

  these seem to be missing from PySide, but are really handy
  for logging to make sure a user is using the right versions

- The documentation of QObject.property states that when no
  such property exists, an invalid QVariant will be returned.
  I suppose that None will be returned but am not sure ??

Thank you for the great work.

Erik

_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to