[PySide] Weekly update 17.05.2018

2018-05-22 Thread Cristián Maureira-Fredes
/Qt_for_Python#Community See ya! - Cristián Maureira-Fredes Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Mika Harjuaho Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B

Re: [PySide] Weekly update 17.05.2018

2018-05-24 Thread Cristián Maureira-Fredes
people, so it's fine. Projects evolve, so maybe in the future there could be some modifications. Cheers From: Zhao Lee <redstone-c...@163.com> Sent: 24 May 2018 07:50:42 To: Christian Gagneraud Cc: Cristián Maureira-Fredes; pyside@qt-project.or

[PySide] Weekly update 26.04.2018

2018-05-02 Thread Cristián Maureira-Fredes
have a proper logo and icon. Cheers - Cristián Maureira-Fredes Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Mika Harjuaho Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B

Re: [PySide] Start work with PySide2

2018-07-26 Thread Cristián Maureira-Fredes
Hello Ilan, I think the community will be in charge of packaging PySide2 to anaconda, but it seems they have an old version of Qt, so at the moment it would be quite difficult. When you install PySide2 there is a submodule called "pyside2-tools" when you can find "pyside2-uic" to generate a

[PySide] Weekly update 26.07.2018

2018-07-26 Thread Cristián Maureira-Fredes
Hello, I would like to share with you a summary for the last three meetings we had: 12.07.2018 * There has been a lot of work on Shiboken, improving their functionality and also fixing bugs. * The compatibility development with the future Qt 5.12 already started, since we need to make sure

[PySide] Weekly update 05.06.2018

2018-07-06 Thread Cristián Maureira-Fredes
Hello, As you maybe noticed, we were a bit away during the last weeks regarding development notes, and that was due to the summer break. In any case, we have been still working on many things, and you can always check: https://wiki.qt.io/Qt_for_Python_Development_Notes The main goal during the

[PySide] Weekly Update 15.03.2018

2018-03-15 Thread Cristián Maureira-Fredes
and abstracts were written for the PyData talk submission. Cheers! - Cristián Maureira-Fredes Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Mika Harjuaho Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg

Re: [PySide] QCombobox : Signal not emitted

2018-04-10 Thread Cristián Maureira-Fredes
ux, Python 3.6.4 + PySide2 5.9 Cheers From: Serge K. <ska...@gmail.com> Sent: 10 April 2018 16:11:19 To: Cristián Maureira-Fredes Cc: pyside@qt-project.org Subject: Re: [PySide] QCombobox : Signal not emitted Thanks Cristian, This is the desired b

[PySide] Weekly Update 05.04.2018

2018-04-05 Thread Cristián Maureira-Fredes
in the next couple of days - Hopefully, in less than a month we will have heap types integrated in the project. - Many bugs were solved and are awaiting for our CI system to be integrated into all our branches Cheers! - Cristián Maureira-Fredes Software Engineer The Qt Company GmbH

Re: [PySide] QCombobox : Signal not emitted

2018-04-11 Thread Cristián Maureira-Fredes
also join: Here you can find the links: https://wiki.qt.io/PySide2#Community Cheers! From: Serge K. <ska...@gmail.com> Sent: 10 April 2018 17:57:53 To: Cristián Maureira-Fredes Cc: pyside@qt-project.org Subject: Re: [PySide] QCombobox : Signal not e

Re: [PySide] QCombobox : Signal not emitted

2018-04-10 Thread Cristián Maureira-Fredes
Hello Serge, After executing your script, I get the following output: https://pastebin.com/2L3VYR0n I do get the output from `selectionchange` and `highlighted`, is this not the desire behavior? Cheers From: PySide

Re: [PySide] Weekly Update 05.04.2018

2018-04-09 Thread Cristián Maureira-Fredes
On 04/05/2018 08:24 PM, Ryan Gonzalez wrote: I have one question... Is it going to be confusing with Qt for Python and PyQt, given the similarities in their names? On April 5, 2018 11:12:15 AM Cristián Maureira-Fredes <cristian.maureira-fre...@qt.io> wrote: Hello, A brief s

[PySide] Weekly update 12.04.2018

2018-04-13 Thread Cristián Maureira-Fredes
nformation on this is that the team will wait for the official Qt 5.11 release (scheduled for 31.05.2018) and proceed to evaluate the compatibility and proper behavior of the project. We are aiming to release Qt for Python mid June 2018. Cheers! - Cristián Maureira-Fredes Software Engineer The Qt Co

[PySide] Weekly update 19.04.2018

2018-04-19 Thread Cristián Maureira-Fredes
, mainly porting old examples and comments, Suggestions and contributions are more than welcome! We are working on a couple more blog posts, so stay tuned! https://blog.qt.io/ Cheers! - Cristián Maureira-Fredes Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin

Re: [PySide] Wheel for x86

2018-04-19 Thread Cristián Maureira-Fredes
Dear Danny, At the moment we don't have wheels for 32bit systems (x86), hopefully we will manage to provide them for the release, and in that case they will be available just for Windows. Cheers From: PySide

[PySide] Weekly Update 22.03.2018

2018-03-22 Thread Cristián Maureira-Fredes
of wheels for the release: - Windows 10, Linux, macOS including Python 2.7 and 3.6 You can find more information from the last meetings on: http://wiki.qt.io/PySide2_Development_Notes Cheers - Cristián Maureira-Fredes Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489

Re: [PySide] Multiple PySide for Multiple Qt in a same python install?

2019-01-22 Thread Cristián Maureira-Fredes
Hello Oliver, it sounds that your setup could get some improvement by using Virtual environments [1]. Have you consider to have different environment for different purposes? Then, you can just activate what you want Cheers [1] https://virtualenv.pypa.io/en/latest/

Re: [PySide] Qt 5.12: QAbstractItemModel::createIndex method input parameter

2019-01-10 Thread Cristián Maureira-Fredes
Hello, Just to close this thread, as discussed in https://bugreports.qt.io/browse/PYSIDE-883 the change was reverted and merged, it will be available on 5.12.1 Cheers! From: PySide on behalf of Bestellungen Menne Sent: 02 January 2019 14:09:42 To:

Re: [PySide] implement a custom QWebEngineUrlSchemeHandler

2018-12-19 Thread Cristián Maureira-Fredes
That's PyQt5 code, please take into consideration that PyQt and PySide are different projects, then the problems you have in one are not necessarily on the other one. Cheers From: PySide on behalf of Zhao Lee Sent: 19 December 2018 09:38:58 To: pyqt;

Re: [PySide] Latest git download will not compile

2019-01-26 Thread Cristián Maureira-Fredes
Be careful not to mix bindings and binding generators: PyQt5 uses sip. PySide2 uses shiboken. And when using shiboken, take into consideration to follow one of the existing examples: https://code.qt.io/cgit/pyside/pyside-setup.git/tree/examples/scriptableapplication

Re: [PySide] Packaging PySide2 for Fedora

2019-03-27 Thread Cristián Maureira-Fredes
Hello Richard, yes, port_v2 is the support for Python2, you can see a couple of import statements that look like: 1 if sys.hexversion >= 0x0300: 2 from pyside2uic.port_v3.invoke import invoke

Re: [PySide] @Property syntax broken?

2019-02-27 Thread Cristián Maureira-Fredes
Hello Maxime, you are right, that's a real bug. Luckily we managed to solve that issue and it will be included in the next release. https://codereview.qt-project.org/#/c/252324/ Cheers From: PySide on behalf of Maxime Lemonnier Sent: 25 February 2019

Re: [PySide] QOpenGLContext::versionFunctions() returns type QAbstractOpenGLFunctions

2019-02-27 Thread Cristián Maureira-Fredes
Hello Maxime, Since you said it does not contain a proper API, it seems to be a bug. Can you please report it in https://bugreports.qt.io/projects/PYSIDE along with a small reproducible example. Cheers From: PySide on behalf of Maxime Lemonnier

Re: [PySide] Creating deployable GUI app

2019-02-27 Thread Cristián Maureira-Fredes
Hello Mark, I personally recommend PyInstaller over cx_Freeze, so I'm glad things worked out. Regarding your issue there is a similar case here: https://github.com/pyinstaller/pyinstaller/issues/2137 Are you using the latest PyInstaller and PySide2 versions? There has been a couple of issues

Re: [PySide] Problems with install on GnuLinux, Mint

2019-02-22 Thread Cristián Maureira-Fredes
Sent: 22 February 2019 14:11 To: Cristián Maureira-Fredes Cc: pyside@qt-project.org Subject: Re: [PySide] Problems with install on GnuLinux, Mint Hi. Thanks for the tip. Now i face other problems. The PySide2 module is 'built' corrrectly. But the installer doesn't move the package to the 'site-

Re: [PySide] trying to mimic addressee field in email client

2019-03-20 Thread Cristián Maureira-Fredes
Hello Frank, I haven't had time to find a workaround of your situation, but at least I understand the origin of the issue. editingFinished() will be trigger twice, once you Tab/Enter and once you change the focus of the QLineEdit. This seems to be related to a really old Qt Bug:

Re: [PySide] QListView - make tab key behave like enter key

2019-03-20 Thread Cristián Maureira-Fredes
Hello Frank, You can try to use an event filter to intercept the key press events. https://doc.qt.io/qt-5/qobject.html#installEventFilter Other option could be to re-implement the keyPressedEvent https://doc.qt.io/qt-5/qlineedit.html#keyPressEvent Cheers

Re: [PySide] pyside2 on android

2019-03-12 Thread Cristián Maureira-Fredes
Hello Luca, AFAIK we don't have success stories on that area. If you found or try something, please contribute to the discussion on the following user-story: https://bugreports.qt.io/browse/PYSIDE-806 Cheers From: PySide on behalf of Luca Tringali via

[PySide] Qt for Python 5.12.2 released!

2019-03-22 Thread Cristián Maureira-Fredes
report in our JIRA system: https://bugreports.qt.io/projects/PYSIDE Also remember that you can use JIRA for suggestions, so if you have an amazing idea of how to improve the project share it with us, so we can work together to achieve it. Cheers! - Dr. Cristián Maureira-Fredes Software

Re: [PySide] Packaging for guix

2019-04-10 Thread Cristián Maureira-Fredes
Hello John, I'm not familiar with guix, but if the CMake approach doesn't work [1] and the setuptools also doesn't work [2], maybe you can share some of the logs related the build errors so we can see how what's precisely the issue. Cheers [1]

Re: [PySide] CMake Build failure with 5.12.3

2019-06-11 Thread Cristián Maureira-Fredes
Hello Richard, On 6/11/19 3:23 PM, Richard Shaw wrote: > I finally got PySide2 accepted into Fedora linux but at the same time Qt > was updated from 5.12.1 to 5.12.3. > > I updated the sources in my package but now I'm getting a cmake > configuration error that it can't determine the pyside

[PySide] Fw: Updated missing bindings for 5.13?

2019-06-20 Thread Cristián Maureira-Fredes
(forgot to reply to the list) From: Cristián Maureira-Fredes Sent: Thursday, June 20, 2019 13:25 To: Jason H Subject: Re: [PySide] Updated missing bindings for 5.13? On 6/19/19 6:33 PM, Jason H wrote: > 5.13 was released today, so I am really look

Re: [PySide] Minimal QCamera code?

2019-05-23 Thread Cristián Maureira-Fredes
On 5/22/19 11:18 PM, Jason H wrote: > Hi all, I am experimenting with a PySide2. I've got experience with the C++ > and QML APIs. > > I started to port a small minimal image camera capture sample I have over, > but immediately I got: > > AttributeError: module 'PySide2.QtMultimedia' has no

Re: [PySide] Python 2 support

2019-05-21 Thread Cristián Maureira-Fredes
Hello Florian, Based on Qt traditions, even if something is deprecated we tend to provide support for a little bit longer. So far we haven't discussed how long we will support Python 2.7, but since last year we have been encouraging people to use Python 3.5+ directly. We will make an

Re: [PySide] PySide2 installer for windows?

2019-05-21 Thread Cristián Maureira-Fredes
On 5/21/19 4:28 AM, Frank Rueter | OHUfx wrote: > yeah, we are anticipating a big shit storm in our industry very soon > when every company out there will have to deploy Python 3 alongside > Python 2 (to be backwards compatible with industry standard software of > various versions). > not

[PySide] 5.13.0 is out!

2019-06-27 Thread Cristián Maureira-Fredes
Hello everyone, I'm very excited to tell you that you can now get the 5.13.0 version of the PySide2 module from PyPi! $ pip install pyside2 Remember that you can still install older versions specifying it on your pip command: $ pip install pyside2==5.12.4 You can find the changelog of this

Re: [PySide] Fedora 5.12.4 build error

2019-06-29 Thread Cristián Maureira-Fredes
On 6/29/19 3:43 PM, Richard Shaw wrote: > On Sat, Jun 29, 2019 at 8:42 AM Cristián Maureira-Fredes > mailto:cristian.maureira-fre...@qt.io>> > wrote: > > > On 6/29/19 3:08 PM, Richard Shaw wrote: > > On Sat, Jun 29, 2019 at 7:

Re: [PySide] Fedora 5.12.4 build error

2019-06-29 Thread Cristián Maureira-Fredes
Hello, please share the full log, including the build command line. Also, please use external sites like Pastebin to paste the logs. Cheers From: PySide on behalf of Richard Shaw Sent: Saturday, June 29, 2019 13:54 To: pyside Subject: [PySide] Fedora

Re: [PySide] Fedora 5.12.4 build error

2019-06-29 Thread Cristián Maureira-Fredes
On 6/29/19 3:08 PM, Richard Shaw wrote: > On Sat, Jun 29, 2019 at 7:30 AM Cristián Maureira-Fredes > mailto:cristian.maureira-fre...@qt.io>> > wrote: > > Hello, > please share the full log, > including the build command line. > > &g

[PySide] Qt for Python 5.13.1 released

2019-09-06 Thread Cristián Maureira-Fredes
Hello folks, We wanted to announce that Qt for Python 5.13.1 was released, you can get it officially from PyPi: https://pypi.org/project/PySide2/ Take a look at the changes included in this release: https://code.qt.io/cgit/pyside/pyside-setup.git/tree/dist/changes-5.13.1?h=5.13.1 No major

[PySide] Qt for Python 5.12.5 released

