The following error is occurred when executing ./lib/wnf.py --latest command
[ro...@localhost demo]# ./lib/wnf.py --latest Traceback (most recent call last): File "./lib/wnf.py", line 12, in <module> import webnotes File "lib/webnotes/__init__.py", line 10, in <module> from werkzeug.local import Local ImportError: No module named werkzeug.local
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
The following error is occurred when executing ./lib/wnf.py --latest command
[ro...@localhost demo]# ./lib/wnf.py --latest Traceback (most recent call last): File "./lib/wnf.py", line 12, in <module>
import webnotes<br> File "lib/webnotes/__init__.py", line 10, in <module><br> from werkzeug.local import Local<br>ImportError: No module named werkzeug.local<br><br><br></div>
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
The following error is occurred when executing ./lib/wnf.py --latest command
[ro...@localhost demo]# ./lib/wnf.py --latest Traceback (most recent call last): File "./lib/wnf.py", line 12, in <module>
import webnotes File “lib/webnotes/init.py”, line 10, in <module> from werkzeug.local import Local ImportError: No module named werkzeug.local
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
Hello, Shameem, first sorry for the delay in responding, but today was a day of national education test.
Secondif you do not want to see this[1] step as installing gunicorn passso and prefers to continue with apache you can run via apache with WSGI or CGIHandler.
CGIHandler it is very useful to maintain the compatibility of its previous application, but with this you will lose all the performance improvements attributed to WSGITo use it, just use the CGIHandler.py ApacheCGI.conf of the of the gist [2]
In the case of WSGI, if you do not want to install gunicorn, which is the wsgi server that delivers the best performance, you can continue with apache, for this you will have to install and enable mod_wsgi of your apache.
And second use WSGIHandler.wsgi ApacheWSGI.conf of the of the gist [2].
The following error is occurred when executing ./lib/wnf.py --latest command
[ro...@localhost demo]# ./lib/wnf.py --latest Traceback (most recent call last): File "./lib/wnf.py", line 12, in <module>
import webnotes<br> File "lib/webnotes/__init__.py", line 10, in <module><br> from werkzeug.local import Local<br>ImportError: No module named werkzeug.local<br><br><br></div>
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
I followed option [2](use WSGIHandler.wsgi ApacheWSGI.conf ) and got the following error when trying to connect
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, ro…@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
On Mon, Oct 28, 2013 at 12:38 AM, Maxwell Morais <ma…@gmail.com> wrote:
Hello, Shameem, first sorry for the delay in responding, but today was a day of national education test.
Secondif you do not want to see this[1] step as installing gunicorn passso and prefers to continue with apache you can run via apache with WSGI or CGIHandler.
CGIHandler it is very useful to maintain the compatibility of its previous application, but with this you will lose all the performance improvements attributed to WSGITo use it, just use the CGIHandler.py ApacheCGI.conf of the of the gist [2]
In the case of WSGI, if you do not want to install gunicorn, which is the wsgi server that delivers the best performance, you can continue with apache, for this you will have to install and enable mod_wsgi of your apache.
And second use WSGIHandler.wsgi ApacheWSGI.conf of the of the gist [2].
The following error is occurred when executing ./lib/wnf.py --latest command
[ro...@localhost demo]# ./lib/wnf.py --latest Traceback (most recent call last): File "./lib/wnf.py", line 12, in <module>
import webnotes<br> File "lib/webnotes/__init__.py", line 10, in <module><br> from werkzeug.local import Local<br>ImportError: No module named werkzeug.local<br><br><br></div>
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to a topic in the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
I followed option [2](use WSGIHandler.wsgi ApacheWSGI.conf ) and got the following error when trying to connect
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, ro…@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
On Mon, Oct 28, 2013 at 12:38 AM, Maxwell Morais <ma…@gmail.com> wrote:
Hello, Shameem, first sorry for the delay in responding, but today was a day of national education test.
Secondif you do not want to see this[1] step as installing gunicorn passso and prefers to continue with apache you can run via apache with WSGI or CGIHandler.
CGIHandler it is very useful to maintain the compatibility of its previous application, but with this you will lose all the performance improvements attributed to WSGITo use it, just use the CGIHandler.py ApacheCGI.conf of the of the gist [2]
In the case of WSGI, if you do not want to install gunicorn, which is the wsgi server that delivers the best performance, you can continue with apache, for this you will have to install and enable mod_wsgi of your apache.
And second use WSGIHandler.wsgi ApacheWSGI.conf of the of the gist [2].
The following error is occurred when executing ./lib/wnf.py --latest command
[ro...@localhost demo]# ./lib/wnf.py --latest Traceback (most recent call last): File "./lib/wnf.py", line 12, in <module>
import webnotes<br> File "lib/webnotes/__init__.py", line 10, in <module><br> from werkzeug.local import Local<br>ImportError: No module named werkzeug.local<br><br><br></div>
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to a topic in the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
Mr. Maxwell , thanks for your quick reply .I am using centos 6.4 . I installed mod_wsgi . .Folder /etc/apache2/mods-enabled/ doesn't exist on my system .Where to check wsgi.load . My linux knowledge is very low
regards
On Mon, Oct 28, 2013 at 12:13 PM, Maxwell Morais <ma…@gmail.com> wrote:
Shameem, the mod_wsgi is already installed and enabled?
I followed option [2](use WSGIHandler.wsgi ApacheWSGI.conf ) and got the following error when trying to connect
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, ro…@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
On Mon, Oct 28, 2013 at 12:38 AM, Maxwell Morais <ma…@gmail.com> wrote:
Hello, Shameem, first sorry for the delay in responding, but today was a day of national education test.
Secondif you do not want to see this[1] step as installing gunicorn passso and prefers to continue with apache you can run via apache with WSGI or CGIHandler.
CGIHandler it is very useful to maintain the compatibility of its previous application, but with this you will lose all the performance improvements attributed to WSGITo use it, just use the CGIHandler.py ApacheCGI.conf of the of the gist [2]
In the case of WSGI, if you do not want to install gunicorn, which is the wsgi server that delivers the best performance, you can continue with apache, for this you will have to install and enable mod_wsgi of your apache.
And second use WSGIHandler.wsgi ApacheWSGI.conf of the of the gist [2].
The following error is occurred when executing ./lib/wnf.py --latest command
[ro...@localhost demo]# ./lib/wnf.py --latest Traceback (most recent call last): File "./lib/wnf.py", line 12, in <module>
import webnotes<br> File "lib/webnotes/__init__.py", line 10, in <module><br> from werkzeug.local import Local<br>ImportError: No module named werkzeug.local<br><br><br></div>
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to a topic in the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to a topic in the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
In terminal logged as root, run this: "a2enmod wsgi", its activate the mod_wsgi, if it isn't activated, and restart apache, in cent-os is httpd, run in terminal as root, service httpd restart
Mr. Maxwell , thanks for your quick reply .I am using centos 6.4 . I installed mod_wsgi . .Folder /etc/apache2/mods-enabled/ doesn't exist on my system .Where to check wsgi.load . My linux knowledge is very low
regards
On Mon, Oct 28, 2013 at 12:13 PM, Maxwell Morais <ma…@gmail.com> wrote:
Shameem, the mod_wsgi is already installed and enabled?
I followed option [2](use WSGIHandler.wsgi ApacheWSGI.conf ) and got the following error when trying to connect
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, ro…@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
On Mon, Oct 28, 2013 at 12:38 AM, Maxwell Morais <ma…@gmail.com> wrote:
Hello, Shameem, first sorry for the delay in responding, but today was a day of national education test.
Secondif you do not want to see this[1] step as installing gunicorn passso and prefers to continue with apache you can run via apache with WSGI or CGIHandler.
CGIHandler it is very useful to maintain the compatibility of its previous application, but with this you will lose all the performance improvements attributed to WSGITo use it, just use the CGIHandler.py ApacheCGI.conf of the of the gist [2]
In the case of WSGI, if you do not want to install gunicorn, which is the wsgi server that delivers the best performance, you can continue with apache, for this you will have to install and enable mod_wsgi of your apache.
And second use WSGIHandler.wsgi ApacheWSGI.conf of the of the gist [2].
The following error is occurred when executing ./lib/wnf.py --latest command
[ro...@localhost demo]# ./lib/wnf.py --latest Traceback (most recent call last): File "./lib/wnf.py", line 12, in <module>
import webnotes<br> File "lib/webnotes/__init__.py", line 10, in <module><br> from werkzeug.local import Local<br>ImportError: No module named werkzeug.local<br><br><br></div>
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to a topic in the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to a topic in the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
The following error is occurred when executing ./lib/wnf.py --latest
command
[ro…@localhost demo]# ./lib/wnf.py --latest
Traceback (most recent call last):
File “./lib/wnf.py”, line 12, in
import webnotes
File “lib/webnotes/init.py”, line 10, in
from werkzeug.local import Local
ImportError: No module named werkzeug.local
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much
information as you can. Please see it from the point of view of the person
receiving the communication.
For sending images, use http://imgur.com or other similar services. Do
not send images as attachments. Links are good. Same goes for any file you
are going to send.