adriancs35 / tv-maxe

Automatically exported from code.google.com/p/tv-maxe
0 stars 0 forks source link

Not working in Ubuntu 14.04 #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Install TV-Maxe on Ubuntu 14.04
2.Start TV-Maxe
3.Nothing

What is the expected output? What do you see instead?
I tried to star it from command line and I got this:
Init petrodava...
Loading schedules file...
Traceback (most recent call last):
  File "tvmaxe.py", line 3249, in <module>
    main = TVMaxe(channelID)
  File "tvmaxe.py", line 287, in __init__
    self.Scheduler = Scheduler(os.path.abspath(__file__), self)
  File "/usr/share/tv-maxe/scheduler.py", line 16, in __init__
    self.orar = pickle.load(fh)
  File "/usr/lib/python2.7/pickle.py", line 1378, in load
    return Unpickler(file).load()
  File "/usr/lib/python2.7/pickle.py", line 858, in load
    dispatch[key](self)
  File "/usr/lib/python2.7/pickle.py", line 1083, in load_newobj
    obj = cls.__new__(cls, *args)
TypeError: function takes exactly 2 arguments (0 given)

What version of the product are you using? On what operating system?
main tv-maxe amd64 0.10-0ubuntu1~utopic

Please provide any additional information below.
Do you need more infos? Please contact me at info@ebeton.ro

Original issue reported on code.google.com by cristian...@gmail.com on 18 Nov 2014 at 6:47

GoogleCodeExporter commented 8 years ago
It is a common problem with python 2.7.9 . It is fixed in 0.11 version of 
TV-MAXE, but the package will not be available in utopic. As a temporary fix, 
remove .tvmaxe folder from your home. As a permanent fix, upgrade to trusty, as 
tv-maxe 0.11 is available for it.

Original comment by vene...@gmail.com on 18 Feb 2015 at 10:49