2019-09-12 Thread Cristián Maureira-Fredes
Howdy, Good news, the PySide2 5.12.5 wheels are already out and you can get them from PyPi: https://pypi.org/project/PySide2/5.12.5/ You can also checkout the change log for this bug fix version here:

Re: [PySide] samplebindings with Ming32

2019-08-07 Thread Cristián Maureira-Fredes
On 8/6/19 9:52 PM, Miguel Alejandro Fernández wrote: > Hello, I have installed > *PySide2-5.13.0-5.13.0-cp35.cp36.cp37-none-win_amd64.whl* on my *Windows > 10 64 bits*, the python host is *python-3.7.3-amd64*. > *cmake-3.14.0-rc4-win64-x64*. *Qt5.11.1 ( mingw53_32 )*. *Mingw53_32* > from the

Re: [PySide] Support for Python 3.8?

2019-11-18 Thread Cristián Maureira-Fredes
Hello Tom, We are planning to have support for 5.14. However, we are still dealing with some issues regarding reference counts with Python 3.8 that we are trying to solve. In any case, we will communicate this for the 5.14 release. Cheers On 11/18/19 2:47 PM, Kacvinsky, Tom wrote: > Hi, > >

[PySide] Updates from the Qt Contributors Summit 2019

2019-11-22 Thread Cristián Maureira-Fredes
[5] https://wiki.qt.io/Qt_Contributors_Summit_2019_-_Contributor_Experience -- Dr. Cristián Maureira-Fredes R Manager The Qt Company GmbH Erich-Thilo-Straße 10 D-12489 Berlin https://qt.io ___ PySide mailing list PySide@qt-project.org https://lists.qt

[PySide] Qt for Python 5.14 release delayed

2019-12-12 Thread Cristián Maureira-Fredes
Dear community, As you may noticed Qt 5.14 was released today: https://www.qt.io/blog/qt-5.14-has-released Unfortunately we will be unable to release the wheels for 5.14 before Python 3.8.1 is out. The reason behind this decision was because we were affected by a couple of missing symbols on

Re: [PySide] Keeping GUI responsive

2019-12-06 Thread Cristián Maureira-Fredes
Hello Israel, Bad news, it seems you have found a similar situation as described in: https://bugreports.qt.io/browse/PYSIDE-803 This is a P1 bug that we have been trying to solve since a couple of releases ago. It's not a simple bug, and it might imply to do a complete refactoring on how we

Re: [PySide] Python 3.8 and 3.5

2019-10-25 Thread Cristián Maureira-Fredes
On 10/25/19 11:10 AM, Florian Bruhin wrote: > Hey Cristián, > > On Fri, Oct 25, 2019 at 08:57:00AM +, Cristián Maureira-Fredes wrote: >> Python 3.5 has become really old for most distributions, >> so we would like to drop support for it, in favor of goodies &g

Re: [PySide] Python 3.8 and 3.5

2019-10-25 Thread Cristián Maureira-Fredes
On 10/25/19 11:39 AM, Stephen Morris wrote: > Hello Cristián, > > On Fri, Oct 25, 2019 at 09:58:00AM +, Cristián Maureira-Fredes wrote: >> Python 2.7 is another story, >> but as mention in previous blog post >> we are planning to deprecate it as soon as Qt6 is rel

[PySide] Python 3.8 and 3.5

2019-10-25 Thread Cristián Maureira-Fredes
Dear Community, With the release of 3.8 many good features were incorporated into Python, and we would like to have support as soon as possible. At the moment we are aiming for 5.14, but if by any chance there are some issues, we will postpone to the next minor release. On the same field, Python

[PySide] Qt for Python 5.13.2 released

2019-11-01 Thread Cristián Maureira-Fredes
Hello everyone, We are happy to announce that 5.13.2 is already out. As usual, you can get the latest version from PyPi: https://pypi.org/project/PySide2/5.13.2/ You can see the changelog here: https://code.qt.io/cgit/pyside/pyside-setup.git/tree/dist/changes-5.13.2?h=5.13.2 Please let us know

[PySide] Qt for Python 5.12.6 is out!

2019-11-22 Thread Cristián Maureira-Fredes
hopefully you will be able to update your current PySide2 installations once it's out :) Cheers -- Dr. Cristián Maureira-Fredes R Manager The Qt Company GmbH Erich-Thilo-Straße 10 D-12489 Berlin https://qt.io ___ PySide mailing list PySide@qt-project.org

[PySide] Qt for Python 5.14 released!

2019-12-19 Thread Cristián Maureira-Fredes
Dear Community, I'm really happy to communicate that with Python 3.8.1 out, we were able to release Qt for Python 5.14, and you can get it now from PyPi. https://pypi.org/project/PySide2/ Here are the changes: https://code.qt.io/cgit/pyside/pyside-setup.git/tree/dist/changes-5.14.0?h=5.14 As

