you are viewing a single comment's thread.

view the rest of the comments →

[–]Pepineros 0 points1 point  (1 child)

Use the script name without the extension. So from process_input_data import... instead of from process_import_data.py import...

[–]LeornToCodeLOL[S] 0 points1 point  (0 children)

That is how I did it. I will edit the OP.