1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. | Traceback (most recent call last): File "/home/ramos/apps/fileit/web2py/gluon/custom_import.py", line 78, in custom_importer result = sys.modules[modules_prefix] KeyError: 'applications.fileit.modules.zeep'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/ramos/apps/fileit/web2py/gluon/restricted.py", line 219, in restricted exec(ccode, environment) File "/home/ramos/apps/fileit/web2py/applications/fileit/controllers/erp_clients.py", line 236, in <module> File "/home/ramos/apps/fileit/web2py/gluon/globals.py", line 430, in <lambda> self._caller = lambda f: f() File "/home/ramos/apps/fileit/web2py/gluon/tools.py", line 3867, in f return action(*a, **b) File "/home/ramos/apps/fileit/web2py/applications/fileit/controllers/erp_clients.py", line 191, in ClientDetail CYGSA=getcygsainfo(cliente) File "/home/ramos/apps/fileit/web2py/applications/fileit/controllers/erp_clients.py", line 134, in getcygsainfo import zeep File "/home/ramos/apps/fileit/web2py/gluon/custom_import.py", line 80, in custom_importer raise ImportError("No module named %s" % modules_prefix) ImportError: No module named applications.fileit.modules.zeep |