Coder Social home page Coder Social logo

rswt's People

Contributors

wayoda avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

mw-root

rswt's Issues

os error on python 3.7

While trying to import the module in 3.7 I get the error below:

Python 3.7.3 (default, Apr 3 2019, 05:39:12)
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import rswt
Traceback (most recent call last):
File "", line 1, in
File "/venv/lib/python3.7/site-packages/rswt.py", line 6, in
from os import errno
ImportError: cannot import name 'errno' from 'os' (/venv/lib/python3.7/os.py)

List of playing tracks reports tracknumber -1

When the list of playing tracks is requested the WavTrigger returns the tracknumbers -1.

>>>wt.play(1);wt.play(2);wt.play(3)
>>>wt.playing()
>>>[0,1,2]

Bug or feature? Should this be fixed in the python code?

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.