Fixes lp:751496
When working with py2exe and pyqt error will be raised in a Qt plugin is used such as the one that provides support for JPEG images. In order to fix that an new dependency PIL has be added on the Windows side (This issue will not occur on KDE) that allows to convert the captcha image from jpg to png so that we can used the Qt native support.
Fixes lp:751572
Added an error page to be shown when there was an issue in the final step of the process.
Fixes lp:752334
The Wizard controller set the style of the Wizard to be the correct one. Since it is done in the controller this will not affect KDE users.
Fixes lp:752367
Pass the app_name that was forgotten.