Giter VIP home page Giter VIP logo

err-music's People

Contributors

atalyad avatar benvd avatar gbin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

err-music's Issues

Python 3 Support?

I'm running ErrBot using Python 3.4.0, and am running into issues with the BeautifulSoup dependency for err-music:

2015-07-04 19:41:56,434 ERROR Unable to import plugin: /home/errbot/data/plugins/err-music/music
Traceback (most recent call last):
  File "/home/errbot/venv/lib/python3.4/site-packages/yapsy/PluginManager.py", line 487, in loadPlugins
    candidate_module = imp.load_module(plugin_module_name,plugin_file,candidate_filepath+".py",("py","r",imp.PY_SOURCE))
  File "/home/errbot/venv/lib/python3.4/imp.py", line 235, in load_module
    return load_source(name, filename, file) 
  File "/home/errbot/venv/lib/python3.4/imp.py", line 171, in load_source
    module = methods.load()
  File "", line 1220, in load
  File "", line 1200, in _load_unlocked
  File "", line 1129, in _exec 
  File "", line 1448, in exec_module
  File "", line 321, in _call_with_frames_removed
  File "/home/errbot/data/plugins/err-music/music.py", line 11, in 
    from BeautifulSoup import BeautifulSoup
ImportError: No module named 'BeautifulSoup'

This is what I received when I tried to install BeautifulSoup via pip:

$ pip install BeautifulSoup
Downloading/unpacking BeautifulSoup
  Downloading BeautifulSoup-3.2.1.tar.gz
  Running setup.py (path:/home/errbot/venv/build/BeautifulSoup/setup.py) egg_info for package BeautifulSoup
    Traceback (most recent call last):
      File "", line 17, in 
      File "/home/errbot/venv/build/BeautifulSoup/setup.py", line 22
        print "Unit tests have failed!"
                                      ^
    SyntaxError: invalid syntax
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "", line 17, in 

  File "/home/errbot/venv/build/BeautifulSoup/setup.py", line 22

    print "Unit tests have failed!"

                                  ^

SyntaxError: invalid syntax

----------------------------------------
Cleaning up...

There appears to be a newer version that seems to support Python 3: beautifulsoup4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.