Comment 4 for bug 80287

Revision history for this message
Vincenzo Ciancia (vincenzo-ml) wrote :

Doesn't start in feisty here too, but with different error:

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