Opened 10 years ago

Closed 10 years ago

Last modified 7 years ago

#2409 closed bug (Fixed)

[win32] Console Non-interactive ImportError

Reported by: Simbiat Owned by: Cas
Priority: major Milestone: 2.x
Component: Console UI Version: develop
Keywords: Cc:

Description (last modified by Cas)

When trying to run any console operations on Windows the following error is shown:

C:\WS\Deluge\deluge-console.exe info
Traceback (most recent call last):
File "<string>", line 6, in <module>
File "__main__.py", line 128, in <module>
File "__main__deluge-console__.py", line 8, in <module>
File "pkg_resources.py", line 318, in load_entry_point
File "pkg_resources.py", line 2221, in load_entry_point
File "pkg_resources.py", line 1954, in load
File "c:\ws\deluge\deluge-1.3.6-py2.7.egg\deluge\ui\console\__init__.py", line
36, in <module>
from main import start
File "c:\ws\deluge\deluge-1.3.6-py2.7.egg\deluge\ui\console\main.py", line 53,
in <module>
from deluge.ui.console.eventlog import EventLog
File "c:\ws\deluge\deluge-1.3.6-py2.7.egg\deluge\ui\console\eventlog.py", line
43, in <module>
import curses
File "curses/__init__.py", line 15, in <module>
ImportError: No module named _curses

Change History (4)

comment:1 Changed 10 years ago by Cas

  • Description modified (diff)
  • Milestone changed from 1.3.7 to 1.4.0
  • Owner set to Cas
  • Status changed from new to assigned
  • Summary changed from Console not working in 1.3.7. on Windows to [win32] Console Non-interactive ImportError

comment:2 Changed 10 years ago by Cas

Fixed in develop: [188315735b0d]

comment:3 Changed 10 years ago by Cas

  • Resolution set to Fixed
  • Status changed from assigned to closed

comment:4 Changed 7 years ago by Cas

  • Milestone changed from 2.0.x to 2.x

Milestone renamed

Note: See TracTickets for help on using tickets.