Package: python-lldb-3.8
Version: 1:3.8-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

        I tried to use Atom's Nuclide: 
https://github.com/facebook/nuclide/issues/456
        Then realize it was unable to do:

        $ python
        import lldb

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

        From a CPython, following was impossible:

                import lldb

        I successfully fixed the problem following stack overflow:
        
http://stackoverflow.com/questions/30869945/how-to-import-lldb-in-a-python-script

   * What was the outcome of this action?

        An error:

       Traceback (most recent call last):
         File 
"/home/kevin/.atom/packages/nuclide/pkg/nuclide-debugger-lldb-server/scripts/main.py",
 line 14, in <module>
           from find_lldb import lldb
         File 
"/home/kevin/.atom/packages/nuclide/pkg/nuclide-debugger-lldb-server/scripts/find_lldb.py",
 line 54, in <module>
           lldb = find_lldb()
         File 
"/home/kevin/.atom/packages/nuclide/pkg/nuclide-debugger-lldb-server/scripts/find_lldb.py",
 line 50, in find_lldb
           import lldb
       ImportError: No module named lldb

   * What outcome did you expect instead?

        Successfully import lldb

        $ python
        import lldb

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-lldb-3.8 depends on:
ii  python  2.7.11-1

python-lldb-3.8 recommends no packages.

python-lldb-3.8 suggests no packages.

-- no debconf information

Reply via email to