Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (Intel)] on win32
  2. Type "copyright", "credits" or "license()" for more information.
  3. >>> import bs4
  4.  
  5. Traceback (most recent call last):
  6. File "<pyshell#0>", line 1, in <module>
  7. import bs4
  8. File "C:Python34libsite-packagesbs4__init__.py", line 175
  9. except Exception, e:
  10. ^
  11. SyntaxError: invalid syntax
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement