I've searched for this on SO but to no avail.
I have a module in "./my folder/folder"
, this has a space and im having troubles importing this in my py file see below.
import "my folder.folder"
Leads to an error.
I've searched for this on SO but to no avail.
I have a module in "./my folder/folder"
, this has a space and im having troubles importing this in my py file see below.
import "my folder.folder"
Leads to an error.