I am trying to use https://pypi.python.org/pypi/python-foreman this 
i have installed python 3.4 i have installed python 3.4 on my system which 
one is compatible with this api

but each time i try to access using below code

>>> from getpass import getpass>>> from foreman.client import Foreman>>> f = 
>>> Foreman('http://myforeman.server:3000', ('myuser', getpass()))
code i have got from http://pythonhosted.org/python-foreman/basic.html

when i run the script gave me this error
WARNING:root:Api v1 will not be the default in the next version, if you 
still want to use it, change the call to explicitly ask for it. Though we 
recommend using the new and improved version 2

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to