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 209
    • Issues 209
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 22
    • Merge Requests 22
  • 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
  • #8690

Closed
Open
Opened Aug 02, 2017 by pvgoran@pvgoran

Support python 3.4

The current codebase (master) doesn't seem to support python 3.4. When trying to run gajim with python 3.4, I got "can use starred expression only as assignment target" errors in gajim/common/logger.py; when I fixed them, I got "'module' object has no attribute 'module_from_spec'" error in gajim/emoticons.py. I fixed that too, and now I get "g_menu_item_set_detailed_action: Detailed action name 'app.accountname(withparentheses)-add-contact' has invalid format" (but that doesn't look related to python version).

I have python 3.4 (more specifically, 3.4.5) because currently this is the stable version of python 3.x in Gentoo.

If I manage to get it running, I'll provide a patch or a merge request.

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