You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
(pcb_test) C:\Python37-32\internsh\pcb-tools\examples>python cairo_example.py
Traceback (most recent call last):
File "cairo_example.py", line 63, in
ctx.dump(os.path.join(os.path.dirname(file), 'cairo_example.png'))
File "C:\Python37-32\internsh\pcb_test\lib\site-packages\pcb_tools-0.1-py3.7.egg\gerber\render\cairo_backend.py", line 150, in dump
File "C:\Python37-32\internsh\pcb_test\lib\site-packages\cairocffi\surfaces.py", line 597, in write_to_png
self._pointer, encode_filename(target)))
File "C:\Python37-32\internsh\pcb_test\lib\site-packages\cairocffi_init.py", line 69, in _check_status
raise exception(message, status)
MemoryError: ("cairo returned CAIRO_STATUS_NO_MEMORY: b'out of memory'", 1)
The text was updated successfully, but these errors were encountered:
antoney1998
changed the title
memory error
MemoryError: ("cairo returned CAIRO_STATUS_NO_MEMORY: b'out of memory'", 1)
May 28, 2020
(pcb_test) C:\Python37-32\internsh\pcb-tools\examples>python cairo_example.py
Traceback (most recent call last):
File "cairo_example.py", line 63, in
ctx.dump(os.path.join(os.path.dirname(file), 'cairo_example.png'))
File "C:\Python37-32\internsh\pcb_test\lib\site-packages\pcb_tools-0.1-py3.7.egg\gerber\render\cairo_backend.py", line 150, in dump
File "C:\Python37-32\internsh\pcb_test\lib\site-packages\cairocffi\surfaces.py", line 597, in write_to_png
self._pointer, encode_filename(target)))
File "C:\Python37-32\internsh\pcb_test\lib\site-packages\cairocffi_init.py", line 69, in _check_status
raise exception(message, status)
MemoryError: ("cairo returned CAIRO_STATUS_NO_MEMORY: b'out of memory'", 1)
The text was updated successfully, but these errors were encountered: