1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. | Traceback (most recent call last): File "C:\Users\jschmidt\Downloads\web2py_win\web2py\gluon\restricted.py", line 219, in restricted exec(ccode, environment) File "C:\Users\jschmidt\Downloads\web2py_win\web2py\applications\STUDIO_4K\controllers/default.py", line 16, in <module> from pynetdicom import AE File "C:\Users\jschmidt\Downloads\web2py_win\web2py\gluon\custom_import.py", line 85, in custom_importer return base_importer(pname, globals, locals, fromlist, level) File "applications\STUDIO_4K\modules\pynetdicom\__init__.py", line 28, in <module> from pynetdicom.ae import ApplicationEntity as AE File "C:\Users\jschmidt\Downloads\web2py_win\web2py\gluon\custom_import.py", line 85, in custom_importer return base_importer(pname, globals, locals, fromlist, level) File "applications\STUDIO_4K\modules\pynetdicom\ae.py", line 14, in <module> from pynetdicom.transport import ( File "C:\Users\jschmidt\Downloads\web2py_win\web2py\gluon\custom_import.py", line 85, in custom_importer return base_importer(pname, globals, locals, fromlist, level) File "applications\STUDIO_4K\modules\pynetdicom\transport.py", line 12, in <module> import ssl File "C:\Users\jschmidt\Downloads\web2py_win\web2py\gluon\custom_import.py", line 80, in custom_importer raise ImportError("No module named %s" % modules_prefix) ImportError: No module named applications.STUDIO_4K.modules.ssl
|