Re: [PySide] [shiboken2] Object Ownership

2020-02-27 Thread Cristián Maureira-Fredes
Hello, I will answer inline: On 2/25/20 12:05 AM, ic...@gmx.net wrote: > Hi, > (snip) > One of the biggest unknowns here is the default ownership assumptions of > shiboken2. It is mentioned that there are some heuristics, but > unfortunately the documentation seems to be spread around the >

Re: [PySide] pyside build using pyenv-installed local Python fails, using system-installed Shiboken2 config/cmake file ?

2020-02-27 Thread Cristián Maureira-Fredes
Hello, On 2/26/20 11:40 PM, PGNet Dev wrote: > On 2/26/20 9:57 AM, PGNet Dev wrote: > > if instead of using > > python setup.py install ... > > i use cmake build directly > > mkdir build > cd build > cmake .. > make -j > > the config + build completes without

Re: [PySide] Qt Creator and virtualenv

2020-02-24 Thread Cristián Maureira-Fredes
On 2/23/20 1:23 PM, i...@mycontent.gr wrote: > Dear all, > > Is there a way to activate a Python virtual environment inside Qt > Creator, i.e. ensure that all the different commands that Qt Creator is > issuing to prepare/analyse/build the current project are run inside a > specific

[PySide] Qt for Python Community Call (Thu 12th, 5pm CET)

2020-03-09 Thread Cristián Maureira-Fredes
Dear community, I'm really happy to announce the first Qt for Python Open Community Call. # What's this about? The main idea of the call is to share with the community what is the Development Team focusing right now, and what are the priorities for the next releases. Additionally, we would

Re: [PySide] Qt for Python Community Call (Thu 12th, 5pm CET)

2020-03-09 Thread Cristián Maureira-Fredes
On 3/9/20 3:45 PM, Cristián Maureira-Fredes wrote: # When? Where? Next Thursday 12th of March at 17:00h (CET / GMT-1 / EDT-5 / PDT-8) Little correction to that, since the meeting will take place in Central European Time (CET), the correct timezones for it are: CET / GMT+1 / EDT+5 / PDT+8

Re: [PySide] Best way to declare MainWindow

2020-03-14 Thread Cristián Maureira-Fredes
Hello, On 3/14/20 3:59 AM, JZA wrote: I have been going through different examples, and I am unable to recognize the best way to declare QMainWindow on Python. I have seen examples like the following: class MyWindow(QMainWindow):     def __init__(self, parent=None):        

Re: [PySide] Difference between QMainWindow QWidget and QDialog

2020-03-10 Thread Cristián Maureira-Fredes
Hello, On 3/10/20 10:11 AM, JZA wrote: Sort of want to know the difference between the different widgets and when to use the one that is needed. Also if there is any difference codewise for creating and launching the class. Everything in Qt comes from the QObject class [1], and all the Q*

Re: [PySide] Distinguishing QEvents originating in PySide2 from those originating in C++

2020-03-10 Thread Cristián Maureira-Fredes
Hello, I will answer inline: On 3/10/20 2:27 PM, Stephen Morris wrote: We’re writing an application in which we create numerous QWidgets of our own in C++, while also embedding a Python interpreter which allows customers to write and execute their own scripts using PySide2 from within our

Re: [PySide] Confused by PySide2 5.14.x

2020-04-11 Thread Cristián Maureira-Fredes
Hello Richard, On 4/10/20 10:45 PM, Richard Shaw wrote: Qt on Fedora Rawhide has been updated to 5.14.2. I'm working on updating PySide2 to 5.14.2. That's nice, thank you. I see from this commit[1] that now uic and rcc can produce python output that the programs in PySide2 are no longer

Re: [PySide] Double click handling or retaining ownership of mouse events

2020-04-08 Thread Cristián Maureira-Fredes
Hello Marco, On 4/8/20 2:01 AM, Marco Grubert wrote: Hello, I am trying to handle single and double-click events differently in a QToolButton. From what I have read in forums, Qt does not filter out single click events when a double click occurs, in other words there will always be a

Re: [PySide] Sender Method Difference

2020-03-27 Thread Cristián Maureira-Fredes
Hello, On 3/27/20 3:08 PM, Ed Lipson wrote: Looking at https://wiki.qt.io/Differences_Between_PySide_and_PyQt#sender.28.29_method_returns_None_when_used_within_a_partial_or_a_lambda (snip) There is a separate thread on StackExchange about this where the lambda is "lambda state,

Re: [PySide] Seeing Deprecation Warning messages

2020-03-27 Thread Cristián Maureira-Fredes
is required (got type PySide2.QtCore.Qt.AlignmentFlag).  Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.   twi.setTextAlignment(int(Qt.AlignRight | Qt.AlignVCenter)) Thanks, Ed On Fri, Mar 27, 2020 at 8:40 AM Cristián Maureira-Fredes

