Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-147

Loading cursor bug when using pyside on windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Not Evaluated
    • None
    • 1.1.2
    • PySide
    • None
    • Windows XP SP3, Python 3.3, PySide 1.1.2, Core2Duo 2,66Ghz, 3gb ram

    Description

      I have python 3.3 + PySide 1.1.2 on my Windows XP. The code which is enough for the bug to show up:

      import sys
      from PySide import QtGui
      
      app = QtGui.QApplication(sys.argv)
      
      wid = QtGui.QWidget()
      wid.resize(250, 150)
      wid.setWindowTitle('Simple')
      wid.show()
      
      sys.exit(app.exec_())
      

      So what is the bug? When I save it as "test.py" everything runs great, but there is unwanted console window. So I save it as "test.pyw" to run using pythonw (so there is no console window). The problem is that for like 15 sec no matter what I do, the cursor is the loading cursor. The screen is in attachment.

      After about 15 sec the cursor returns back to normal. It can't be app loading because 1) it's very small 2) running it with python instead of pythonw doesn't show the loading cursor even for a while.

      It's very annoying, I wanted to create few simple GUI tools for my company with pyside, but for end user such behaviour isn't good looking and I definetely don't want it. On linux there is no loading cursor as well, so it's paltform related issue.

      Is it pyside thing or it needs forwarding to python devs?

      Attachments

        1. pyside-147.py
          0.2 kB
        2. AZb4toA.jpg
          AZb4toA.jpg
          37 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            netrick Jan Kowalski
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes