switchbrew / nxdbg

Switch usermode debugger [requires kernelhax]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mainwindow_gen

ns-mkusper opened this issue · comments

This mainwindow_gen file supposed to be empty? Not totally familiar with Qt UI programming but I'm getting missing methods:

~/github/nxdbg/debugger (master) $ make python2 MainWindow.py Traceback (most recent call last): File "MainWindow.py", line 47, in <module> class MainDebugger(QtGui.QMainWindow, mainwindow_gen.Ui_MainWindow): AttributeError: 'module' object has no attribute 'Ui_MainWindow' make: *** [all] Error 1

You need to run "make" once