Re: [PySide] Seeing Deprecation Warning messages

2020-03-27 Thread Cristián Maureira-Fredes
Hello, I really thought we fix this in the past, since I have seen it...anyway On 3/27/20 12:30 PM, Ed Lipson wrote: What is the suggest syntax to future proof the code? I think twi.setTextAlignment(int(Qt.AlignHCenter | Qt.AlignVCenter)) should work. Cheers -- Dr. Cristian

[PySide] Qt for Python 5.14.2 released!

2020-04-01 Thread Cristián Maureira-Fredes
Hello everyone, We are happy to announce that 5.14.2 is already out. As usual, you can get the latest version from PyPi: https://pypi.org/project/PySide2/5.14.2/ via pip install pyside2 You can see the changelog here:

Re: [PySide] manylinux1?

2020-03-29 Thread Cristián Maureira-Fredes
Hello Christoph, On 3/27/20 7:06 PM, ic...@gmx.net wrote: Hi, I'm seeing you are tagging the linux binary release with the manylinux1 tag. However, when importing PySide2 on the manylinux1 docker container, it fails saying GLIBCXX_3.4.18 not found. So I assume you are pragmatically advertising

Re: [PySide] manylinux1?

2020-03-30 Thread Cristián Maureira-Fredes
On 3/29/20 8:07 PM, Matthew Brett wrote: Hi, Switching to manylinux2014 sounds like the right solution - I would guess that would be straightforward - did you try already? We haven't, but we are open for suggestions in the shape of a patch ;) Wanna give it a try? :D

Re: [PySide] Seeing Deprecation Warning messages

2020-03-30 Thread Cristián Maureira-Fredes
On 3/30/20 10:51 AM, Florian Bruhin wrote: On Fri, Mar 27, 2020 at 04:04:54PM +0100, Cristián Maureira-Fredes wrote: I'm almost certain this was already solved... so maybe something went wrong. It was fixed here: https://codereview.qt-project.org/c/pyside/pyside-setup/+/288381 That commit

Re: [PySide] manylinux1?

2020-03-30 Thread Cristián Maureira-Fredes
On 3/29/20 9:28 PM, ic...@gmx.net wrote: Hi Cristian, thanks for reply. I also went the manylinux2014 path now and got the extension to be manylinux2014 compatible except for the QT dependencies (which are resolved by PySide2 and shiboken2 in the end). One potential issue is llvm, which I

[PySide] Qt for Python 5.14.2.1 is out!

2020-04-24 Thread Cristián Maureira-Fredes
Hello everyone, no, it's not a typo what you saw on the subject :O Since it's highly probable that Qt 5.14 will not receive more bug-fix releases (5.14.2 being the last so far), and due to all the changes that we have done to critical building blocks of the project, we have decided to keep

Re: [PySide] raise_() method not effective on macOS for QGLWidget

2020-05-10 Thread Cristián Maureira-Fredes
Hello Michel, Could you please share your code with an external web like pastebin, or similar? The attachment was around ~5M so it was removed. Cheers On 5/10/20 4:46 AM, Michel Sanner wrote: I wrote a small test program for a drawer sliding out and in next to button. The program can slide

Re: [PySide] Pyside configuration error

2020-03-20 Thread Cristián Maureira-Fredes
Hello, On 3/20/20 2:04 PM, Michael Hill wrote: |CMake Error at CMakeLists.txt:47 (message): Could not identify PySide2 version. Error: -- Configuring incomplete, errors occurred! See also "/run/build/pyside2/sources/pyside2/_build/CMakeFiles/CMakeOutput.log". Error: module pyside2: Child

Re: [PySide] Pyside configuration error

2020-03-23 Thread Cristián Maureira-Fredes
Hello, On 3/23/20 3:47 PM, Michael Hill wrote: I'm not sure if this is valid, but sources/pyside2/CMakeLists.txt was half the size for 5.14.1 as it was for 5.12.1. I patched in the missing lines and changed this line to 5.14: find_package(Qt5 5.12 REQUIRED COMPONENTS Core) allowing the build

Re: [PySide] Pyside configuration error

2020-03-24 Thread Cristián Maureira-Fredes
On 3/23/20 8:19 PM, Michael Hill wrote: Here's one of the build logs: https://paste.centos.org/view/d7b51409 I think the file is incomplete, there is only ~500 lines. But for what I saw, everything seemed to work. I'm more interested on the CMake output of the build process. I switched

Re: [PySide] 5.15.1 build error on Fedora Rawhide

2020-09-10 Thread Cristián Maureira-Fredes
://hobbes1069.fedorapeople.org/build.log Thanks, Richard ___ PySide mailing list PySide@qt-project.org https://lists.qt-project.org/listinfo/pyside -- Dr. Cristián Maureira-Fredes R Manager The Qt Company GmbH Erich-Thilo-Str. 10 D-12489 Berlin

