Hi again, when I build my application with PyInstaller 1.3, images are not loaded. In the script these images are placed in the root folder of the project, but even if I copy them to the dist folder which pyinstaller creates, they don't get loaded :( The code is pretty simple, QPixmap('texture.jpg') Thanks in advance Nahuel