Better to get the P4Python version directly from the Perforce FTP site:  
ftp.perforce.com.  Find one that matches up with the version of Python you 
are using.
 
You'll find that the p4python help page will help a lot, though it is 
incomplete:  
http://www.perforce.com/perforce/doc.current/manuals/p4script/03_python.html#1116374
 
Your describe construct should look like this:
 
            CLD = p4.run("describe -s", CLValue) # CLValue is a changelist 
number and CLD is the dictionary structure output of the call
 
I assume you have the login and connect commands down.  Hope this helps.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to