What it means

General support for problems installing or using Deluge
Post Reply
looge

What it means

Post by looge »

The deluged.exe(daemon) and the gtk UI work well on my PC.
But when I run the deluge1.0.3 under WindowsXP SP2 by the command "deluge -u web -l delugeLog.log",
It retuen :
[INFO ] 20:59:04 main:93 Deluge ui 1.0.3
[DEBUG ] 20:59:04 main:94 options: {'config': None, 'logfile': 'ok', 'ui': 'web'}
[DEBUG ] 20:59:04 main:95 args: []
[DEBUG ] 20:59:04 configmanager:44 ConfigManager started..
[INFO ] 20:59:04 main:98 Starting ui..
[DEBUG ] 20:59:04 ui:44 UI init..
[DEBUG ] 20:59:04 configmanager:88 Getting config 'ui.conf'
[DEBUG ] 20:59:04 config:47 Config created with filename: ui.conf
[DEBUG ] 20:59:04 config:48 Config defaults: {'default_ui': 'gtk'}
[WARNING ] 20:59:04 config:88 IOError: Unable to load file 'C:\Documents and Settings\Administrator\Application Data\deluge\ui.conf'
[WARNING ] 20:59:04 config:109 IOError: Unable to open file: 'C:\Documents and Settings\Administrator\Application Data\deluge\ui.conf'
[INFO ] 20:59:04 ui:64 Starting WebUI..
[DEBUG ] 20:59:04 client:54 CoreProxy init..
Traceback (most recent call last):
File "C:\Program Files\Deluge\scripts\deluge-script.py", line 8, in <module>
load_entry_point('deluge==1.0.3', 'console_scripts', 'deluge')()
File "c:\Program Files\Deluge\lib\site-packages\deluge-1.0.3-py2.5-win32.egg\deluge\main.py", line 99, in start_ui
UI(options, args)
File "c:\Program Files\Deluge\lib\site-packages\deluge-1.0.3-py2.5-win32.egg\deluge\ui\ui.py", line 66, in __init__
ui = WebUI(args)
File "c:\Program Files\Deluge\lib\site-packages\deluge-1.0.3-py2.5-win32.egg\deluge\ui\webui\webui.py", line 36, in __init__
import deluge_webserver
File "c:\Program Files\Deluge\lib\site-packages\deluge-1.0.3-py2.5-win32.egg\deluge\ui\webui\deluge_webserver.py", line 41, in <module>
locale.setlocale(locale.LC_MESSAGES, '')
AttributeError: 'module' object has no attribute 'LC_MESSAGES'


What It means?
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: What it means

Post by johnnyg »

AFAIK you cannot run the web ui in windows.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: What it means

Post by andar »

This has been fixed in svn and will be in the next bug fix release.
Post Reply