ImportError: cannot import name constructRandom

Bug #104668 reported by Jeremy Austin-Bardo
This bug report is a duplicate of:  Bug #80287: Doesn't start in feisty. Edit Remove
2
Affects Status Importance Assigned to Milestone
pysol (Ubuntu)
New
Undecided
Unassigned

Bug Description

Just try and run pysol... command line gives the following

Traceback (most recent call last):
  File "/usr/share/games/pysol/pysol.py", line 47, in <module>
    from main import main
  File "/usr/share/games/pysol/main.py", line 54, in <module>
    from app import Application
  File "/usr/share/games/pysol/app.py", line 54, in <module>
    from images import Images, SubsampledImages
  File "/usr/share/games/pysol/images.py", line 47, in <module>
    from pysoltk import tkversion, loadImage, copyImage, createImage
  File "/usr/share/games/pysol/pysoltk.py", line 81, in <module>
    exec "from " + m + " import *"
  File "<string>", line 1, in <module>
  File "/usr/share/games/pysol/tk/toolbar.py", line 46, in <module>
    from actions import PysolToolbarActions
  File "/usr/share/games/pysol/actions.py", line 45, in <module>
    from random import constructRandom
ImportError: cannot import name constructRandom

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.