alextremblay / phpIPAM-Scraper

A python library to retrieve device IPs from a phpIPAM installation
1 stars 0 forks source link

missing requierement: configparser #1

Open gilcot opened 7 years ago

gilcot commented 7 years ago

Hello,

I did a pip install phpIPAM-Scraper then launch phpipam and had an error. I solve that with pip install configparser

Thanks.

alextremblay commented 7 years ago

that... shouldn't happen. what version of python are you running?

please send me the output of the command python -V

gilcot commented 7 years ago

Hello,

python -V answered 2.7.3 and my Linux Distribution/Version is Debian/7
I think some 2.7 packaging do provide configparser but not all of them.

alextremblay commented 7 years ago

That's very strange. ConfigParser is a built-in part of python 2.7 configparser (all lowercase) is the python 3 version of that same module.

For some reason it seems my application did not correctly detect that you were running python 2... I'll have to look into this further.

Thank you for lletting me know!

gilcot commented 7 years ago

Oh, I didn't know that. I though the module was missing but you it may be due to the case? (I had the same issue with some other project that requiers 2.7) However, the other (all lowercase) is also available as I wrote first time. I mentioned my Linux distro in case it may be related to the packaging (need to check)