I found a solution. You need to check if the application is running as a script or as a frozen exe: import os import sys config_name = 'myapp.cfg' ...
確定! 回上一頁