Frappe --latest

I run bench frappe --latest and got this error:

ImportError: No module named base_vat


I don't know what to do.


So i ignored and run: bench start


and i get this page:


Updating. We will be back in a few moments...

What should i do?


Thanks.







Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/5d001ce6-0d88-4d76-ba69-7a1bf6d7515d%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
So you have a patch? Can you post the full trace?

@rushabh_mehta
via mobile

On 19-Sep-2014, at 9:28 PM, Luis Fernandes <lu...@gmail.com> wrote:

I run bench frappe --latest and got this error:

ImportError: No module named base_vat


I don't know what to do.


So i ignored and run: bench start


and i get this page:


Updating. We will be back in a few moments...

What should i do?


Thanks.







Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/5d001ce6-0d88-4d76-ba69-7a1bf6d7515d%40googlegroups.com.

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



Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/DC852998-ECFA-4308-971F-449BBB6E20B0%40gmail.com.

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

Thank you again for your support. 

I solved the situation doing frappe --reinstall. Because i'm testing the framework there is no problem.

I don't know what i do i just install translation and poll apps and when i made frappe --latest i got the problem.

After reinstall i do again frappe --latest and every thing is ok.

But anyway here is the trace:

Traceback (most recent call last):

  File "/vagrant/frappe-bench/env/bin/frappe", line 9, in <module>

    load_entry_point('frappe==4.1.0', 'console_scripts', 'frappe')()

  File "/vagrant/frappe-bench/apps/frappe/frappe/cli.py", line 53, in main

    return run(fn, parsed_args)

  File "/vagrant/frappe-bench/apps/frappe/frappe/cli.py", line 83, in run

    out = globals().get(fn)(**args)

  File "/vagrant/frappe-bench/apps/frappe/frappe/cli.py", line 67, in new_fn

    return fn(*args, **new_kwargs)

  File "/vagrant/frappe-bench/apps/frappe/frappe/cli.py", line 424, in latest

    frappe.model.sync.sync_all(verbose=verbose)

  File "/vagrant/frappe-bench/apps/frappe/frappe/model/sync.py", line 19, in sync_all

    sync_for(app, force, verbose=verbose)

  File "/vagrant/frappe-bench/apps/frappe/frappe/model/sync.py", line 28, in sync_for

    folder = os.path.dirname(frappe.get_module(app_name + "." + module_name).__file__)

  File "/vagrant/frappe-bench/apps/frappe/frappe/__init__.py", line 379, in get_module

    return importlib.import_module(modulename)

  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module

    __import__(name)

ImportError: No module named base_vat



Sábado, 20 de Setembro de 2014 8:38:24 UTC+1, rushabh escreveu:
So you have a patch? Can you post the full trace?

@rushabh_mehta
via mobile

On 19-Sep-2014, at 9:28 PM, Luis Fernandes <lu...@gmail.com> wrote:

I run bench frappe --latest and got this error:

ImportError: No module named base_vat


I don't know what to do.


So i ignored and run: bench start


and i get this page:


Updating. We will be back in a few moments...

What should i do?


Thanks.







Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/5d001ce6-0d88-4d76-ba69-7a1bf6d7515d%40googlegroups.com.

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



Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/03c37db8-d11f-4034-bb1d-3285b920900b%40googlegroups.com.

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