RE: Unable to lookup keys in dictionary

2008-08-12 Thread Matt Fielding (R* New England)
August 12, 2008 11:27 AM To: python-list@python.org Subject: Unable to lookup keys in dictionary I am trying to run p4python API on top of python 2.5.2 and am extracting a dictionary from perforce. The following code returns the output that follows it: from P4 import P4, P4Exception

Re: Unable to lookup keys in dictionary

2008-08-12 Thread Jerry Hill
On Tue, Aug 12, 2008 at 11:27 AM, Matt Fielding (R* New England) <[EMAIL PROTECTED]> wrote: > [{'userName': 'mfielding', 'clientRoot': 'c:\\perforce', 'monitor': > 'enabled', > 'serverRoot': 'H:\\p4root\\', 'serverVersion': 'P4D/NTX64/2007.3/143793 > (2008/01/ > 21)', 'serverDate': '2008/08/12 11:1

RE: Unable to lookup keys in dictionary

2008-08-12 Thread Andreas Tawn
>I am trying to run p4python API on top of python 2.5.2 and am extracting a dictionary from perforce. The following code returns the output that follows it: > > from P4 import P4, P4Exception > p4 = P4() > p4.port = "erased" #deleted > p4.us

Unable to lookup keys in dictionary

2008-08-12 Thread Matt Fielding (R* New England)
I am trying to run p4python API on top of python 2.5.2 and am extracting a dictionary from perforce. The following code returns the output that follows it: from P4 import P4, P4Exception p4 = P4() p4.port = "erased" #deleted p4.user = "erased" #deleted