Hey Fellow programmers,
My friend shared a web2py application with me and I am new to it. I recently downloaded web2py and installed on my system. However he was working on this project since few months now. I just wanted to learn from the application on howto use web2py and want to understand the system. My web2py is installed in *M:\web2py\* After copying and pasting his project into application folder it is available to be seen in admin panel. However when I am opening the application it gives me internal error like this: Ticket issued: taxi_project/127.0.0.1.2014-05-24.11-24-31.e7ecce1d-a357-4b8f-b912-1eb609468d81 And when I click on the project, it says the following: Error ticket for "taxi_project" *Ticket ID* 127.0.0.1.2014-05-24.11-24-31.e7ecce1d-a357-4b8f-b912-1eb609468d81<type 'exceptions.RuntimeError'> Failure to connect, tried 5 times: Traceback (most recent call last): File "/home/mdipierro/make_web2py/web2py/gluon/dal.py", line 7845, in __init__ File "/home/mdipierro/make_web2py/web2py/gluon/dal.py", line 688, in __call__ File "/home/mdipierro/make_web2py/web2py/gluon/dal.py", line 2728, in __init__ File "/home/mdipierro/make_web2py/web2py/gluon/dal.py", line 648, in reconnect File "/home/mdipierro/make_web2py/web2py/gluon/dal.py", line 2726, in connector File "/home/mdipierro/make_web2py/web2py/gluon/contrib/pymysql/__init__.py", line 93, in Connect File "/home/mdipierro/make_web2py/web2py/gluon/contrib/pymysql/connections.py", line 575, in __init__ File "/home/mdipierro/make_web2py/web2py/gluon/contrib/pymysql/connections.py", line 743, in _connect OperationalError: (2003, "Can't connect to MySQL server on '127.0.0.1' (10061)") *Version* web2py™ Version 2.9.5-stable+timestamp.2014.03.20.22.57.13TracebackTraceback (most recent call last): File "/home/mdipierro/make_web2py/web2py/gluon/restricted.py", line 220, in restricted File "M:/web2py/applications/taxi_project\compiled\controllers.default.index.py", line 12, in <module> File "/home/mdipierro/make_web2py/web2py/gluon/dal.py", line 7867, in __init__RuntimeError: Failure to connect, tried 5 times:Traceback (most recent call last): File "/home/mdipierro/make_web2py/web2py/gluon/dal.py", line 7845, in __init__ File "/home/mdipierro/make_web2py/web2py/gluon/dal.py", line 688, in __call__ File "/home/mdipierro/make_web2py/web2py/gluon/dal.py", line 2728, in __init__ File "/home/mdipierro/make_web2py/web2py/gluon/dal.py", line 648, in reconnect File "/home/mdipierro/make_web2py/web2py/gluon/dal.py", line 2726, in connector File "/home/mdipierro/make_web2py/web2py/gluon/contrib/pymysql/__init__.py", line 93, in Connect File "/home/mdipierro/make_web2py/web2py/gluon/contrib/pymysql/connections.py", line 575, in __init__ File "/home/mdipierro/make_web2py/web2py/gluon/contrib/pymysql/connections.py", line 743, in _connectOperationalError: (2003, "Can't connect to MySQL server on '127.0.0.1' (10061)") *In file: M:\web2py\applications\taxi_project\compiled\controllers.default.index.pyc* 1. <code object <module> at 078966E0, file "M:/web2py/applications/taxi_project\compiled\controllers.default.index.py", line 12> Kindly help me setting it up. I will really appreciate. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

