Search found 1 match

by christian.pinto
Fri Nov 14, 2014 1:41 pm
Forum: General Discussion and Questions
Topic: Import custon module into script
Replies: 1
Views: 2670

Import custon module into script

Hi all, I am trying to define a few custom python modules to be used in my scripts. My custom module works pretty well, except for the fact that i can not import in into a script. My idea was to do something like: import my_module While True: module_obj.func() Bu then i get the following error: No m...