openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #02402
[Bug 603798] [NEW] Traceback when saving service
Public bug reported:
Added a single song to the service, clicked Save button. In dialog typed 'service5' and clicked save.
Got the following error on console, and file was not usable:
Traceback (most recent call last):
File "/home/jonathan/openlp/testing/openlp/core/ui/servicemanager.py", line 605, in onSaveService
cPickle.dump(service, file)
File "/usr/lib/python2.6/copy_reg.py", line 71, in _reduce_ex
state = base(self)
TypeError: the sip.wrapper type cannot be instantiated or sub-classed
** Affects: openlp
Importance: Undecided
Status: New
--
Traceback when saving service
https://bugs.launchpad.net/bugs/603798
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
Status in OpenLP - Worship Presentation Software: New
Bug description:
Added a single song to the service, clicked Save button. In dialog typed 'service5' and clicked save.
Got the following error on console, and file was not usable:
Traceback (most recent call last):
File "/home/jonathan/openlp/testing/openlp/core/ui/servicemanager.py", line 605, in onSaveService
cPickle.dump(service, file)
File "/usr/lib/python2.6/copy_reg.py", line 71, in _reduce_ex
state = base(self)
TypeError: the sip.wrapper type cannot be instantiated or sub-classed
Follow ups
References