[BlackBerry-Python] python on Q10

Tarek Galal tare2.galal at gmail.com
Tue Feb 26 04:49:49 EST 2013


Hello,

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 ?
-- 
Regards,
Tarek Galal
http://jadb.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.engcorp.com/pipermail/blackberry-python/attachments/20130226/f5f56245/attachment.html>


More information about the BlackBerry-Python mailing list