Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing requierement: configparser #1

Open
gilcot opened this issue Apr 12, 2017 · 4 comments
Open

missing requierement: configparser #1

gilcot opened this issue Apr 12, 2017 · 4 comments

Comments

@gilcot
Copy link

gilcot commented Apr 12, 2017

Hello,

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

Thanks.

@alextremblay
Copy link
Owner

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

please send me the output of the command python -V

@gilcot
Copy link
Author

gilcot commented May 23, 2017

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
Copy link
Owner

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
Copy link
Author

gilcot commented May 27, 2017

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants