Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

multiprocessing not working (oserror:[Errno 22] Invalid argument )

i am using python3.5.2 and i am trying to learn about multiprocessing but it doesn't work for me it doesn't show me any error or any thing it just finish the program normally with out doing anything i already asked about this if you want to see my question for more details

multiprocessing don't start

i tried everything and all the time is the same problem when i searched i found lot of people having the same problem every one was telling them that its the IDLE problem so i tried and i opened the python file with out the IDLE and now thankfully i had error message but i am beginner so i couldn't understand what is the problem , here is the problem :

and thanks for your help

like image 495
مهند عبد الجليل Avatar asked Oct 19 '25 12:10

مهند عبد الجليل


1 Answers

For an explanation of why the if __name__ == '__main__': part is necessary, see Programming guidelines.

Python » Documentation Safe importing of main module

like image 130
stovfl Avatar answered Oct 21 '25 02:10

stovfl



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!