Where should I add source files for my program? I created a folder /data/src and put the files there. In my Python code I tried to point with os.getcwd() to it. This works for quickly run but if I install my application it gives me an IOEroor for home/username/myapp/data/src. How I can ajust the username?
Thanks