[PyQt] Fwd: QFileDialog error

Martin Airs camberwell at gmail.com
Sat Jul 23 06:49:02 BST 2011


On Saturday 23 July 2011 07:41:18 Vincent Vande Vyvre wrote:
> It's normal,  lineedit.text() returns a QString and Python don't like that.
> 
> Use :  os.path.split(str(self.lineedit.text()))
> 
> --
> Vincent V.V.
> Oqapy . Qarte+7 . PaQager

Aha, thats got it, thankyou very much

Martin


More information about the PyQt mailing list