python - Handling missing packages or DLLs in a PyQt app -


What is a good way to handle fatal errors - missing packages, .ui files are not compiled, QT DLL or shared object Have not met, etc. - in PyQt app (or other python app)?

Displaying a cross-platform message box without the QT DLL or shared objects looks a lot like a dumping message in the console does not seem very useful, because the end user will not see the console. How do other python applications handle it? Or do they believe that properly installed app will not run into these problems?

Distilts model operates correctly installing a python application, or a third party setuptools Package is also easy for end users.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -