hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
11 stars 4 forks source link

Upgrade to Python 3.9 #197

Closed hasii2011 closed 3 years ago

hasii2011 commented 3 years ago

Will not package with py2app; waiting on py2app 0.23; See if that fixes

hasii2011 commented 3 years ago

Well it packages now with py2app, but will not run

09:38:33.939 ERROR PyutApp: dlopen(/Users/humberto.a.sanchez.ii/PycharmProjects/PyUt/dist/Pyut.app/Contents/Resources/lib/python3.9/lib-dynload/PIL/_imaging.so, 2): Library not loaded: @loader_path/.dylibs/libxcb.1.1.0.dylib
  Referenced from: /Users/humberto.a.sanchez.ii/PycharmProjects/PyUt/dist/Pyut.app/Contents/Resources/lib/python3.9/lib-dynload/PIL/_imaging.so
  Reason: image not found
hasii2011 commented 3 years ago

Fixed after messing around with the Travis CI build environment