Review: Needs Fixing

I get the following error on Ubuntu 10.04:

raoul@beaker:~/Projects/OpenLP/media$ cat /home/raoul/.cache/openlp/openlp.log 
2011-12-05 22:20:08,247 root                                                    
ERROR    Traceback (most recent call last):
  File "./openlp.pyw", line 42, in <module>
    main()
  File "/home/raoul/Projects/OpenLP/media/openlp/core/__init__.py", line 291, 
in main
    sys.exit(app.run(qt_args))
  File "/home/raoul/Projects/OpenLP/media/openlp/core/__init__.py", line 130, 
in run
    self.mainWindow = MainWindow(self.clipboard(), self.args)
  File "/home/raoul/Projects/OpenLP/media/openlp/core/ui/mainwindow.py", line 
561, in __init__
    self.mediaController = MediaController(self)
  File 
"/home/raoul/Projects/OpenLP/media/openlp/core/ui/media/mediacontroller.py", 
line 56, in __init__
    self.check_available_media_players()
  File 
"/home/raoul/Projects/OpenLP/media/openlp/core/ui/media/mediacontroller.py", 
line 124, in check_available_media_players
    __import__(modulename, globals(), locals(), [])
  File "/usr/lib/python2.6/dist-packages/uno.py", line 262, in _uno_import
    return _g_delegatee( name, *optargs, **kwargs )
  File "/home/raoul/Projects/OpenLP/media/openlp/core/ui/media/vlcplayer.py", 
line 34, in <module>
    except (ImportError, WindowsError):
NameError: name 'WindowsError' is not defined
None
-- 
https://code.launchpad.net/~crichter/openlp/media/+merge/84521
Your team OpenLP Core is subscribed to branch lp:openlp.

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to