Re: [web2py] Re: import app from one web2py server to another

2014-11-14 Thread Michele Comitini
try removing all the .pyc around. maybe the python version is different on the two machines 2014-11-13 22:50 GMT+01:00 Cliff Kachinske : > Is there a modules/__init__.py ? > > > On Monday, November 10, 2014 2:44:44 PM UTC-5, John Davis wrote: >> >> Hello >> >> I have an app written by someone wh

[web2py] Re: import app from one web2py server to another

2014-11-13 Thread Cliff Kachinske
Is there a modules/__init__.py ? On Monday, November 10, 2014 2:44:44 PM UTC-5, John Davis wrote: > > Hello > > I have an app written by someone which runs on our server. I have tried > to copy this app from one server to a new one which also runs web2py. I > use the admin site GUI for web2py