Postinsttall error

Hello,
I tried a version installation testing on a debian 8.2 and during the post install process through the web interface, this one blocks it after putting a password and press the “Go” button. I then try to move the terminal but I get this message:

Traceback (most recent call last):

  File "/usr/bin/yunohost", line 199, in <module>
    parser_kwargs={'top_parser': parser}
  File "/usr/lib/python2.7/dist-packages/moulinette/__init__.py", line 136, in cli
    moulinette.run(args, output_as=output_as)
  File "/usr/lib/python2.7/dist-packages/moulinette/interfaces/cli.py", line 332, in run
    ret = self.actionsmap.process(args, timeout=5)
  File "/usr/lib/python2.7/dist-packages/moulinette/actionsmap.py", line 465, in process
    return func(**arguments)
  File "/usr/lib/moulinette/yunohost/tools.py", line 169, in tools_postinstall
    from yunohost.firewall import firewall_upnp, firewall_reload
  File "/usr/lib/moulinette/yunohost/firewall.py", line 37, in <module>
    from moulinette.utils import process
  File "/usr/lib/python2.7/dist-packages/moulinette/utils/process.py", line 7, in <module>
    from .stream import NonBlockingStreamReader
ImportError: cannot import name NonBlockingStreamReader

I was able to complete the installation commenting on the “Import from .stream NonBlockingStreamReader” then uncommenting the end but I had a bug in the administration interface, and there, now I can no longer log in. In the “yunohost-cli.log” file I have:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/moulinette/actionsmap.py", line 445, in process
    fromlist=[func_name])
  File "/usr/lib/moulinette/yunohost/firewall.py", line 37, in <module>
    from moulinette.utils import process
  File "/usr/lib/python2.7/dist-packages/moulinette/utils/process.py", line 7, in <module>
    from .stream import NonBlockingStreamReader
ImportError: cannot import name NonBlockingStreamReader
2015-11-15 16:00:03,898 ERROR    moulinette cli - Une erreur est survenue. Veuillez consulter les journaux pour plus de détails.
2015-11-15 16:50:02,198 INFO     moulinette.actionsmap process - processing action [1494.1]: yunohost.firewall.upnp