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

ImportError: No module named webApplication #22

Open
zhujinhe opened this issue Jul 31, 2015 · 1 comment
Open

ImportError: No module named webApplication #22

zhujinhe opened this issue Jul 31, 2015 · 1 comment

Comments

@zhujinhe
Copy link

Thanks for your great work on this useful api.
I got an error:

user@machine> itop-cli
Traceback (most recent call last):
  File "./itop-cli", line 11, in <module>
    from itopapi import ItopapiController, ItopapiConfig, UnsupportedImportFormat
  File "/root/python-itop-api-master/itopapi/__init__.py", line 10, in <module>
    from itopapi.model import ItopapiRack, ItopapiServer
  File "/root/python-itop-api-master/itopapi/model/__init__.py", line 19, in <module>
    from itopapi.model.webApplication import ItopapiWebApplication
ImportError: No module named webApplication

May be we should
rename the ./itopapi/model/webapplication.py to itopapi/model/webApplication.py
or modify from itopapi.model.webApplication import ItopapiWebApplication to from itopapi.model.webapplication import ItopapiWebApplication.

@JulienNauroy
Copy link
Contributor

Hi,

If you're still interested in the project, you can check if the problem persists with this branch : https://github.com/JulienNauroy/python-itop-api
It should be merged back into Guillaume's repository pretty soon.

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