Changes between Initial Version and Version 1 of Ticket #2409


Ignore:
Timestamp:
01/24/2014 06:10:27 PM (11 years ago)
Author:
Calum
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2409

    • Property Owner set to Calum
    • Property Status newassigned
    • Property Milestone 1.3.71.4.0
    • Property Summary Console not working in 1.3.7. on Windows[win32] Console Non-interactive ImportError
  • Ticket #2409 – Description

    initial v1  
    11When trying to run any console operations on Windows the following error is shown:
    22
     3{{{
    34C:\WS\Deluge\deluge-console.exe info
    45Traceback (most recent call last):
     
    2021File "curses/__init__.py", line 15, in <module>
    2122ImportError: No module named _curses
     23}}}