Forum Archive

[SOLVED] Is ui.load_view() missing from the current beta?

ccc
import ui ; print('load_view' in dir(ui))
Phuket2

@ccc , prints True for me. Also can use ui.load_view(aFile.pyui) without problems.

@ccc, I think I am on the current beta. Is my first time. I have not seen a new build release process yet. When I look at testflight it says 'Expires in 26 days'. Do new builds just show up in test flight?

ccc

Solved. I had a ui.py file in my main directory -- a BAD idea! Renaming it fixed everything.

filippocld

@Phuket2 when a new build is available you will recieve a mail and a testflight notification, then you just press "update"

Phuket2

@filippocld , thanks.