Getting Started with pyControl v2: Installing on Ubuntu Desktop
It's true--pyControl v2 is officially out the door! Here are the installation instructions for Ubuntu Desktop.
REQUIRED PACKAGES
1. Python 2.4/2.5/2.6 (Use 32-bit version)
2. Python Set...
Published Dec 14, 2009
Version 1.0JRahm
Admin
Christ Follower, Husband, Father, Technologist. I love community and I especially love THIS community. My background is networking, but I've dabbled in all the F5 iStuff, I'm a recovering Perl guy, and am very much a python enthusiast. Learning alongside all of you in this accelerating industry toward modern apps and architectures.JRahm
Admin
Christ Follower, Husband, Father, Technologist. I love community and I especially love THIS community. My background is networking, but I've dabbled in all the F5 iStuff, I'm a recovering Perl guy, and am very much a python enthusiast. Learning alongside all of you in this accelerating industry toward modern apps and architectures.Justin_111680
Nimbostratus
Jan 21, 2010you imported pycontrol.pycontrol as pc so you should reference that when calling classes from it.. for example
b = pc.BIGIP(hostname== 'bl2aqubigip01', username = 'atlaseng', password = 'Ftp21ssh22',fromurl = True, wsdls = ['System.SystemInfo'])