Re: [PySide] python setup.py build fails with error: ‘class Shiboken::GilState’ has no member named ‘abandon’

2020-09-09 Thread Cristián Maureira-Fredes
Hello, On 9/8/20 9:00 PM, Filippo Rusconi wrote: Greetings, Fellow Developers, [snip] Could you please share the whole output log? it would be really nice if you could share a pastebin link or a similar service, since usually you can see a summary of the configuration before the building

[PySide] Qt for Python 5.15.1 released!

2020-09-10 Thread Cristián Maureira-Fredes
Dear Community, we are really happy to let you know that 5.15.1 is out! https://pypi.org/project/PySide2/ As always, you can get it via PyPi with a simple: "pip install pyside2" or "pip install -U pyside2" to update :D You can read the blog post that highlights a couple of things, and one

Re: [PySide] Failure trying to build pyside2

2020-10-09 Thread Cristián Maureira-Fredes
Maureira-Fredes R Manager The Qt Company GmbH Erich-Thilo-Str. 10 D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Jouni Lintunen Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B ___ PySide mailing list PySide

Re: [PySide] Failing build with newly-compiled PySide2 5.15.1

2020-10-14 Thread Cristián Maureira-Fredes
check the latest CI runs like: https://testresults.qt.io/coin/integration/pyside/pyside-setup/tasks/1602656574 Where you can see the full logs, on the different platforms including versions and everything. Cheers! -- Dr. Cristián Maureira-Fredes R Manager The Qt Company GmbH Erich-Thilo-Str. 10

Re: [PySide] Failing build with newly-compiled PySide2 5.15.1

2020-10-14 Thread Cristián Maureira-Fredes
On 10/14/20 1:35 PM, Stephen Morris wrote: On 10/14/20 12:05 PM, Cristián Maureira-Fredes wrote: On 10/12/20 1:14 PM, Stephen Morris wrote: Following an apparently successful build of Qt 5.15.1 and PySide2 5.15.1 from source, I'm now attempting to compile the application which I

Re: [PySide] Failing build with newly-compiled PySide2 5.15.1

2020-10-14 Thread Cristián Maureira-Fredes
On 10/14/20 5:21 PM, Stephen Morris wrote: On 10/14/20 12:45 PM, Cristián Maureira-Fredes wrote: On 10/14/20 1:35 PM, Stephen Morris wrote: On 10/14/20 12:05 PM, Cristián Maureira-Fredes wrote: On 10/12/20 1:14 PM, Stephen Morris wrote: [snip] Hello, Can you try to use a newer

[PySide] Qt for Python 5.15.0 is out! (and 5.14.2.2 too!)

2020-05-27 Thread Cristián Maureira-Fredes
Hello everyone, I'm really happy to announce that 5.15.0 is finally out :) At the same time, due to all the changes we did in 5.14.2 we decided to do another release after all the feedback we got with 5.14.2.1, so that means that 5.14.2.2 is also out :D You can check the changelogs here:

Re: [PySide] QMYSQL

2020-10-26 Thread Cristián Maureira-Fredes
stribution it tells me that it is not compatible with the others. In a standard environment its does. Anyone have a solution to suggest? Angelo ___ PySide mailing list PySide@qt-project.org https://lists.qt-project.org/listinfo/pyside -- Dr. Cris

[PySide] Qt for Python 5.14.2.3 released!

2020-07-09 Thread Cristián Maureira-Fredes
Hey everyone!, We decided to proceed with another release for 5.14.2, and now you can get the .3 release :) https://pypi.org/project/PySide2/5.14.2.3/ You can get it via: pip install pyside2==5.14.2.3 The reason was that we still had some important bugs on 5.14.2.2, but you can read more in

Re: [PySide] Important: 5.15.0 wheels (Windows 64bit) replaced

2020-06-24 Thread Cristián Maureira-Fredes
pyside2==5.15.0 We encourage everyone to give it a try ;) Thanks On 6/15/20 5:10 PM, Cristián Maureira-Fredes wrote: Hey Christoph, Can you share more information on the bug report? https://bugreports.qt.io/browse/PYSIDE-1323 Did you uninstall shiboken2 too when doing the re-install? Cheers

[PySide] Important: 5.15.0 wheels (Windows 64bit) replaced

2020-06-15 Thread Cristián Maureira-Fredes
Hello everyone!, We just updated the Windows (64bit) wheels on PyPi due to a packaging problem. Some users started to report a problem when trying > import PySide2 That looked like this: > PySide2/__init__.py: Unable to import shiboken2 from [snip] > from .shiboken2 import * > ImportError:

Re: [PySide] Important: 5.15.0 wheels (Windows 64bit) replaced

