Start a new topic

How do I run a custom Python script that calls another custom Python script on scrapinghub?

How do I run a custom Python script that calls another custom Python script on scrapinghub? I read the help files about deploying custom Python scripts to scrapinghub, but it does not state how to call a custom script from another, for instance, if I had a custom Python script called module_B which called a method from module_A like this: from module_A import method_A Do I simply call modules like above or is there anything else I have to do?

Login to post a comment