rvojcik / rt-server-client

Server discovery client for RackTables project. Do automatic server discovery and send information to racktables database.
GNU General Public License v3.0
27 stars 8 forks source link

base missing in /rt-server-client/lib/Toolbox #12

Closed sebibu closed 7 years ago

sebibu commented 7 years ago

Hi there, your project seems to be a very useful addition to racktables. Unfortunately, i can't get it to work on Ubuntu 16.04 because it can't import something named "base" from the ToolBox folder:

:/opt/rt-server-client$ ./system-info.py Traceback (most recent call last): File "./system-info.py", line 66, in from ToolBox import net, dell, base ImportError: cannot import name base

:/opt/rt-server-client/lib/ToolBox$ ll total 20 drwxr-xr-x 4 root root 4096 Mar 15 16:28 ./ drwxr-xr-x 4 root root 4096 Mar 15 16:13 ../ drwxr-xr-x 2 root root 4096 Mar 15 16:26 dell/ -rw-r--r-- 1 root root 191 Mar 15 16:13 init.py drwxr-xr-x 2 root root 4096 Mar 15 16:13 net/

any advise on that?

best, Basti

rvojcik commented 7 years ago

Thank you for your report. sorry for big delay. My mistake when I merging code from production to github.

sebibu commented 7 years ago

Hi rvojcik, many thanks for the fix, i'll test it soon! :-)

Basti