Answer the question
In order to leave comments, you need to log in
Module has no attribute, how to run attached function?
There is an a.py file:
import multiprocessing as process
import b
...
proc = process.Process(target=b.run(), args=(a,b))
...
def run(a, b):
return a+b
AttributeError 'module' object has not attribute 'run'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question