Hi guys, I'm hoping someone can help me out with an error that is doing my head in! I am trying to schedule a task however I keep getting a "no module named" error, I am particularly confused as the script runs fine when I run it on my local machine.
The file I am trying to schedule is 'PortfolioStatus.py' and inside this file I am using this import statement: "from Shares.share_data import share_data"
However I am getting the following error:
File "/home/lucasamos/FYP/Shares/Communication/PortfolioStatus.py", line 4, in module
from Shares.share_data import share_data
ImportError: No module named Shares.share_data
As you can see in this picture 'Shares.share_data' definitely exists! Am I making a n00b mistake? Thanks!
http://imgur.com/tsU4tRw