make sure this line in web2py.py # import gluon.import_all
is commented. web2py should not need to use multiprocessing. Also run it with -N. On Nov 8, 10:42 pm, pallav <pal...@fielddiagnostics.com> wrote: > I just tried running web2py on android and an error regarding the > module multiprocessing being missing. It gets called from > gluon.widget.start() > > I will look into the source code tomorrow to see if there is a > workatound. I might try porting the multiprocessing module over. > > Any ideas anyone? I think mobile apps area great way for web2py to > take a lead in the python framework world. > > On Oct 15, 5:15 am, "dustin.b" <dustin.bens...@googlemail.com> wrote: > > > i tried to run w2p onandroidwith ASE (androidscripting env). It's > > been a while since I tried this but i can remember that there was a > > problem with threads or something like this. w2p seems to use python > > packages that are not avaible onandroid, didnt remember exactly which > > one. > >