Hi all,

I'm beginning with PySide and Python and I'm experiencing some difficulties.

I'm on Ubuntu 11.04
I'm using PySide 1.0.1 (latest available on this platform)
I'm using PySide tools 0.2.8 (rcc, uic, lupdate) (latest available on this
platform)

I want to use QInputDialog.getText() but I cannot get it working:

QInputDialog.getText(self)
returns:
not enough arguments

so I tried:

QInputDialog.getText(self, "Hello", "The world")
returns:
wrong args type: str instead of qstring

And it looks like QStrings are not supported anymore....


Thanks a lot,

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

Reply via email to