#2821 closed bug (Fixed)
[GtkUI] AttributeError starting GtkUI on windows
Reported by: | Doadin | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 2.0.0 |
Component: | GTK UI | Version: | develop |
Keywords: | Cc: |
Description
E:\Program Files (x86)\Deluge>deluge-debug Traceback (most recent call last): File "<string>", line 6, in <module> File "__main__.py", line 128, in <module> File "__main__deluge-debug__.py", line 9, in <module> File "deluge\ui\ui_entry.py", line 57, in start_ui File "deluge\ui\baseargparser.py", line 150, in parse_args AttributeError: 'BaseArgParser' object has no attribute 'process_group'
Change History (4)
Note:
See TracTickets
for help on using tickets.
If you windows check that portion you then get:
Windows check that and it starts fine. No clue if that is how it should be done but...gotta check those windows errors guys! :)
In this case though unlike the webui(?) getpid is something we can run on windows but the check doesnt run for some reason? so we dont want to windows check this probably.?