#2409: [win32] Console Non-interactive ImportError
----------------------+---------------------------
  Reporter:  Simbiat  |      Owner:  Cas
      Type:  bug      |     Status:  assigned
  Priority:  major    |  Milestone:  1.4.0
 Component:  Console  |    Version:  develop (git)
Resolution:           |   Keywords:
----------------------+---------------------------
Changes (by Cas):

 * status:  new => assigned
 * owner:   => Cas
 * milestone:  1.3.7 => 1.4.0


Old description:

> 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

New description:

 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
 }}}

--

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/2409#comment:1>
Deluge <http://deluge-torrent.org/>
Deluge project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to