Hi
As my mobile is a 2ndEd one I followed the installation guide in
http://code.google.com/p/amora/wiki/how_to_install_source
I installed PyS60 1.4.2 2ndEd.FP2 for my Nokia 6630 and the
corresponding shell script. All scripts work fine. Amora I got it from
http://amora.googlecode.com/files/amora-client-1.0svn.tar.gz
http://amora.googlecode.com/files/amora-server-1.0svn.tar.gz
Amora server compiled ok on my ubuntu 7.10 box. However, the amora
client crashes on phone
and I get the following traceback output:
---------------------------------------------------------------------------------------------
(skipping lines that do not seem to complain about anything )
File "E:\System\Apps\Python\amora.py", line 75, in ?
from application import *
ImportError: No module named application
---------------------------------------------------------------------------------------------
Indeed, if I try this command in the python interactive console I also
get the same error.
Maybe I'm not using the appropriate version of python/amora??
From the PyS60 Reference guide
(
http://downloads.sourceforge.net/pys60/PythonForS60_1_4_2_doc.pdf?
modtime=1200899145&big_mirror=0)
it seems application is not a module one can instantiate, but there
can only the one implicit in appuifw...
Does amora work only with previous versions of PyS60 ?
Thanks in advance,
MA