bonesmoses / NagAconda

Python Nagios Integration
BSD 3-Clause "New" or "Revised" License
15 stars 15 forks source link

NagAconda install throwing error #4

Open rajcybage opened 11 years ago

rajcybage commented 11 years ago

C:\Python33>"c:\python33\scripts\pip.exe" install NagAconda Downloading/unpacking NagAconda Downloading NagAconda-0.2.1.tar.gz (235kB): 235kB downloaded Running setup.py egg_info for package NagAconda Traceback (most recent call last): File "", line 16, in File "c:\users\rajars~1\appdata\local\temp\pip_build_rajarshid\NagAconda\setup.py", line 4, in import NagAconda File ".\NagAcondainit.py", line 19, in from Plugin import * ImportError: No module named 'Plugin' Complete output from command python setup.py egg_info: Traceback (most recent call last):

File "", line 16, in

File "c:\users\rajars~1\appdata\local\temp\pip_build_rajarshid\NagAconda\setup.py", line 4, in

import NagAconda

File ".\NagAcondainit.py", line 19, in

from Plugin import *

ImportError: No module named 'Plugin'


Cleaning up... Command python setup.py egg_info failed with error code 1 in c:\users\rajars~1\appdata\local\temp\pip_build_rajarshid\NagAconda Storing complete log in C:\Users\rajarshid\pip\pip.log

C:\Python33>pause Press any key to continue . . .

SchlegelS0208 commented 2 years ago

Fixed with: https://github.com/bonesmoses/NagAconda/pull/12/files#diff-5e1a72a8d4b9a8dbc485830f981fd4d12e1e3beb616cdf858fca4dd887b4b248L19

Pull-Request was made for getting things into the year 2022 ...