How to use the downloaded release zipped file?

Hi;

I have downloaded the erpnext release 3.8.6 from the website, how to use it to put it on my earlier release 3 ?

When I copied the folders to app folder of my working erpnext 3 it gives me an error that couldn't find website folder.

Please advise.



Note:

 

If you are posting an issue,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. 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.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/33416e11-daeb-410a-b753-4a83e7296166%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
HF,

you also need to run ./lib/wnf.py --update

so that all patches are executed.

also remember to update wnframework.

best,
Rushabh


On Wednesday, April 2, 2014 3:06:10 PM UTC+5:30, HF wrote:
Hi;

I have downloaded the erpnext release 3.8.6 from the website, how to use it to put it on my earlier release 3 ?

When I copied the folders to app folder of my working erpnext 3 it gives me an error that couldn't find website folder.

Please advise.



Note:

 

If you are posting an issue,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. 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.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/c07020c4-e994-4105-9af2-e77a1fbb6f2d%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
I downloaded also wnframework version 3.11.0 and when I run the command lib/wnf.py --update I got the error below:

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

Kindly advise.





Note:

 

If you are posting an issue,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. 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.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/b537c64e-8665-4e49-a5ff-ac1333f3f626%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.

Hi HF,

On Mon, Apr 7, 2014 at 4:05 PM, HF gm...@gmail.com wrote:

I downloaded also wnframework version 3.11.0 and when I run the command
lib/wnf.py --update I got the error below:

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

Can you try,

python2.7 lib/wnf.py --update

Kindly advise.


Note:

If you are posting an issue,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send
    only the URL via email
  3. 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.
To unsubscribe from this group and stop receiving emails from it, send an
email to erpnext-developer-forum+un...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/erpnext-developer-forum/b537c64e-8665-4e49-a5ff-ac1333f3f626%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Thanks,

Pratik
erpnext

Hi Pratik;

I got the same error.



Note:

 

If you are posting an issue,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. 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.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/58167772-17a3-489a-bb0f-0f24c4fcdebc%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.

Hi HF,

On Mon, Apr 7, 2014 at 4:30 PM, HF gm...@gmail.com wrote:

Hi Pratik;

I got the same error.

Will have to know more about your configuration.

Did you already have erpnext running on WSGI?


Note:

If you are posting an issue,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send
    only the URL via email
  3. 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.
To unsubscribe from this group and stop receiving emails from it, send an
email to erpnext-developer-forum+un...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/erpnext-developer-forum/58167772-17a3-489a-bb0f-0f24c4fcdebc%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


Pratik
erpnext

Hi, HF

install the package werkzeugwith this command pip install werkzeug



2014-04-07 8:18 GMT-03:00 Pratik Vyas <pd...@gmail.com>:

Hi HF,


On Mon, Apr 7, 2014 at 4:30 PM, HF <gm...@gmail.com> wrote:
> Hi Pratik;
>
> I got the same error.
>
Will have to know more about your configuration.

Did you already have erpnext running on WSGI?

> --
> Note:
>
> If you are posting an issue,
> 1. 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.
> 2. Paste your code at http://pastebin.com or http://gist.github.com and send
> only the URL via email
> 3. 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.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to erpnext-developer-forum+un...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/erpnext-developer-forum/58167772-17a3-489a-bb0f-0f24c4fcdebc%40googlegroups.com.

>

> For more options, visit https://groups.google.com/d/optout.






--
Pratik
erpnext

--
Note:

If you are posting an issue,
1. 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.
2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
3. 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.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/CAG8U0EkLg1uwpZH8kp6TCqAbmGQ3BiXvWF-AwBTDCTj2cZZsjg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.



--

Best Regards.

Maxwell Morais
Python Developer powered by Webnotes framework <3
+55 11 954329659




Note:

 

If you are posting an issue,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. 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.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/CABK1YkM5HB03Hv4%3D4Yx9GiPs-uu7bkZ2qHV6CfU1E0WDxKEwCg%40mail.gmail.com.

    For more options, visit https://groups.google.com/d/optout.
Hi Pratik;

I think I don't have this WSGI  as my old version was 3.0
How to install this WSGI ?? or what do I need ???




Note:

 

If you are posting an issue,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. 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.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/bbbf2429-0b0a-4922-adf5-5e21efe93bad%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.

Hi HF,

On Mon, Apr 7, 2014 at 6:11 PM, HF gm...@gmail.com wrote:

Hi Pratik;

I think I don’t have this WSGI as my old version was 3.0
How to install this WSGI ?? or what do I need ???

Let’s make it completely clear if you are not on WSGI. If use gunicorn
or ./lib/wnf.py --serve, you are on WSGI (we call it version 3).

If you use Apache (with Python CGI), you are on version 2.

If you are on version 2 and want to goto version 3, the docs are here,

and then for production use, follow

Sorry for the late reply.

Thanks,


Note:

If you are posting an issue,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send
    only the URL via email
  3. 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.
To unsubscribe from this group and stop receiving emails from it, send an
email to erpnext-developer-forum+un...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/erpnext-developer-forum/bbbf2429-0b0a-4922-adf5-5e21efe93bad%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


Pratik
erpnext