Advertisement
Guest User

Untitled

a guest
May 22nd, 2012
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Starting grabVK 2.0
  2. Checking connection
  3. [SUCCCESS] Internet connection is established
  4. Checking wget
  5. [SUCCCESS] Wget was found
  6. Checking process finished. Starting downloading
  7. Please copy access token from webpage address after authenticating on VK page in your browser
  8. access_token:
  9. 0ce1952c43b9c2840cd1a5f6e90c251b7000c040c04f53c667f2feddea9b2a5
  10. Please copy expire time from webpage address after authenticating on VK page in your browser
  11. expires_in: 86400
  12. Please copy your id from webpage address after authenticating on VK page in your browser
  13. user_id: 15032344
  14. Traceback (most recent call last):
  15. File "vkscrob.py", line 50, in <module>
  16. pgcont = lxml.etree.tostring(pgcont,encoding=unicode)
  17. AttributeError: 'module' object has no attribute 'etree'
  18.  
  19.  
  20. ------------------
  21. (program exited with code: 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement