m0sia / pyParrotZik

Python Parrot Zik API and tools
73 stars 30 forks source link

Applet needs beautifulsoup installed to run #9

Closed pascalchevrel closed 8 years ago

pascalchevrel commented 9 years ago
Traceback (most recent call last):
  File "./ParrotZikTray", line 7, in <module>
    import ParrotZik
  File "/home/pascalc/repos/github/pyParrotZik/ParrotZik.py", line 11, in <module>
    from BeautifulSoup import BeautifulSoup
ImportError: No module named BeautifulSoup

Package needs to be installed on Ubuntu 14.10:

sudo apt-get install python-beautifulsoup