Changes between Initial Version and Version 1 of Ticket #62200
- Timestamp:
- Feb 2, 2021, 8:12:12 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62200 – Description
initial v1 1 1 New M1 MacBookPro running BigSur 11.2 with fresh install of macports and all python packages installed via macports: 2 2 {{{ 3 3 % port installed py39-pyglet 4 4 The following ports are currently installed: … … 31 31 imp = cfunctype(method) 32 32 MemoryError 33 33 }}} 34 34 Also tried in python3.8 -- same outcome. 35 35 Other python graphics packages (matplotlib, pyopengl, pyobjc, tk_inter) seem to work.