2020-06-15 Thread Cristián Maureira-Fredes
same thing with PySide2-5.14.2.2 works as expected. Best Regards Christoph On 15.06.20 10:51, Cristián Maureira-Fredes wrote: Hello everyone!, We just updated the Windows (64bit) wheels on PyPi due to a packaging problem. Some users started to report a problem when trying import PySide2 That l

Re: [PySide] Disabling OpenGL support in PySIde 5.13.2 when Qt 5.13.2 is built with -no-opengl

2020-07-24 Thread Cristián Maureira-Fredes
Hey Tom, I already replied to your question on the other thread you asked the same. Let me copy paste here in case you didn't get it: --- Hello Tom, Sadly I don't have a solution for you besides a manual intervention of the CMakeLists.txt file on the QtGui module:

Re: [PySide] OpenGL in Qt 5.13 and PySide 2 corresponding to it

2020-07-16 Thread Cristián Maureira-Fredes
Hello Tom, Sadly I don't have a solution for you besides a manual intervention of the CMakeLists.txt file on the QtGui module: pyside-setup/sources/pyside2/PySide2/QtGui If you comment the lines with OpenGL references you should get many warning from the typesystem of classes defined but not

Re: [PySide] Egg-info build problem on Fedora Linux

2020-11-27 Thread Cristián Maureira-Fredes
an install to where you want to package it # cmake --install build or use the setuptools via python setup.py install . Thanks, Richard -- Dr. Cristián Maureira-Fredes R Manager The Qt Company GmbH Erich-Thilo-Str. 10 D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Jouni Lin

[PySide] Qt for Python 6.0.0 released

2020-12-10 Thread Cristián Maureira-Fredes
Python-only modules? Remember that most of the features we adopt come from the community ;) Cheers -- Dr. Cristián Maureira-Fredes R Manager The Qt Company GmbH Erich-Thilo-Str. 10 D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Jouni Lintunen Sitz der Gesellschaft: Berlin

[PySide] Qt for Python 5.15.2 released!

2020-11-20 Thread Cristián Maureira-Fredes
reach the whole community on this mailing list, but in many other platforms as well: https://wiki.qt.io/Qt_for_Python#Community Have a great weekend! Cheers -- Dr. Cristián Maureira-Fredes R Manager The Qt Company GmbH Erich-Thilo-Str. 10 D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius

Re: [PySide] Build error with Python 3.10

2020-11-18 Thread Cristián Maureira-Fredes
. Thanks, Richard ___ PySide mailing list PySide@qt-project.org https://lists.qt-project.org/listinfo/pyside -- Dr. Cristián Maureira-Fredes R Manager The Qt Company GmbH Erich-Thilo-Str. 10 D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Jouni

Re: [PySide] Still struggling to build pyside2

2020-11-19 Thread Cristián Maureira-Fredes
: a8448837204faee0b457d1e2d4cbf574a284. Where can I find a source tree that actually contains something for pyside-setup/sources/pyside2-tools ? Thank you, Filippo -- Dr. Cristián Maureira-Fredes R Manager The Qt Company GmbH Erich-Thilo-Str. 10 D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Jouni Lintunen Sitz

Re: [PySide] Shiboken and Swift

2020-10-22 Thread Cristián Maureira-Fredes
be improve the possibility to include new languages. If you would like to lead that effort, maybe you could open a Suggestion or User story on JIRA with some general ideas, suggestions, material, motivation and more, so anyone could take that as a starting point. Cheers -- Dr. Cristián Maureira-Fredes

Re: [PySide] Is Pyside 5.11 safe to use with Qt 5.15.2?

2021-06-14 Thread Cristián Maureira-Fredes
, there were some major issues that we fix in 5.14.2, and are included in the following versions. We usually recommend people to use the same Qt and PySide versions, because at least with that we guarantee there will be no issues. Cheers -- Dr. Cristián Maureira-Fredes R Manager The Qt Company

[PySide] Qt for Python 6.1.1 released!

2021-06-07 Thread Cristián Maureira-Fredes
a nice week! :) -- Dr. Cristián Maureira-Fredes R Manager The Qt Company GmbH Erich-Thilo-Str. 10 D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Jouni Lintunen Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B

[PySide] Qt for Python release: 6.1 is out!

2021-05-12 Thread Cristián Maureira-Fredes
rop by any of our community platforms and let us know! https://wiki.qt.io/Qt_for_Python#Community As always, if you find any issue, please please please file a bug report on JIRA: https://wiki.qt.io/Qt_for_Python/Reporting_Bugs that will be really useful! Thanks for your time, Cheers -- Dr. Cristiá

Re: [PySide] pylint and signal emit

2021-05-31 Thread Cristián Maureira-Fredes
hey expect for the detection of members. Do you have similar problems with Slots or Properties? Cheers -- Dr. Cristián Maureira-Fredes R Manager The Qt Company GmbH Erich-Thilo-Str. 10 D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Jouni Lintunen Sitz der Gesellschaft: Berlin, Registergericht: A

  1   2   >