I have 6 different python files lets say numbered 1 to 6. 1 is the main GUI and based on buttons pressed on main gui, 2 to 6 are executed to perform their respective work. AutoPy merges them into a single window based executable file, but when I run the executable file it cannot run scripts 2 to 6 and says no such file or directory.
If I place the python files in the same directory, though, it works. How do I get over this?