Difference between revisions of "ImportError"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
  ImportError: No module named [[boto3]]
 
  ImportError: No module named [[boto3]]
  
  ImportError: attempted relative import with no known parent package
+
  [[ImportError: attempted relative import with no known parent package]]
 +
 
 +
ImportError: cannot import name '[[PROTOCOL_TLS]]'
  
 
== Related ==
 
== Related ==
 
* <code>[[pip install]]</code>
 
* <code>[[pip install]]</code>
* <code>[[import]]</code>
+
* [[PEP 328]] https://peps.python.org/pep-0328/
 +
* <code>[[import (Python)|import]]</code>
 +
* <code>[[from]]</code>
 +
 
 +
== Activities ==
 +
* Read https://stackoverflow.com/questions/16981921/relative-imports-in-python-3
  
 
== See also ==
 
== See also ==
 +
* {{PEP}}
 
* {{Python}}
 
* {{Python}}
  
 
[[Category:Python]]
 
[[Category:Python]]

Latest revision as of 15:49, 5 September 2023

Advertising: