[web2py] How to fix error type 'exceptions.ImportError'(No module named configuration)?

2014-11-11 Thread John Davis
Hello I'm get the following error when I start up a web2py app: type 'exceptions.ImportError'(No module named configuration) This error corresponds to this line of code: from configuration import local_time This app was not written by me. It was written by someone else. It resides on a server

[web2py] import app from one web2py server to another

2014-11-11 Thread John Davis
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 to import the app, but when I try to run it, I get the following error. error: type

[web2py] Re: How to fix error type 'exceptions.ImportError'(No module named configuration)?

2014-11-11 Thread John Davis
On Tuesday, November 11, 2014 11:41:02 AM UTC-5, Leonel Câmara wrote: Does it work if you erase all .pyc files in your application modules folder and subfolders, restart whatever is running web2py and try again? I will try that. I'm kind of waiting for the next approach to before I do

Re: [web2py] Re: How to fix error type 'exceptions.ImportError'(No module named configuration)?

2014-11-11 Thread John Davis
Hello Leonel, Well after using the entire directory from the original server for web2py and installing various missing system components (mongodb, elaphe, etc.) it at least starts. I get a web2py exception later when I try to authenticate, but that is probably a user config issue. I appreciate

[web2py] py and pyc files

2014-11-11 Thread John Davis
Hello If I get an error in the ticket exception output which shows an error at line x in a .pyc file, can I assume that the corresponding .py file on line x is the error? John -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source