Menu

#1 ValueError: Namespace GstTag not available for version 1.0

1.0
closed
Rolf
None
2016-05-26
2016-05-26
Brendan
No

On stable (rosa) linuxmint I can't start this;

$ fs3
Traceback (most recent call last):
File "/usr/bin/fs3", line 34, in <module>
gi.require_version('GstTag', '1.0')
File "/usr/lib/python2.7/dist-packages/gi/init.py", line 83, in require_version
(namespace, version))
ValueError: Namespace GstTag not available for version 1.0</module>

Please help.

Related

Tickets: #1

Discussion

  • Rolf

    Rolf - 2016-05-26

    Good morning Brendan,
    could you tell me which version of wxpython that you have installed on your machine.
    Linux Mint should be running wxpython2.8, I suspect that that message is coming out of wxpython3.0.something.
    Check in synaptic or run
    python
    import wx
    wx.version()

    then Ctrl-d to exit

     
  • Brendan

    Brendan - 2016-05-26

    Hi Rolf

    $ python
    Python 2.7.6 (default, Jun 22 2015, 17:58:13)
    [GCC 4.8.2] on linux2
    Type "help", "copyright", "credits" or "license" for more information.

    import wx
    wx.version()
    '2.8.12.1 (gtk2-unicode)'

    This is the full version but I noticed you also have a basic, which is probably more suitable for me, should I try that yet?

    Also do I need one of your other footpedal software in addition or is this standalone?

     
    • Rolf

      Rolf - 2016-05-26

      Hi Brendan,
      in that case the issue must lie with the GObject modules.
      Normally, a few of them are pre loaded but that I suppose that may not
      always be the case.
      Using synaptic, check that you have the following loaded on your system:
      python-gi
      gir1.2-gst-plugins-base-1.0
      gir1.2-gtk-2.0
      gir1.2-gtk-3.0

      note that gir1 is gir(one) not L
      if you don't have synaptic use apt
      first ensure that you have the latest repositories loaded

      sudo apt-get update

      then try loading the above packages with:
      sudo apt-get install python-gi gir1.2-gst-plugins-base-1.0
      gir1.2-gtk-2.0 gir1.2-gtk-3.0

      this should attempt to load the packages if they do not exist on your
      box

      I am pretty sure that the footswitch installation routine pre-installs
      everything else that is required.

      The "basic" version may well be best if you are starting off but it does
      require the same packages loaded, so if you are missing a package for
      the main version, it will be missing for the basic one as well.

      The packages are standalone, in that sense, you only need one of them.
      You can install both and they will not interfere with each other.

      Regards

      On Thu, May 26, 2016, at 07:22 AM, Brendan wrote:

      Hi Rolf

      $ python
      Python 2.7.6 (default, Jun 22 2015, 17:58:13)
      [GCC 4.8.2] on linux2
      Type "help", "copyright", "credits" or "license" for more information.

      import wx
      wx.version()
      '2.8.12.1 (gtk2-unicode)'

      This is the full version but I noticed you also have a basic, which is
      probably more suitable for me, should I try that yet?

      Also do I need one of your other footpedal software in addition or is
      this standalone?


      ** [tickets:#1] ValueError: Namespace GstTag not available for version
      1.0**

      Status: open
      Milestone: 1.0
      Created: Thu May 26, 2016 05:26 AM UTC by Brendan
      Last Updated: Thu May 26, 2016 06:58 AM UTC
      Owner: Rolf

      On stable (rosa) linuxmint I can't start this;

      $ fs3
      Traceback (most recent call last):
      File "/usr/bin/fs3", line 34, in <module>
      gi.require_version('GstTag', '1.0')
      File "/usr/lib/python2.7/dist-packages/gi/init.py", line 83, in
      require_version
      (namespace, version))
      ValueError: Namespace GstTag not available for version 1.0</module>

      Please help.


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/footswitch3/tickets/1/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

      --
      http://www.fastmail.com - Email service worth paying for. Try it for free

       

      Related

      Tickets: #1

  • Rolf

    Rolf - 2016-05-26

    Brendan, would you let me know, if loading the suggested packages solved your problem, as I will add them to the installation routines for both footswitch3 and footswitch3basic. I can then upload them as versions 3.3.4, so that other people do not see the same problem.
    Regards

     
  • Brendan

    Brendan - 2016-05-26

    Hi Rolf,

    That worked, in fact I didn't have 3 of those packages. On launch is now says something about not having ephem but its not preventing launch.

    I'm thrilled to find this project, its going to help fill a big void in the linux transcription community.

    Thanks

     
  • Rolf

    Rolf - 2016-05-26
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB