Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gajim
gajim
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 203
    • Issues 203
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 21
    • Merge Requests 21
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gajim
  • gajimgajim
  • Issues
  • #10315

Closed
Open
Opened Oct 17, 2020 by Foll @Erwan

Error while launching Gajim : Namespace Soup not available

Hi

I've been fighting for few hours in order to debug Gajim on Windows 10, using the latest source code from the master branch.

I did follow guidelines :

  • here : https://dev.gajim.org/gajim/gajim/-/blob/master/win/README.md
  • and there : https://dev.gajim.org/gajim/gajim/-/wikis/development/Firststepsfordebugging

Whereever from command line (in MSYS2 shell) or from PyCHARM IDE, I got the error below :

$ ./launch.py No translations found Dirs searched: None Traceback (most recent call last): File "./launch.py", line 4, in gajim.main() File "C:\msys64\home\Tester\gajim/gajim/gajim.py", line 151, in main _check_required_deps() File "C:\msys64\home\Tester\gajim/gajim/gajim.py", line 46, in _check_required_deps import nbxmpp File "C:/msys64/mingw64/lib/python3.8/site-packages/nbxmpp/init.py", line 5, in gi.require_version('Soup', '2.4') File "C:/msys64/mingw64/lib/python3.8/site-packages/gi/init.py", line 129, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Soup not available

So, it's quite obivous I'm missing some dependencies. But I didn't find any hints in the communauty to install the lib gir1.2-soup-2.4. And I'm not so confortable with Python environment.

Any clue ?

Many thanks for your consideration and help :) Regards Erwan

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gajim/gajim#10315