Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Issues #4

Open
1 of 3 tasks
ruchamahabal opened this issue Aug 1, 2022 · 0 comments · May be fixed by #5
Open
1 of 3 tasks

Minor Issues #4

ruchamahabal opened this issue Aug 1, 2022 · 0 comments · May be fixed by #5

Comments

@ruchamahabal
Copy link
Member

ruchamahabal commented Aug 1, 2022

Traceback (most recent call last):
  File "apps/frappe/frappe/modules/utils.py", line 240, in load_doctype_module
    doctype_python_modules[key] = frappe.get_module(module_name)
  File "apps/frappe/frappe/__init__.py", line 1319, in get_module
    return importlib.import_module(modulename)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "apps/non_profit/non_profit/non_profit/doctype/membership/membership.py", line 14, in <module>
    from non_profit.non_profit.doctype.member.member import create_member
  File "apps/non_profit/non_profit/non_profit/doctype/member/member.py", line 8, in <module>
    from frappe.integrations.utils import get_payment_gateway_controller
ImportError: cannot import name 'get_payment_gateway_controller' from 'frappe.integrations.utils' (apps/frappe/frappe/integrations/utils.py)
@phot0n phot0n linked a pull request Aug 1, 2022 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant