There is nothing you can do about this, it is old and known issue around QT designer
you should generate your .py code from command line like this:
[from Portable Python root folder] App\python.exe App\Lib\site-packages\PyQt4\uic\pyuic.py test.ui > test.py
replace test.ui and test.py with the filenames you need.
keep pythoning !