hey
I compiled some script to pyc and tried to run it on the phone
but i get lots of diffrent errors on each try
i also tried normal script that does import to the pyc one.
my last try i compile a script that contains only
import appuifw
appuifw.note(u'hello')
and the error i got was bad magic number.
so now i think , do i need to compile pyc files using python1.4.2 only ?
if so how i install old version of python while having a later one ?
if thats not the problem what is ?
thx,
roi

Reply With Quote


