← Back to team overview

openlp-core team mailing list archive

[Bug 900481] Re: Trackback on startup on Mac OS

 

** Description changed:

  I get this trackback when starting from trunk(bzr1823).
  
+ Traceback (most recent call last):
+   File "openlp.pyw", line 42, in <module>
+     main()
+   File "/Users/jonathanspringer/projects/openlp/trunk/openlp/core/__init__.py", line 291, in main
+     sys.exit(app.run(qt_args))
+   File "/Users/jonathanspringer/projects/openlp/trunk/openlp/core/__init__.py", line 131, in run
+     self.mainWindow.show()
+   File "/Users/jonathanspringer/projects/openlp/trunk/openlp/core/ui/mainwindow.py", line 724, in show
+     sys.getfilesystemencoding()))
+ TypeError: decoding Unicode is not supported
  
- Traceback (most recent call last):
-   File "openlp.pyw", line 42, in <module>
-     main()
-   File "/Users/jonathanspringer/projects/openlp/trunk/openlp/core/__init__.py", line 291, in main
-     sys.exit(app.run(qt_args))
-   File "/Users/jonathanspringer/projects/openlp/trunk/openlp/core/__init__.py", line 131, in run
-     self.mainWindow.show()
-   File "/Users/jonathanspringer/projects/openlp/trunk/openlp/core/ui/mainwindow.py", line 724, in show
-     sys.getfilesystemencoding()))
- TypeError: decoding Unicode is not supported
+ Platform is Mac OSX Lion 10.7.2 running from trunk.

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/900481

Title:
  Trackback on startup on Mac OS

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  I get this trackback when starting from trunk(bzr1823).

  Traceback (most recent call last):
    File "openlp.pyw", line 42, in <module>
      main()
    File "/Users/jonathanspringer/projects/openlp/trunk/openlp/core/__init__.py", line 291, in main
      sys.exit(app.run(qt_args))
    File "/Users/jonathanspringer/projects/openlp/trunk/openlp/core/__init__.py", line 131, in run
      self.mainWindow.show()
    File "/Users/jonathanspringer/projects/openlp/trunk/openlp/core/ui/mainwindow.py", line 724, in show
      sys.getfilesystemencoding()))
  TypeError: decoding Unicode is not supported

  Platform is Mac OSX Lion 10.7.2 running from trunk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/900481/+subscriptions


References