Changes between Initial Version and Version 1 of Ticket #182, comment 14
- Timestamp:
- 2013-09-11T22:00:16Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #182, comment 14
initial v1 3 3 I can help a bit on this bug. I have already messed with py2app to generate .app packages and I have some code to automatically generate DMG images. 4 4 5 I first tried to add some basic options to py2app and ran it, to see if everything is ok. Unfortunately, it seems the latest version of modulegraph (necessary for py2app) is in conflict with the setuptools version that is used in the project ( ImpLoader is part of pkg_resources).5 I first tried to add some basic options to py2app and ran it, to see if everything is ok. Unfortunately, it seems the latest version of modulegraph (necessary for py2app) is in conflict with the setuptools version that is used in the project (!ImpLoader is part of pkg_resources). 6 6 7 7