Re: [PyQt] Problem with threaded ftp: Cannot queue arguments of type 'QUrlInfo'

2012-11-20 Thread Brian Knudson
On Nov 20, 2012, at 11:44 AM, Brian Knudson wrote: >> >>> Here's some example code (pardon the length). I would like to be able >> to >>> print the listed files/urls from the function "lister". Ultimately, I'd >>> like to then have that function formulate new urls & pass them back to >>> conne

Re: [PyQt] Problem with threaded ftp: Cannot queue arguments of type 'QUrlInfo'

2012-11-20 Thread Brian Knudson
On Nov 20, 2012, at 2:21 AM, Phil Thompson wrote: > On Fri, 16 Nov 2012 14:40:10 -0800, Brian Knudson > wrote: >> >> >> Any ideas how to correct this? > > It's arguably a Qt bug - it should call qRegisterMetaType() itself for any > types used in signal arguments. > >> Here's some example cod

Re: [PyQt] Problem with threaded ftp: Cannot queue arguments of type 'QUrlInfo'

2012-11-20 Thread Phil Thompson
On Fri, 16 Nov 2012 14:40:10 -0800, Brian Knudson wrote: > Certainly, I'm doing something wrong, but I must be missing it. > > I've made a little demo script that downloads a file from ftp & updates a > progress bar while doing so. The downloading & updating the progress bar > works fine, howeve

[PyQt] Problem with threaded ftp: Cannot queue arguments of type 'QUrlInfo'

2012-11-16 Thread Brian Knudson
Certainly, I'm doing something wrong, but I must be missing it. I've made a little demo script that downloads a file from ftp & updates a progress bar while doing so. The downloading & updating the progress bar works fine, however, I'm trying to do the next step which is to take a url that look