<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-forward-container"> I still continue to have some
      error with python3:<br>
      <br>
      <i><font color="#3333ff">chapolin@chapolin-MS-7B89:~/jack-audio-tools-master$
          python3  transport/timebase_master.py <br>
          Traceback (most recent call last):<br>
            File "transport/timebase_master.py", line 11, in
          <module><br>
              import jack<br>
          ModuleNotFoundError: No module named 'jack'<br>
          <br>
        </font></i><font color="#3333ff"><font color="#000000">and</font></font><i><font
          color="#3333ff"><br>
          <br>
          chapolin@chapolin-MS-7B89:~/jack-audio-tools-master$ python3
          setup.py cmd  --help<br>
          /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown
          distribution option: 'long_description_content_type'<br>
            warnings.warn(msg)<br>
          usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2
          [cmd2_opts] ...]<br>
             or: setup.py --help [cmd1 cmd2 ...]<br>
             or: setup.py --help-commands<br>
             or: setup.py cmd --help<br>
          <br>
          error: invalid command 'cmd'<br>
          <br>
        </font></i><font color="#3333ff"><font color="#000000">Philippe</font></font><i><font
          color="#3333ff"><br>
          <br>
        </font></i><br>
      <div class="moz-cite-prefix">Le 03/10/2019 à 17:06, Christopher
        Arndt a écrit :<br>
      </div>
      <blockquote type="cite"
        cite="mid:d558d636-ec8f-5e0f-433e-9e718021cbf3@chrisarndt.de">Am
        03.10.19 um 17:03 schrieb Philippe GARCIA-ORTUNO: <br>
        <blockquote type="cite">I tried to do /python setup.py/ and
          /python timebase_master.py/ in a command line but I had some
          error message: for /python timebase_master.py :/ <br>
          <br>
          python timebase_master.py <br>
             File "timebase_master.py", line 15 <br>
               def __init__(self, name, *, bpm=120.0, beats_per_bar=4,
          beat_type=4, <br>
                                         ^ <br>
          SyntaxError: invalid syntax <br>
        </blockquote>
        <br>
        You need to use Python 3. You can install the scripts with
        "python3 setup.py install", but you can also just run
        timebase_master.p directly from the root of project: <br>
        <br>
             $ python3 transport/timebase_master.py --help <br>
        <br>
        Chris <br>
        <br>
        <br>
        P.S. Please answer to the mailing list, not to me personally. <br>
        <br>
      </blockquote>
      <br>
    </div>
  </body>
</html>