Opened 6 years ago
Last modified 2 years ago
#3259 new feature-request
Create macOS app package (Py3-GTK3)
Reported by: | Calum | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 2.1.1 |
Component: | Packaging | Version: | develop |
Keywords: | Cc: |
Description
Need help to create a package for macOS
Either update the existing jhbuild files for GTK3 or use an alternative method to create a bundle
https://dev.deluge-torrent.org/wiki/Development/Packaging/OSX
Change History (5)
comment:1 by , 5 years ago
Version: | 2.0.0 → develop |
---|
comment:2 by , 5 years ago
comment:3 by , 5 years ago
That was not the issue; rather it was something very dumb. Py2app hadn't included twisted.internet.gtk3reactor
for some reason.
Still not working but am definitely making progress. Will commit a PR on github once I get it working.
Note:
See TracTickets
for help on using tickets.
Hi. I'm currently working on this; trying to produce a bundle from a macports environment.
I'm currently stuck on an error relating to the gtk3reactor. I think it might be related to macports shipping an old version of pygobject but haven't tested it yet. Will update that and try again tomorrow.