From rymg19 at gmail.com Thu Oct 6 21:49:10 2016 From: rymg19 at gmail.com (Ryan Gonzalez) Date: Thu, 6 Oct 2016 14:49:10 -0500 Subject: [PySide] Moderating the issue tracker Message-ID: Considering the recent outbreak involving spam-my "issues" created by users with seemingly drug-induced names ("lapp lapp"? "boom"? really?), I've been wondering if it would be possible for someone to moderate first posts on the issue tracker. For instance, when a new account is created, if the first issue contains "suspicious words" (e.g. the word "support" over ten dozen times), then it would be held in a queue until a mod can verify it's not a spam user. Thoughts? -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From techtonik at gmail.com Sat Oct 8 12:56:35 2016 From: techtonik at gmail.com (anatoly techtonik) Date: Sat, 8 Oct 2016 13:56:35 +0300 Subject: [PySide] [pyside-dev] Moderating the issue tracker In-Reply-To: References: Message-ID: I'd expect Qt Account system at https://login.qt.io/ to filter those "accounts" in the first place and remove spam automatically instead of manual moderation. On Thu, Oct 6, 2016 at 10:49 PM, Ryan Gonzalez wrote: > Considering the recent outbreak involving spam-my "issues" created by users > with seemingly drug-induced names ("lapp lapp"? "boom"? really?), I've been > wondering if it would be possible for someone to moderate first posts on the > issue tracker. For instance, when a new account is created, if the first > issue contains "suspicious words" (e.g. the word "support" over ten dozen > times), then it would be held in a queue until a mod can verify it's not a > spam user. Thoughts? > > -- > Ryan > [ERROR]: Your autotools build scripts are 200 lines longer than your > program. Something’s wrong. > http://kirbyfan64.github.io/ > > > -- > You received this message because you are subscribed to the Google Groups > "pyside-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to pyside-dev+unsubscribe at googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- anatoly t. From techtonik at gmail.com Sat Oct 8 13:04:06 2016 From: techtonik at gmail.com (anatoly techtonik) Date: Sat, 8 Oct 2016 14:04:06 +0300 Subject: [PySide] [pyside-dev] Moderating the issue tracker In-Reply-To: References: Message-ID: @jira-admin, is it possible to stop incoming spam flood somehow? On Sat, Oct 8, 2016 at 1:56 PM, anatoly techtonik wrote: > I'd expect Qt Account system at https://login.qt.io/ to filter those > "accounts" in the first place and remove spam automatically instead of > manual moderation. > > On Thu, Oct 6, 2016 at 10:49 PM, Ryan Gonzalez wrote: >> Considering the recent outbreak involving spam-my "issues" created by users >> with seemingly drug-induced names ("lapp lapp"? "boom"? really?), I've been >> wondering if it would be possible for someone to moderate first posts on the >> issue tracker. For instance, when a new account is created, if the first >> issue contains "suspicious words" (e.g. the word "support" over ten dozen >> times), then it would be held in a queue until a mod can verify it's not a >> spam user. Thoughts? >> >> -- >> Ryan >> [ERROR]: Your autotools build scripts are 200 lines longer than your >> program. Something’s wrong. >> http://kirbyfan64.github.io/ >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "pyside-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to pyside-dev+unsubscribe at googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. > > > > -- > anatoly t. -- anatoly t. From spencertparkin at gmail.com Wed Oct 19 22:24:50 2016 From: spencertparkin at gmail.com (Spencer Parkin) Date: Wed, 19 Oct 2016 14:24:50 -0600 Subject: [PySide] PySide2 installed but not working Message-ID: Hi, I built PySide2, 32-bit from sources, but when I run the tetrix.py example, I get... AttributeError: module 'PySide2.QtNetwork' has no attribute 'QSslSocket'. If I comment out the call to QtNetwork.QSlSocket.suppertsSsl(), then get another telling error... AttributeError: module 'PySide2.QtGui' has no attribute 'QWidget'. It sounds like to me that my installation is completely wacked-up. Qwidget can't be found inside QtGui?! How is that even possible? It's taken me over 4 hours to get to this point. I had to re-run the install several times after making dependency fixes each time. Please don't tell me I need to re-run the install. Any help would be greatly appreciated. I'm ready to give up and just use wxPython...It might be more reliable. --Sp -------------- next part -------------- An HTML attachment was scrubbed... URL: From spencertparkin at gmail.com Wed Oct 19 23:23:39 2016 From: spencertparkin at gmail.com (Spencer Parkin) Date: Wed, 19 Oct 2016 15:23:39 -0600 Subject: [PySide] PySide2 installed but not working In-Reply-To: References: Message-ID: I gave up on PySide and switched to PyQt4. Works like a charm. I was able to get wxPython working in 15 minutes too, BTW. PySide1/2 needs some serious help. I'm not smart enough to get it installed. On Wed, Oct 19, 2016 at 2:24 PM, Spencer Parkin wrote: > Hi, > > I built PySide2, 32-bit from sources, but when I run the tetrix.py > example, I get... > > AttributeError: module 'PySide2.QtNetwork' has no attribute 'QSslSocket'. > > If I comment out the call to QtNetwork.QSlSocket.suppertsSsl(), then get > another telling error... > > AttributeError: module 'PySide2.QtGui' has no attribute 'QWidget'. > > It sounds like to me that my installation is completely wacked-up. > Qwidget can't be found inside QtGui?! How is that even possible? > > It's taken me over 4 hours to get to this point. I had to re-run the > install several times after making dependency fixes each time. Please > don't tell me I need to re-run the install. > > Any help would be greatly appreciated. I'm ready to give up and just use > wxPython...It might be more reliable. > > --Sp > -------------- next part -------------- An HTML attachment was scrubbed... URL: From vihorev at gmail.com Wed Oct 19 23:34:56 2016 From: vihorev at gmail.com (Alexey Vihorev) Date: Thu, 20 Oct 2016 00:34:56 +0300 Subject: [PySide] PySide2 installed but not working In-Reply-To: References: Message-ID: <001501d22a50$a2e124e0$e8a36ea0$@gmail.com> Wait a sec… PyQt4 means you are fine with Qt4 and don’t need Qt5, right? Then you can use PySide1, it’s actually quite stable and no need to compile etc – just “pip install” it. PySide2 is work in progress for those who need Qt5 bindings. And BTW – Qt5 indeed restructured modules and classes. So maybe even PySide2 is actually working in your instance. From: PySide [mailto:pyside-bounces+vihorev=gmail.com at qt-project.org] On Behalf Of Spencer Parkin Sent: Thursday, October 20, 2016 12:24 AM To: pyside at qt-project.org Subject: Re: [PySide] PySide2 installed but not working I gave up on PySide and switched to PyQt4. Works like a charm. I was able to get wxPython working in 15 minutes too, BTW. PySide1/2 needs some serious help. I'm not smart enough to get it installed. On Wed, Oct 19, 2016 at 2:24 PM, Spencer Parkin wrote: Hi, I built PySide2, 32-bit from sources, but when I run the tetrix.py example, I get... AttributeError: module 'PySide2.QtNetwork' has no attribute 'QSslSocket'. If I comment out the call to QtNetwork.QSlSocket.suppertsSsl(), then get another telling error... AttributeError: module 'PySide2.QtGui' has no attribute 'QWidget'. It sounds like to me that my installation is completely wacked-up. Qwidget can't be found inside QtGui?! How is that even possible? It's taken me over 4 hours to get to this point. I had to re-run the install several times after making dependency fixes each time. Please don't tell me I need to re-run the install. Any help would be greatly appreciated. I'm ready to give up and just use wxPython...It might be more reliable. --Sp -------------- next part -------------- An HTML attachment was scrubbed... URL: From spencertparkin at gmail.com Thu Oct 20 05:58:42 2016 From: spencertparkin at gmail.com (Spencer Parkin) Date: Wed, 19 Oct 2016 21:58:42 -0600 Subject: [PySide] PySide2 installed but not working In-Reply-To: <001501d22a50$a2e124e0$e8a36ea0$@gmail.com> References: <001501d22a50$a2e124e0$e8a36ea0$@gmail.com> Message-ID: I actually spent a full day trying to pip install pyside1 with no luck. The pip install of pyside actually goes through a build process requiring cmake and qmake as dependencies, and maybe openssl (I can't remember). You need msvc compiler tools too, I think. cmake said it couldn't find "QtCore" in a directory that, if you go and look, has QtCore4.lib, etc., inside of it, so cmake must be crazy. There were other errors that I can't remember...Qt-specific cmake-macros that it complained weren't defined. Maybe I'm crazy. Then I spent a half day trying to get pyside2 to work. I finally got it compiled and "installed", but then the examples didn't work. E.g., QWidget couldn't be found inside of QtGui, which seems crazy. Not sure what went wrong there. One very difficult thing about building PySide2 is that the install (which is essentially a build process) is not incremental! So if you (and I did this) mistype a command line arg, such as "--openssl=blah/blah", you won't know it until an hour later. So you fix it, then have to wait another hour to see if the fixed worked. Sorry, I don't mean to diss anything or anybody. I had a very difficult time. I'm sure PyQt is awesome as is Qt once you finally have a working installation of them. I'm a big fan of wx, personally, since I've used it for so long and its architecture very straight-forward. I'm using Qt because a coworker is and I'm helping him on the project. For the sake of idiot users such as myself, an installer for PyQt would be a good idea. (And by that I mean something that doesn't require configuration and compilation and linking.) Sorry, this went too long. On Wed, Oct 19, 2016 at 3:34 PM, Alexey Vihorev wrote: > Wait a sec… PyQt4 means you are fine with Qt4 and don’t need Qt5, right? > Then you can use PySide1, it’s actually quite stable and no need to compile > etc – just “pip install” it. PySide2 is work in progress for those who need > Qt5 bindings. And BTW – Qt5 indeed restructured modules and classes. So > maybe even PySide2 is actually working in your instance. > > > > *From:* PySide [mailto:pyside-bounces+vihorev=gmail.com at qt-project.org] *On > Behalf Of *Spencer Parkin > *Sent:* Thursday, October 20, 2016 12:24 AM > *To:* pyside at qt-project.org > *Subject:* Re: [PySide] PySide2 installed but not working > > > > I gave up on PySide and switched to PyQt4. Works like a charm. > > > > I was able to get wxPython working in 15 minutes too, BTW. > > > > PySide1/2 needs some serious help. I'm not smart enough to get it > installed. > > > > On Wed, Oct 19, 2016 at 2:24 PM, Spencer Parkin > wrote: > > Hi, > > > > I built PySide2, 32-bit from sources, but when I run the tetrix.py > example, I get... > > > > AttributeError: module 'PySide2.QtNetwork' has no attribute 'QSslSocket'. > > > > If I comment out the call to QtNetwork.QSlSocket.suppertsSsl(), then get > another telling error... > > > > AttributeError: module 'PySide2.QtGui' has no attribute 'QWidget'. > > > > It sounds like to me that my installation is completely wacked-up. > Qwidget can't be found inside QtGui?! How is that even possible? > > > > It's taken me over 4 hours to get to this point. I had to re-run the > install several times after making dependency fixes each time. Please > don't tell me I need to re-run the install. > > > > Any help would be greatly appreciated. I'm ready to give up and just use > wxPython...It might be more reliable. > > > > --Sp > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From spencertparkin at gmail.com Thu Oct 20 06:00:52 2016 From: spencertparkin at gmail.com (Spencer Parkin) Date: Wed, 19 Oct 2016 22:00:52 -0600 Subject: [PySide] PySide2 installed but not working In-Reply-To: References: <001501d22a50$a2e124e0$e8a36ea0$@gmail.com> Message-ID: Sorry, I meant an installer for PySide1/2. On Wed, Oct 19, 2016 at 9:58 PM, Spencer Parkin wrote: > I actually spent a full day trying to pip install pyside1 with no luck. > The pip install of pyside actually goes through a build process requiring > cmake and qmake as dependencies, and maybe openssl (I can't remember). You > need msvc compiler tools too, I think. cmake said it couldn't find > "QtCore" in a directory that, if you go and look, has QtCore4.lib, etc., > inside of it, so cmake must be crazy. There were other errors that I can't > remember...Qt-specific cmake-macros that it complained weren't defined. > Maybe I'm crazy. > > Then I spent a half day trying to get pyside2 to work. I finally got it > compiled and "installed", but then the examples didn't work. E.g., QWidget > couldn't be found inside of QtGui, which seems crazy. Not sure what went > wrong there. > > One very difficult thing about building PySide2 is that the install (which > is essentially a build process) is not incremental! So if you (and I did > this) mistype a command line arg, such as "--openssl=blah/blah", you won't > know it until an hour later. So you fix it, then have to wait another hour > to see if the fixed worked. > > Sorry, I don't mean to diss anything or anybody. I had a very difficult > time. I'm sure PyQt is awesome as is Qt once you finally have a working > installation of them. I'm a big fan of wx, personally, since I've used it > for so long and its architecture very straight-forward. I'm using Qt > because a coworker is and I'm helping him on the project. > > For the sake of idiot users such as myself, an installer for PyQt would be > a good idea. (And by that I mean something that doesn't require > configuration and compilation and linking.) > > Sorry, this went too long. > > On Wed, Oct 19, 2016 at 3:34 PM, Alexey Vihorev wrote: > >> Wait a sec… PyQt4 means you are fine with Qt4 and don’t need Qt5, right? >> Then you can use PySide1, it’s actually quite stable and no need to compile >> etc – just “pip install” it. PySide2 is work in progress for those who need >> Qt5 bindings. And BTW – Qt5 indeed restructured modules and classes. So >> maybe even PySide2 is actually working in your instance. >> >> >> >> *From:* PySide [mailto:pyside-bounces+vihorev=gmail.com at qt-project.org] *On >> Behalf Of *Spencer Parkin >> *Sent:* Thursday, October 20, 2016 12:24 AM >> *To:* pyside at qt-project.org >> *Subject:* Re: [PySide] PySide2 installed but not working >> >> >> >> I gave up on PySide and switched to PyQt4. Works like a charm. >> >> >> >> I was able to get wxPython working in 15 minutes too, BTW. >> >> >> >> PySide1/2 needs some serious help. I'm not smart enough to get it >> installed. >> >> >> >> On Wed, Oct 19, 2016 at 2:24 PM, Spencer Parkin >> wrote: >> >> Hi, >> >> >> >> I built PySide2, 32-bit from sources, but when I run the tetrix.py >> example, I get... >> >> >> >> AttributeError: module 'PySide2.QtNetwork' has no attribute 'QSslSocket'. >> >> >> >> If I comment out the call to QtNetwork.QSlSocket.suppertsSsl(), then get >> another telling error... >> >> >> >> AttributeError: module 'PySide2.QtGui' has no attribute 'QWidget'. >> >> >> >> It sounds like to me that my installation is completely wacked-up. >> Qwidget can't be found inside QtGui?! How is that even possible? >> >> >> >> It's taken me over 4 hours to get to this point. I had to re-run the >> install several times after making dependency fixes each time. Please >> don't tell me I need to re-run the install. >> >> >> >> Any help would be greatly appreciated. I'm ready to give up and just use >> wxPython...It might be more reliable. >> >> >> >> --Sp >> >> >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From vihorev at gmail.com Thu Oct 20 09:19:41 2016 From: vihorev at gmail.com (Alexey Vihorev) Date: Thu, 20 Oct 2016 10:19:41 +0300 Subject: [PySide] PySide2 installed but not working In-Reply-To: References: <001501d22a50$a2e124e0$e8a36ea0$@gmail.com> Message-ID: Couple of things to clear up. What is your OS? Do you need Qt5 or Qt4? What version of Python do you use? 2016-10-20 6:58 GMT+03:00 Spencer Parkin : > I actually spent a full day trying to pip install pyside1 with no luck. > The pip install of pyside actually goes through a build process requiring > cmake and qmake as dependencies, and maybe openssl (I can't remember). You > need msvc compiler tools too, I think. cmake said it couldn't find > "QtCore" in a directory that, if you go and look, has QtCore4.lib, etc., > inside of it, so cmake must be crazy. There were other errors that I can't > remember...Qt-specific cmake-macros that it complained weren't defined. > Maybe I'm crazy. > > Then I spent a half day trying to get pyside2 to work. I finally got it > compiled and "installed", but then the examples didn't work. E.g., QWidget > couldn't be found inside of QtGui, which seems crazy. Not sure what went > wrong there. > > One very difficult thing about building PySide2 is that the install (which > is essentially a build process) is not incremental! So if you (and I did > this) mistype a command line arg, such as "--openssl=blah/blah", you won't > know it until an hour later. So you fix it, then have to wait another hour > to see if the fixed worked. > > Sorry, I don't mean to diss anything or anybody. I had a very difficult > time. I'm sure PyQt is awesome as is Qt once you finally have a working > installation of them. I'm a big fan of wx, personally, since I've used it > for so long and its architecture very straight-forward. I'm using Qt > because a coworker is and I'm helping him on the project. > > For the sake of idiot users such as myself, an installer for PyQt would be > a good idea. (And by that I mean something that doesn't require > configuration and compilation and linking.) > > Sorry, this went too long. > > On Wed, Oct 19, 2016 at 3:34 PM, Alexey Vihorev wrote: > >> Wait a sec… PyQt4 means you are fine with Qt4 and don’t need Qt5, right? >> Then you can use PySide1, it’s actually quite stable and no need to compile >> etc – just “pip install” it. PySide2 is work in progress for those who need >> Qt5 bindings. And BTW – Qt5 indeed restructured modules and classes. So >> maybe even PySide2 is actually working in your instance. >> >> >> >> *From:* PySide [mailto:pyside-bounces+vihorev=gmail.com at qt-project.org] *On >> Behalf Of *Spencer Parkin >> *Sent:* Thursday, October 20, 2016 12:24 AM >> *To:* pyside at qt-project.org >> *Subject:* Re: [PySide] PySide2 installed but not working >> >> >> >> I gave up on PySide and switched to PyQt4. Works like a charm. >> >> >> >> I was able to get wxPython working in 15 minutes too, BTW. >> >> >> >> PySide1/2 needs some serious help. I'm not smart enough to get it >> installed. >> >> >> >> On Wed, Oct 19, 2016 at 2:24 PM, Spencer Parkin >> wrote: >> >> Hi, >> >> >> >> I built PySide2, 32-bit from sources, but when I run the tetrix.py >> example, I get... >> >> >> >> AttributeError: module 'PySide2.QtNetwork' has no attribute 'QSslSocket'. >> >> >> >> If I comment out the call to QtNetwork.QSlSocket.suppertsSsl(), then get >> another telling error... >> >> >> >> AttributeError: module 'PySide2.QtGui' has no attribute 'QWidget'. >> >> >> >> It sounds like to me that my installation is completely wacked-up. >> Qwidget can't be found inside QtGui?! How is that even possible? >> >> >> >> It's taken me over 4 hours to get to this point. I had to re-run the >> install several times after making dependency fixes each time. Please >> don't tell me I need to re-run the install. >> >> >> >> Any help would be greatly appreciated. I'm ready to give up and just use >> wxPython...It might be more reliable. >> >> >> >> --Sp >> >> >> > > -- Алексей Вихорев -------------- next part -------------- An HTML attachment was scrubbed... URL: From fredrik.averpil at gmail.com Thu Oct 20 16:23:42 2016 From: fredrik.averpil at gmail.com (Fredrik Averpil) Date: Thu, 20 Oct 2016 14:23:42 +0000 Subject: [PySide] PySide2 installed but not working In-Reply-To: References: <001501d22a50$a2e124e0$e8a36ea0$@gmail.com> Message-ID: Hi Spencer, +1 on getting more info on your OS and Python version as well as whether you need PySide or PySide2. Please keep in mind PySide2 hasn't really been released yet and you're bound to face bleeding edge cases. You're mentioning QSslSocket. When I build PySide2 I see this: -- Checking for QSslSocket in QtNetwork -- not found ...which means PySide2 is built without QtNetwork.QSslSocket. Do you see this as well? I've assembled a modules list on some operating systems I'm building PySide2 on, and there you can see which modules are successfully included in the build and which modules are not found (for various reasons): https://github.com/fredrikaverpil/pyside2-wheels You can either download pre-built wheels (requiring Qt5 as a prerequisite) or you can copy my build scripts. If you're okay with using Python 3, I'd recommend you "pip3 install PyQt5", as this is by far the simplest way of getting up and running with a Qt5 Python binding (requires no compilation). Disclaimer: I'm in no way affiliated with The Qt Company or the PySide2 developers. I'm just a developer who uses PySide2 at work. Regards, Fredrik -------------- next part -------------- An HTML attachment was scrubbed... URL: From rajeev.sebastian at alokin.in Sat Oct 8 18:12:49 2016 From: rajeev.sebastian at alokin.in (Rajeev J Sebastian) Date: Sat, 08 Oct 2016 16:12:49 -0000 Subject: [PySide] [pyside-dev] Moderating the issue tracker In-Reply-To: References: Message-ID: Indeed. This is pretty bad. On Sat, Oct 8, 2016 at 4:26 PM, anatoly techtonik wrote: > I'd expect Qt Account system at https://login.qt.io/ to filter those > "accounts" in the first place and remove spam automatically instead of > manual moderation. > > On Thu, Oct 6, 2016 at 10:49 PM, Ryan Gonzalez wrote: > > Considering the recent outbreak involving spam-my "issues" created by > users > > with seemingly drug-induced names ("lapp lapp"? "boom"? really?), I've > been > > wondering if it would be possible for someone to moderate first posts on > the > > issue tracker. For instance, when a new account is created, if the first > > issue contains "suspicious words" (e.g. the word "support" over ten dozen > > times), then it would be held in a queue until a mod can verify it's not > a > > spam user. Thoughts? > > > > -- > > Ryan > > [ERROR]: Your autotools build scripts are 200 lines longer than your > > program. Something’s wrong. > > http://kirbyfan64.github.io/ > > > > > > -- > > You received this message because you are subscribed to the Google Groups > > "pyside-dev" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to pyside-dev+unsubscribe at googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. > > > > -- > anatoly t. > > -- > You received this message because you are subscribed to the Google Groups > "pyside-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to pyside-dev+unsubscribe at googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ward.davidj at gmail.com Wed Oct 12 22:39:36 2016 From: ward.davidj at gmail.com (David J W) Date: Wed, 12 Oct 2016 20:39:36 -0000 Subject: [PySide] Moderating the issue tracker In-Reply-To: References: Message-ID: Replying because this is cc'd to a QT account. Maybe putting a captcha somewhere in the issue tracker would be appropriate. On Thursday, October 6, 2016 at 1:49:31 PM UTC-6, Ryan Gonzalez wrote: > > Considering the recent outbreak involving spam-my "issues" created by > users with seemingly drug-induced names ("lapp lapp"? "boom"? really?), > I've been wondering if it would be possible for someone to moderate first > posts on the issue tracker. For instance, when a new account is created, if > the first issue contains "suspicious words" (e.g. the word "support" over > ten dozen times), then it would be held in a queue until a mod can verify > it's not a spam user. Thoughts? > > -- > Ryan > [ERROR]: Your autotools build scripts are 200 lines longer than your > program. Something’s wrong. > http://kirbyfan64.github.io/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: