File: Imported%20ezdxf%20package%20has%20no%20content.md

package info (click to toggle)
ezdxf 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104,528 kB
  • sloc: python: 182,341; makefile: 116; lisp: 20; ansic: 4
file content (12 lines) | stat: -rw-r--r-- 653 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
tags:: FAQ

- # Imported ezdxf package has no content.
- AttributeError: partially initialized module 'ezdxf' has no attribute 'readfile' (most likely due to a circular import)
  logseq.order-list-type:: number
	- Did you name your file/script "ezdxf.py"?
	- This causes problems with circular imports.
	- Renaming your file/script should solve this issue.
- AttributeError: module 'ezdxf' has no attribute 'readfile'
  logseq.order-list-type:: number
	- This could be a hidden permission error, for more information about this issue read Petr Zemeks article:
		- <https://blog.petrzemek.net/2020/11/17/when-you-import-a-python-package-and-it-is-empty/>