Add an in program menu to allow for easily report information back to me about the program environment and potential issues. The intent is that an end user can click a menu option, enter a description about the problem. This description will then be packaged in such a way to be sent to me.
I want to encrypt this information as a whole. Whilst this information is not intended to be personally identifying, any information which is unique to a computer can be used to identify it.
The data I would be looking at collecting and sending would be as follows;
Provi I log files (Usually errors will print to the log)
Operating system name, version and architecture (There is big differences in OS's that can affect identifing bugs)
Python version and architecture (Once again, can affect the program in a multitude of ways)
Installed python packages and versions (Looking for things like conflicting/out of date packages)
Add an in program menu to allow for easily report information back to me about the program environment and potential issues. The intent is that an end user can click a menu option, enter a description about the problem. This description will then be packaged in such a way to be sent to me.
I want to encrypt this information as a whole. Whilst this information is not intended to be personally identifying, any information which is unique to a computer can be used to identify it.
The data I would be looking at collecting and sending would be as follows;