View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#425
Originally Posted by RAZOR View Post
This is what I get from terminal:

Code:
Traceback (most recent call last):
  File "/opt/cutetube/cutetube.py", line 4, in <module>
    import homewindow
  File "/opt/cutetube/homewindow.py", line 15, in <module>
    import myaccountwindow
  File "/opt/cutetube/myaccountwindow.py", line 13, in <module>
    import cutetubewindows
  File "/opt/cutetube/cutetubewindows.py", line 14, in <module>
    import videoinfowindow
  File "/opt/cutetube/videoinfowindow.py", line 15, in <module>
    import cutetubedialogs
  File "/opt/cutetube/cutetubedialogs.py", line 17, in <module>
    from videosharing import Twitter
  File "/opt/cutetube/videosharing.py", line 18, in <module>
    import twitter
  File "/opt/cutetube/twitter.py", line 52, in <module>
    raise ImportError, "Unable to load a json library"
ImportError: Unable to load a json library
I missed a dependency (python-simplejson). I'll correct it for the next build. In the meantime, anyone facing the crashing issue can install python-simplejson:

Code:
apt-get install python-simplejson
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following User Says Thank You to marxian For This Useful Post: