#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:
Traceback (most recent call last): File "C:\Python27\Scripts\deluge-debug-script.py", line 9, in <module> load_entry_point('deluge', 'console_scripts', 'deluge-debug')() File "c:\users\doadin\desktop\deluge-develop\deluge\ui\ui_entry.py", line 57, in start_ui options = parser.parse_args(deluge.common.unicode_argv()[1:]) File "c:\users\doadin\desktop\deluge-develop\deluge\ui\baseargparser.py", line 164, in parse_args if options.pidfile: AttributeError: 'Namespace' object has no attribute 'pidfile'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 onlike the webui getpid is something we can run on windows but the check doesnt run for some reason?