gpodder / gpodder

The gPodder podcast client.

Home Page:http://gpodder.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows portable doesn't start anymore since maybe one month ago

computerfreak105 opened this issue · comments

Hi, I'm under the impression that the portable windows version doesn't open anymore since maybe a month. I'm using 3.11.4.1093 right now, which still opens on my system. Today I thought I'd give it a try again with 1135, but still no luck. No log is created. Any idea or workaround?
Thanks.

I broke the Windows build when adding Python 3.12 support, after 1093. I got it working again in 1118, but I am not able to test the binary, so it is possible that it doesn't work. @elelay Does it work for you?

Latest master build (1131) is broken.

There is no gpodder subdir in site-packages (but gpodder_launch subdir is present, as well as a ~1.4MB gpodder-3.11.4-py3.11.egg).

The egg install causes an error:

1702925576.747726 [gpodder.gtkui.app] ERROR: Cannot find gtk/menus.ui in ['C:\\gpodder-3.11.4-portable\\data\\share\\gpodder\\ui\\gtk', 'C:\\gpodder-3.11.4-portable\\data\\share\\gpodder\\ui'], exiting

The directory share/gpodder does not end up in the installers. At least for the portable version. All you need to do to make it work is to just copy the share/gpodder directory from the git repo to the data/share/ in the portable install dir. I'll investigate further for a fix