Skip to content

Running it with PySide2/Pyqt5 #4

@Schizo

Description

@Schizo

Hi Alex,

first of all, thanks for the effort of bringing this to a niche audience. I was able to successfully run your examples with The Engine Version 4.23.0. So I got curios and wanted to see if it would work as well with PyQt5 and did a pip install python-qt5.

Everything seemed to be working as expected, just needed to do some minor modifications, however i got the window up running with the following command:

import AppendPaths
import QtWindowOne
import QtFunctions
QtFunctions.spawnQtWindow(QtWindowOne.QtWindowOne)

However the qt window is staying frozen (seconds do not increment) and I cannot close the window either.

image

Any Ideas how to tackle this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions