Sabacc does not work on Ubuntu 10.04 and above

Bug #694801 reported by Joel Cross
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Sabacc
Confirmed
High
Unassigned

Bug Description

Version: Sabacc 1.0beta1
Operating system: Ubuntu 10.04 (Lucid)

When attempting to start Sabacc from the console, Sabacc will not start and the following traceback is displayed:

Traceback (most recent call last):
File "/usr/bin/sabacc", line 135, in <module>
  main()
File "/usr/bin/sabacc", line 128, in main
  interface.start_app()
File "/usr/lib/python2.6/dist-packages/sabacc/front/guiInterface/__init__.py", line 54, in start_app
  from views.game_view import GameView
File "/usr/lib/python2.6/dist-packages/sabacc/front/guiInterface/views/__init__.py", line 20, in <module>
  import game_view, player_view, stats_view
File "/usr/lib/python2.6/dist-packages/sabacc/front/guiInterface/views/game_view.py", line 23, in <module>
  from common import ThreadSafeView
ImportError: No module named common

Revision history for this message
Joel Cross (ukch) wrote :

Until a fix is released, this bug can be worked around by creating a symlink from /usr/lib/python2.6/site-packages to /usr/lib/python2.6/dist-packages, as follows:

sudo ln -s dist-packages /usr/lib/python2.6/site-packages

tags: added: ubuntu
Changed in sabacc:
status: New → Confirmed
importance: Undecided → High
assignee: nobody → Joel Cross (ukch)
assignee: Joel Cross (ukch) → nobody
milestone: none → 1.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.