So i've been looking forward to display en error merrage
without adding any libs or modules to python.
i made some cow fu fighting and some googling on the web...
i've found
http://www.doughellmann.com/PyMOTW/Easy ... index.html
wich seem to be very simple... and user friendly
Code: Select all
import EasyDialogs
print EasyDialog.__doc__
prints the doc about it and all the dialog box we can use...
So, i've tested in the terminal with the first example on the page
Code: Select all
import EasyDialogs
EasyDialogs.Message('This is a Message dialog')
the appliction launcher started and it displayed the message 'this is a Message dialog' with an OK button...
then, i started M8 and copy pasted the code in a new module and started the module.
M8 freezed...
does anyone know a bit more about this?
Cheerz and happy new year!!!!!