Hacker News new | past | comments | ask | show | jobs | submit | matrixise's comments login

There is a new deadline for the Call For Proposals of EuroPython 2015 in Spain. If you are interested to submit a talk/poster. Don't hesitate to submit it.


Hi all, If you are using OpenERP, Odoo, I need your feedback to improve this series. Thank you so much.

Stephane


Have you seen there is an error in the code for the threading part?

the right way if you want to use a thread is thread = threading.Thread(target=CALLABLE, args=ARGS)

and not

thread = threading.Thread(target=CALLABLE(ARGS))


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: