From: tom l. <flo...@ho...> - 2015-07-15 18:09:44
|
Hey, So I'm having some troubles to make an executable with a program which uses an external module.the executable is created but when I run it, it shows me this message for a quick moment in the console:AttributeError: 'module' has no attributes 'world' So how should I import the module for the executable to work correctly? |