Giter Club home page Giter Club logo

Comments (3)

anandpdoshi avatar anandpdoshi commented on August 23, 2024

Run:
source env/bin/activate from frappe-bench directory
pip install babel

On Mon, Aug 25, 2014 at 11:38 AM, moustfaAyad [email protected]
wrote:

fourmax@fourmax-To-be-filled-by-O-E-M:~/frappe-bench$ ./scripts/update.sh
remote: Counting objects: 6, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 6 (delta 2), reused 4 (delta 2)
Unpacking objects: 100% (6/6), done.
From https://github.com/frappe/frappe-bench
135efaa..72f8191 master -> origin/master
Updating 135efaa..72f8191
Fast-forward
Readme.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
updating apps/erpnext
remote: Counting objects: 2403, done.
remote: Compressing objects: 100% (1067/1067), done.
remote: Total 2403 (delta 1677), reused 1808 (delta 1317)
Receiving objects: 100% (2403/2403), 2.27 MiB | 56.00 KiB/s, done.
Resolving deltas: 100% (1677/1677), done.
From https://github.com/frappe/erpnext

  • branch HEAD -> FETCH_HEAD First, rewinding head to replay your work
    on top of it... Fast-forwarded develop to
    b748115609bd07f52aea82afaed40cff07889ca9. /home/fourmax/frappe-bench
    updating apps/frappe remote: Counting objects: 2258, done. remote:
    Compressing objects: 100% (1013/1013), done. remote: Total 2258 (delta
    1517), reused 1728 (delta 1230) Receiving objects: 100% (2258/2258), 2.00
    MiB | 52.00 KiB/s, done. Resolving deltas: 100% (1517/1517), done. From
    https://github.com/frappe/frappe
  • branch HEAD -> FETCH_HEAD First, rewinding head to replay your work
    on top of it... Fast-forwarded develop to
    0fcfad56ebfb82a352878743d1cf3ba0765dff89. /home/fourmax/frappe-bench
    updating apps/shopping_cart remote: Counting objects: 53, done. remote:
    Compressing objects: 100% (52/52), done. remote: Total 53 (delta 12),
    reused 16 (delta 1) Unpacking objects: 100% (53/53), done. From
    https://github.com/frappe/shopping-cart
  • branch HEAD -> FETCH_HEAD First, rewinding head to replay your work
    on top of it... Fast-forwarded develop to
    c39b630dd0237295f43c50c60e21a659db8ff8aa. /home/fourmax/frappe-bench
    Traceback (most recent call last): File
    "/home/fourmax/frappe-bench/env/bin/frappe", line 9, in
    load_entry_point('frappe==4.1.0', 'console_scripts', 'frappe')() File
    "/home/fourmax/frappe-bench/env/local/lib/python2.7/site-packages/pkg_resources.py",
    line 353, in load_entry_point return
    get_distribution(dist).load_entry_point(group, name) File
    "/home/fourmax/frappe-bench/env/local/lib/python2.7/site-packages/pkg_resources.py",
    line 2302, in load_entry_point return ep.load() File
    "/home/fourmax/frappe-bench/env/local/lib/python2.7/site-packages/pkg_resources.py",
    line 2029, in load entry = import(self.module_name,
    globals(),globals(), ['name']) File
    "/home/fourmax/frappe-bench/apps/frappe/frappe/init.py", line 15, in
    from .utils.jinja import get_jenv, get_template, render_template File
    "/home/fourmax/frappe-bench/apps/frappe/frappe/utils/init.py", line
    12, in from frappe.utils.data import * File
    "/home/fourmax/frappe-bench/apps/frappe/frappe/utils/data.py", line 10, in
    import babel.dates ImportError: No module named babel.dates
    fourmax@fourmax-To-be-filled-by-O-E-M:~/frappe-bench$
    ./scripts/update.sh Already up-to-date. updating apps/erpnext From
    https://github.com/frappe/erpnext
  • branch HEAD -> FETCH_HEAD Current branch develop is up to date.
    /home/fourmax/frappe-bench updating apps/frappe From
    https://github.com/frappe/frappe
  • branch HEAD -> FETCH_HEAD Current branch develop is up to date.
    /home/fourmax/frappe-bench updating apps/shopping_cart From
    https://github.com/frappe/shopping-cart
  • branch HEAD -> FETCH_HEAD Current branch develop is up to date.
    /home/fourmax/frappe-bench Traceback (most recent call last): File
    "/home/fourmax/frappe-bench/env/bin/frappe", line 9, in
    load_entry_point('frappe==4.1.0', 'console_scripts', 'frappe')() File
    "/home/fourmax/frappe-bench/env/local/lib/python2.7/site-packages/pkg_resources.py",
    line 353, in load_entry_point return
    get_distribution(dist).load_entry_point(group, name) File
    "/home/fourmax/frappe-bench/env/local/lib/python2.7/site-packages/pkg_resources.py",
    line 2302, in load_entry_point return ep.load() File
    "/home/fourmax/frappe-bench/env/local/lib/python2.7/site-packages/pkg_resources.py",
    line 2029, in load entry = import(self.module_name,
    globals(),globals(), ['name']) File
    "/home/fourmax/frappe-bench/apps/frappe/frappe/init.py", line 15, in
    from .utils.jinja import get_jenv, get_template, render_template File
    "/home/fourmax/frappe-bench/apps/frappe/frappe/utils/init.py", line
    12, in from frappe.utils.data import * File
    "/home/fourmax/frappe-bench/apps/frappe/frappe/utils/data.py", line 10, in
    import babel.dates ImportError: No module named babel.dates


Reply to this email directly or view it on GitHub
#49.

from bench.

moustfaAyad avatar moustfaAyad commented on August 23, 2024

it's work but after log in
Message
DocType Print Settings not found
Not found

from bench.

rmehta avatar rmehta commented on August 23, 2024

One of your apps is not updated.

On 25-Aug-2014, at 1:35 pm, moustfaAyad [email protected] wrote:

Oops, a server error has occured

Traceback (innermost last):
File "/home/fourmax/frappe-bench/apps/frappe/frappe/website/render.py", line 22, in render
data = render_page(path)
File "/home/fourmax/frappe-bench/apps/frappe/frappe/website/render.py", line 101, in render_page
return build(path)
File "/home/fourmax/frappe-bench/apps/frappe/frappe/website/render.py", line 110, in build
return build_method(path)
File "/home/fourmax/frappe-bench/apps/frappe/frappe/website/render.py", line 123, in build_page
context = get_context(path)
File "/home/fourmax/frappe-bench/apps/frappe/frappe/website/context.py", line 36, in get_context
context = build_context(context)
File "/home/fourmax/frappe-bench/apps/frappe/frappe/website/context.py", line 59, in build_context
context.update(context.doc.get_context(context) or {})
File "/home/fourmax/frappe-bench/apps/frappe/frappe/website/doctype/web_page/web_page.py", line 33, in get_context
if self.template_path:
AttributeError: 'WebPage' object has no attribute 'template_path'


Reply to this email directly or view it on GitHub.

from bench.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.