Opened 5 years ago

Closed 5 years ago

#3749 closed defect (worksforme)

winGRASS7.7.svn python 3: GUI freezes at start

Reported by: hellik Owned by: grass-dev@…
Priority: critical Milestone: 7.8.0
Component: wxGUI Version: svn-trunk
Keywords: python3, py3, wingrass Cc:
CPU: Unspecified Platform: MSWindows

Description

tested with

GRASS GIS 7.7.svn (r74061M)

wxGUI freezes at start up with following message:

C:\>g.gui wxpython
Starte <wxpython> GUI im Hintergrund. Bitte warten Sie ...
C:\OSGEO4~1\apps\grass\grass77/gui/wxpython/wxgui.py:98: DeprecationWarning: Yield() is deprecated
  wx.Yield()

Change History (5)

comment:1 by hellik, 5 years ago

Priority: normalcritical

comment:2 by neteler, 5 years ago

Here is some (un)related discussion about fixing the usage of wx.Yield(), maybe helpful?

https://groups.google.com/forum/#!msg/wxpython-users/lMyQuXGTE5I/dMu0Ca4SDAAJ

comment:3 by martinl, 5 years ago

I am just note sure that this message relates to freezing. The GUI pops up on my testing Windows machine (even with this message printed out).

in reply to:  3 comment:4 by hellik, 5 years ago

Replying to martinl:

I am just note sure that this message relates to freezing. The GUI pops up on my testing Windows machine (even with this message printed out).

closing ticket; as it seems that some windows updating processes caused the freezing. GUI is opening now.

comment:5 by hellik, 5 years ago

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.