Hi,
The traceback says that the value you try to insert has the type
"built-in method text" when you declared that it should be str
I suppose that replacing
bookurl = self.lineEdit.text
in method bookmarkfun() by :
bookurl = self.lineEdit.text()
should make it work better
- Pierre
On 5 juil, 05:21, patx <
pat...@gmail.com> wrote:
> *I am currently trying to run:*
> *I get the error:
>
> * File "fastpatx-fawn-alpha.py", line 21, in bookmarkfun