Closed sgang007 closed 9 years ago
Added comment in README.md to set the PYTHONPATH environment variable before running script.
hi there - still unclear to me what i need to do to run this file, i open exercise 1 in jupyter, go to execute the first lines of code and i get the error of no module named submission. How exactly do i fix that? Thanks
hi there - still unclear to me what i need to do to run this file, i open exercise 1 in jupyter, go to execute the first lines of code and i get the error of no module named submission. How exactly do i fix that? Thanks
resolved this by creating PYTHONPATH environment variable. Note i didnt see this in the README doc.
Since the submission.py is not there in the environment path, the submit.py cannot be run in each of the excercises.
Please change the path before importing the submission.py in your code.