<div dir="ltr"><div>Hello,</div><div><br></div><div>I tried running my app on Q10 simulator, it crashes on launch. After some investigation I found that if I run python3.2 -vv and try to import a module, it only looks for compiled modules (.pyc, .pyo, so), so it skips looking for py source files. The current solution to me for now is either ship compiled modules, or use imp.load_source, but neither would be so convenient. Any ideas ?</div>

-- <br><div dir="ltr">Regards,<br>Tarek Galal<div><a href="http://jadb.wordpress.com" target="_blank">http://jadb.wordpress.com</a></div></div>
</div>