[web2py] Re: running web2py on Android?

2011-02-21 Thread Greg
I'm trying to get this working. I followed the suggestion in the link you provided and added the following after the logging module is imported: logging.logMultiprocessing = False And I got a little farther than the previous poster. I can pull up the admin interface using the android browser, b

[web2py] Re: running web2py on Android?

2010-11-10 Thread mdipierro
did this work? should this perhaps be default in web2py? On Nov 9, 9:33 pm, mdipierro wrote: > http://code.google.com/p/android-scripting/issues/detail?id=276 > > On Nov 9, 6:18 pm, pallav wrote: > > > I checked and the line was already commented out. > > > I don't know how to run web2py with t

[web2py] Re: running web2py on Android?

2010-11-09 Thread mdipierro
http://code.google.com/p/android-scripting/issues/detail?id=276 On Nov 9, 6:18 pm, pallav wrote: > I checked and the line was already commented out. > > I don't know how to run web2py with the switch -N because I have to > run it from inside the interactive python shell by typing import > web2py.

[web2py] Re: running web2py on Android?

2010-11-09 Thread pallav
I checked and the line was already commented out. I don't know how to run web2py with the switch -N because I have to run it from inside the interactive python shell by typing import web2py.web2py and hitting enter. What does the switch -N do? I can try to simulate the same effect by modifying th

[web2py] Re: running web2py on Android?

2010-11-08 Thread mdipierro
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 wrote: > I just tried running web2py on android and an error regarding the > module multiprocessing being missing. It gets call

[web2py] Re: running web2py on Android?

2010-11-08 Thread pallav
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 thin

[web2py] Re: running web2py on Android?

2010-10-15 Thread dustin.b
i tried to run w2p on android with ASE (android scripting 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 on android, didnt remember exactly which one.

Re: [web2py] Re: running web2py on Android?

2010-10-14 Thread David Mitchell
LOL - "root the android" has a meaning in my part of the world that is apparently not universal. Let's just say that many lonely geeks may be pining for this to become a viable option at some point in their lives... Dave M. On 15 October 2010 14:58, Thadeus Burgess wrote: > You will need to ro

Re: [web2py] Re: running web2py on Android?

2010-10-14 Thread Thadeus Burgess
You will need to root the android, install a real shell like bash, install dev tools, install python, create an app that will launch a web2py app. -- Thadeus On Thu, Oct 14, 2010 at 8:53 PM, Bruno Rocha wrote: > N810 -> http://www.youtube.com/watch?v=s0fsjGVIGPU > > 2010/10/14 mdipierro > >

Re: [web2py] Re: running web2py on Android?

2010-10-14 Thread Bruno Rocha
N810 -> http://www.youtube.com/watch?v=s0fsjGVIGPU 2010/10/14 mdipierro > Some people here have need running on windows CE, iPhone, N800 and > Android. I am not sure what has been tried but if it starts it should > work fine since all required modules are imported at the beginning. > > On Oct 14

[web2py] Re: running web2py on Android?

2010-10-14 Thread mdipierro
Some people here have need running on windows CE, iPhone, N800 and Android. I am not sure what has been tried but if it starts it should work fine since all required modules are imported at the beginning. On Oct 14, 7:58 pm, Darcy Clark wrote: > I found a June 2009 post to this group on running w