Skip to content

Python3 compatibility #2

@konfiot

Description

@konfiot

Hello,
It would be nice to make audiogen compatible with python 3.x
installing it with pip generates syntax errors :

  Running setup.py install for audiogen
      File "/usr/local/lib/python3.4/dist-packages/audiogen/util.py", line 28
        print "cropping %d channel(s) to %d samples each" % (len(gens), seconds * sampler.FRAME_RATE)
                                                        ^
    SyntaxError: invalid syntax

      File "/usr/local/lib/python3.4/dist-packages/audiogen/sampler.py", line 64
        except IOError, e:
                      ^
    SyntaxError: invalid syntax

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions