not-na / fritzctl

Object oriented TR64 FRITZ!Box Client Library
GNU General Public License v2.0
4 stars 1 forks source link

Fritzctl does not work when installed from pip #1

Closed tobyp closed 4 years ago

tobyp commented 4 years ago

fritzctl 1.0.0a2, Python 3.7.3

There are multiple problems:

[1]

>>> import fritzctl
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.7/site-packages/fritzctl/__init__.py", line 31, in <module>
    from session import *
ModuleNotFoundError: No module named 'session'
not-na commented 4 years ago

Thank you, I will upload the new version to PyPI.

This probably happened because I did not check whether my projects worked on clean installs back when I wrote this.