edit: tried:
"UnboundLocalError: local variable 'loader' referenced before assignment Fatal Python error: could not initialize part 2
...
'python script.py' terminated by signal SIGABRT (Abort)"
:(
11–20 of 166 posts
edit: tried:
"UnboundLocalError: local variable 'loader' referenced before assignment Fatal Python error: could not initialize part 2
...
'python script.py' terminated by signal SIGABRT (Abort)"
:(
Every time I see something like this I think back to the glorious days of Borland Delphi with it's beautiful drag&drop GUI builder.
>GNU Library or Lesser General Public License (LGPL), Other/Proprietary License (LGPL)
So, is it okay for Guietta to be MIT?
I love how the imports in https://github.com/alfiopuglisi/guietta/blob/master/guietta/... are ordered from shortest to longest. Makes them look like stairs! Very aesthetically pleasing :). Might take that up in my next project.
Kind of like a phonebook starting with companies like AAAGarden, now you want your module name to be short to get to the top ;)
Edit: Found some discussion on this topic: https://stackoverflow.com/questions/20762662/whats-the-corre...
I don't want to shit on anyone's work but there are so many wrappers around qt, gtk and the others. I wish more people were writing guis frm scratch as opposed to wrapped the same old shit.
There is - IMO - a resurgence of stuff being made from first principles instead of wrapping the same old turd again and again. For example https://github.com/Immediate-Mode-UI/Nuklear.
It just makes sense to have variety and it can be eye opening to see a 1MB header based solution adequately solving this problem of simple UIs without invoking the 1000lbs gorilla that is Qt.
Every time I see something like this I think back to the glorious days of Borland Delphi with it's beautiful drag&drop GUI builder.
Qt has both Qt Designer and Qt Creator to build GUIs with drag and drop.
Great idea! Tkinter always looks a little dated and PyQT is more than my brain wants to deal with when I need a simple GUI.
"A little"... it's straight outta the '90s. I am as nostalgic as anyone but even I don't particularly long for that æsthetic.
sweet! will this run on mac? edit: tried: "UnboundLocalError: local variable 'loader' referenced before assignment Fatal Python error: could not initialize part 2 ... 'python script.py' terminated by signal SIGABRT (Abort)" :(