Advertisement
Guest User

Untitled

a guest
Mar 26th, 2013
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.26 KB | None | 0 0
  1. [andreas@andylaptop trunk]$ python2 -3 openlp.py -l d -d
  2. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/serviceitem.py:136: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  3. class ServiceItem(object):
  4. /usr/lib/python2.7/site-packages/BeautifulSoup.py:86: DeprecationWarning: the sgmllib module has been removed in Python 3.0
  5. from sgmllib import SGMLParser, SGMLParseError
  6. /usr/lib/python2.7/site-packages/BeautifulSoup.py:506: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  7. class Tag(PageElement):
  8. /usr/lib/python2.7/site-packages/sqlalchemy/dialects/oracle/zxjdbc.py:145: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  9. class ReturningParam(object):
  10. /usr/lib/python2.7/site-packages/migrate/changeset/schema.py:646: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  11. class ChangesetDefaultClause(object):
  12. /usr/lib/python2.7/site-packages/sqlite/main.py:4: DeprecationWarning: The 'new' module has been removed in Python 3.0; use the 'types' module instead.
  13. import copy, new, sys, weakref
  14. /home/andreas/Projects/OpenLP/trunk/openlp/core/ui/media/vendor/vlc.py:314: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  15. class _Enum(ctypes.c_uint):
  16. /home/andreas/Projects/OpenLP/trunk/openlp/core/ui/media/vendor/vlc.py:314: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  17. class _Enum(ctypes.c_uint):
  18. Logging to: /home/andreas/.openlp/openlp.log
  19. /usr/lib/python2.7/site-packages/bzrlib/hooks.py:287: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  20. class HookPoint(object):
  21. /usr/lib/python2.7/site-packages/bzrlib/registry.py:243: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator
  22. if not self._dict.has_key(key):
  23. /usr/lib/python2.7/site-packages/bzrlib/errors.py:41: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  24. class BzrError(StandardError):
  25. /usr/lib/python2.7/site-packages/bzrlib/registry.py:243: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator
  26. if not self._dict.has_key(key):
  27. /usr/lib/python2.7/site-packages/bzrlib/controldir.py:1411: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  28. class RepoInitHookParams(object):
  29. /usr/lib/python2.7/site-packages/bzrlib/bzrdir.py:1104: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  30. class BzrFormat(object):
  31. /usr/lib/python2.7/site-packages/bzrlib/lock.py:76: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  32. class LockResult(object):
  33. /usr/lib/python2.7/site-packages/bzrlib/urlutils.py:813: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  34. class URL(object):
  35. /usr/lib/python2.7/site-packages/bzrlib/bzrdir.py:1535: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  36. class BzrDirMetaFormat1(BzrDirFormat):
  37. /usr/lib/python2.7/site-packages/bzrlib/registry.py:243: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator
  38. if not self._dict.has_key(key):
  39. /usr/lib/python2.7/site-packages/bzrlib/branch.py:1596: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  40. class BranchFormat(controldir.ControlComponentFormat):
  41. /usr/lib/python2.7/site-packages/bzrlib/branch.py:1902: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  42. class ChangeBranchTipParams(object):
  43. /usr/lib/python2.7/site-packages/bzrlib/branch.py:1940: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  44. class BranchInitHookParams(object):
  45. /usr/lib/python2.7/site-packages/bzrlib/branch.py:1980: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  46. class SwitchHookParams(object):
  47. /usr/lib/python2.7/site-packages/bzrlib/repository.py:1335: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  48. class RepositoryFormat(controldir.ControlComponentFormat):
  49. /usr/lib/python2.7/site-packages/bzrlib/static_tuple.py:24: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  50. from bzrlib._static_tuple_c import StaticTuple
  51. /usr/lib/python2.7/site-packages/bzrlib/static_tuple.py:24: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  52. from bzrlib._static_tuple_c import StaticTuple
  53. /usr/lib/python2.7/site-packages/bzrlib/static_tuple.py:24: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  54. from bzrlib._static_tuple_c import StaticTuple
  55. /usr/lib/python2.7/site-packages/bzrlib/static_tuple.py:24: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  56. from bzrlib._static_tuple_c import StaticTuple
  57. /usr/lib/python2.7/site-packages/bzrlib/revision.py:37: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  58. class Revision(object):
  59. /usr/lib/python2.7/site-packages/bzrlib/index.py:376: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  60. class GraphIndex(object):
  61. /usr/lib/python2.7/site-packages/bzrlib/inventory.py:1378: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  62. class CHKInventory(CommonInventory):
  63. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:670: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  64. class BTreeGraphIndex(object):
  65. /usr/lib/python2.7/site-packages/bzrlib/repofmt/pack_repo.py:236: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  66. class ExistingPack(Pack):
  67. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  68. self._after_cleanup_count = self._max_cache * 8 / 10
  69. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:314: DeprecationWarning: classic int division
  70. self._after_cleanup_size = self._max_size * 8 / 10
  71. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:260: DeprecationWarning: classic int division
  72. LRUCache.__init__(self, max_cache=max(int(max_size/512), 1))
  73. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  74. self._after_cleanup_count = self._max_cache * 8 / 10
  75. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:314: DeprecationWarning: classic int division
  76. self._after_cleanup_size = self._max_size * 8 / 10
  77. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:260: DeprecationWarning: classic int division
  78. LRUCache.__init__(self, max_cache=max(int(max_size/512), 1))
  79. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  80. self._after_cleanup_count = self._max_cache * 8 / 10
  81. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:314: DeprecationWarning: classic int division
  82. self._after_cleanup_size = self._max_size * 8 / 10
  83. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:260: DeprecationWarning: classic int division
  84. LRUCache.__init__(self, max_cache=max(int(max_size/512), 1))
  85. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  86. self._after_cleanup_count = self._max_cache * 8 / 10
  87. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:314: DeprecationWarning: classic int division
  88. self._after_cleanup_size = self._max_size * 8 / 10
  89. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:260: DeprecationWarning: classic int division
  90. LRUCache.__init__(self, max_cache=max(int(max_size/512), 1))
  91. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  92. self._after_cleanup_count = self._max_cache * 8 / 10
  93. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:314: DeprecationWarning: classic int division
  94. self._after_cleanup_size = self._max_size * 8 / 10
  95. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:260: DeprecationWarning: classic int division
  96. LRUCache.__init__(self, max_cache=max(int(max_size/512), 1))
  97. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  98. self._after_cleanup_count = self._max_cache * 8 / 10
  99. /usr/lib/python2.7/site-packages/bzrlib/registry.py:243: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator
  100. if not self._dict.has_key(key):
  101. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  102. self._after_cleanup_count = self._max_cache * 8 / 10
  103. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  104. self._after_cleanup_count = self._max_cache * 8 / 10
  105. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  106. yield offset / _PAGE_SIZE, node
  107. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  108. self._after_cleanup_count = self._max_cache * 8 / 10
  109. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  110. self._after_cleanup_count = self._max_cache * 8 / 10
  111. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  112. self._after_cleanup_count = self._max_cache * 8 / 10
  113. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  114. self._after_cleanup_count = self._max_cache * 8 / 10
  115. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  116. self._after_cleanup_count = self._max_cache * 8 / 10
  117. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  118. self._after_cleanup_count = self._max_cache * 8 / 10
  119. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  120. self._after_cleanup_count = self._max_cache * 8 / 10
  121. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  122. self._after_cleanup_count = self._max_cache * 8 / 10
  123. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  124. self._after_cleanup_count = self._max_cache * 8 / 10
  125. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  126. self._after_cleanup_count = self._max_cache * 8 / 10
  127. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  128. self._after_cleanup_count = self._max_cache * 8 / 10
  129. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  130. self._after_cleanup_count = self._max_cache * 8 / 10
  131. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  132. self._after_cleanup_count = self._max_cache * 8 / 10
  133. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  134. self._after_cleanup_count = self._max_cache * 8 / 10
  135. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  136. self._after_cleanup_count = self._max_cache * 8 / 10
  137. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  138. self._after_cleanup_count = self._max_cache * 8 / 10
  139. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  140. self._after_cleanup_count = self._max_cache * 8 / 10
  141. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  142. self._after_cleanup_count = self._max_cache * 8 / 10
  143. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  144. self._after_cleanup_count = self._max_cache * 8 / 10
  145. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  146. self._after_cleanup_count = self._max_cache * 8 / 10
  147. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  148. self._after_cleanup_count = self._max_cache * 8 / 10
  149. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  150. self._after_cleanup_count = self._max_cache * 8 / 10
  151. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  152. self._after_cleanup_count = self._max_cache * 8 / 10
  153. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  154. self._after_cleanup_count = self._max_cache * 8 / 10
  155. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  156. self._after_cleanup_count = self._max_cache * 8 / 10
  157. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  158. self._after_cleanup_count = self._max_cache * 8 / 10
  159. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  160. self._after_cleanup_count = self._max_cache * 8 / 10
  161. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  162. self._after_cleanup_count = self._max_cache * 8 / 10
  163. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  164. self._after_cleanup_count = self._max_cache * 8 / 10
  165. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  166. self._after_cleanup_count = self._max_cache * 8 / 10
  167. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  168. self._after_cleanup_count = self._max_cache * 8 / 10
  169. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  170. self._after_cleanup_count = self._max_cache * 8 / 10
  171. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  172. self._after_cleanup_count = self._max_cache * 8 / 10
  173. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  174. self._after_cleanup_count = self._max_cache * 8 / 10
  175. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  176. self._after_cleanup_count = self._max_cache * 8 / 10
  177. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  178. self._after_cleanup_count = self._max_cache * 8 / 10
  179. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  180. self._after_cleanup_count = self._max_cache * 8 / 10
  181. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  182. self._after_cleanup_count = self._max_cache * 8 / 10
  183. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  184. self._after_cleanup_count = self._max_cache * 8 / 10
  185. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  186. self._after_cleanup_count = self._max_cache * 8 / 10
  187. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  188. self._after_cleanup_count = self._max_cache * 8 / 10
  189. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  190. self._after_cleanup_count = self._max_cache * 8 / 10
  191. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  192. self._after_cleanup_count = self._max_cache * 8 / 10
  193. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  194. self._after_cleanup_count = self._max_cache * 8 / 10
  195. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  196. self._after_cleanup_count = self._max_cache * 8 / 10
  197. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  198. self._after_cleanup_count = self._max_cache * 8 / 10
  199. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  200. self._after_cleanup_count = self._max_cache * 8 / 10
  201. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  202. self._after_cleanup_count = self._max_cache * 8 / 10
  203. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  204. self._after_cleanup_count = self._max_cache * 8 / 10
  205. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  206. self._after_cleanup_count = self._max_cache * 8 / 10
  207. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  208. self._after_cleanup_count = self._max_cache * 8 / 10
  209. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  210. self._after_cleanup_count = self._max_cache * 8 / 10
  211. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  212. self._after_cleanup_count = self._max_cache * 8 / 10
  213. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  214. self._after_cleanup_count = self._max_cache * 8 / 10
  215. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  216. self._after_cleanup_count = self._max_cache * 8 / 10
  217. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  218. self._after_cleanup_count = self._max_cache * 8 / 10
  219. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  220. self._after_cleanup_count = self._max_cache * 8 / 10
  221. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  222. self._after_cleanup_count = self._max_cache * 8 / 10
  223. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  224. self._after_cleanup_count = self._max_cache * 8 / 10
  225. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  226. self._after_cleanup_count = self._max_cache * 8 / 10
  227. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  228. self._after_cleanup_count = self._max_cache * 8 / 10
  229. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  230. self._after_cleanup_count = self._max_cache * 8 / 10
  231. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  232. self._after_cleanup_count = self._max_cache * 8 / 10
  233. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  234. self._after_cleanup_count = self._max_cache * 8 / 10
  235. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  236. self._after_cleanup_count = self._max_cache * 8 / 10
  237. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  238. self._after_cleanup_count = self._max_cache * 8 / 10
  239. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  240. self._after_cleanup_count = self._max_cache * 8 / 10
  241. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  242. self._after_cleanup_count = self._max_cache * 8 / 10
  243. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  244. self._after_cleanup_count = self._max_cache * 8 / 10
  245. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  246. self._after_cleanup_count = self._max_cache * 8 / 10
  247. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  248. self._after_cleanup_count = self._max_cache * 8 / 10
  249. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  250. self._after_cleanup_count = self._max_cache * 8 / 10
  251. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  252. self._after_cleanup_count = self._max_cache * 8 / 10
  253. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  254. self._after_cleanup_count = self._max_cache * 8 / 10
  255. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  256. self._after_cleanup_count = self._max_cache * 8 / 10
  257. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  258. self._after_cleanup_count = self._max_cache * 8 / 10
  259. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  260. self._after_cleanup_count = self._max_cache * 8 / 10
  261. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  262. self._after_cleanup_count = self._max_cache * 8 / 10
  263. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  264. self._after_cleanup_count = self._max_cache * 8 / 10
  265. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  266. self._after_cleanup_count = self._max_cache * 8 / 10
  267. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  268. self._after_cleanup_count = self._max_cache * 8 / 10
  269. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  270. self._after_cleanup_count = self._max_cache * 8 / 10
  271. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  272. self._after_cleanup_count = self._max_cache * 8 / 10
  273. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  274. self._after_cleanup_count = self._max_cache * 8 / 10
  275. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  276. self._after_cleanup_count = self._max_cache * 8 / 10
  277. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  278. self._after_cleanup_count = self._max_cache * 8 / 10
  279. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  280. self._after_cleanup_count = self._max_cache * 8 / 10
  281. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  282. self._after_cleanup_count = self._max_cache * 8 / 10
  283. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  284. self._after_cleanup_count = self._max_cache * 8 / 10
  285. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  286. self._after_cleanup_count = self._max_cache * 8 / 10
  287. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  288. self._after_cleanup_count = self._max_cache * 8 / 10
  289. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  290. self._after_cleanup_count = self._max_cache * 8 / 10
  291. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  292. self._after_cleanup_count = self._max_cache * 8 / 10
  293. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  294. self._after_cleanup_count = self._max_cache * 8 / 10
  295. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  296. self._after_cleanup_count = self._max_cache * 8 / 10
  297. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  298. self._after_cleanup_count = self._max_cache * 8 / 10
  299. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  300. self._after_cleanup_count = self._max_cache * 8 / 10
  301. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  302. self._after_cleanup_count = self._max_cache * 8 / 10
  303. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  304. self._after_cleanup_count = self._max_cache * 8 / 10
  305. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  306. self._after_cleanup_count = self._max_cache * 8 / 10
  307. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  308. self._after_cleanup_count = self._max_cache * 8 / 10
  309. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  310. self._after_cleanup_count = self._max_cache * 8 / 10
  311. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  312. self._after_cleanup_count = self._max_cache * 8 / 10
  313. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  314. self._after_cleanup_count = self._max_cache * 8 / 10
  315. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  316. self._after_cleanup_count = self._max_cache * 8 / 10
  317. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  318. self._after_cleanup_count = self._max_cache * 8 / 10
  319. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  320. self._after_cleanup_count = self._max_cache * 8 / 10
  321. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  322. self._after_cleanup_count = self._max_cache * 8 / 10
  323. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  324. self._after_cleanup_count = self._max_cache * 8 / 10
  325. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  326. self._after_cleanup_count = self._max_cache * 8 / 10
  327. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  328. self._after_cleanup_count = self._max_cache * 8 / 10
  329. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  330. self._after_cleanup_count = self._max_cache * 8 / 10
  331. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  332. self._after_cleanup_count = self._max_cache * 8 / 10
  333. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  334. self._after_cleanup_count = self._max_cache * 8 / 10
  335. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  336. self._after_cleanup_count = self._max_cache * 8 / 10
  337. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  338. self._after_cleanup_count = self._max_cache * 8 / 10
  339. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  340. self._after_cleanup_count = self._max_cache * 8 / 10
  341. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  342. self._after_cleanup_count = self._max_cache * 8 / 10
  343. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  344. self._after_cleanup_count = self._max_cache * 8 / 10
  345. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  346. self._after_cleanup_count = self._max_cache * 8 / 10
  347. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  348. self._after_cleanup_count = self._max_cache * 8 / 10
  349. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  350. self._after_cleanup_count = self._max_cache * 8 / 10
  351. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  352. self._after_cleanup_count = self._max_cache * 8 / 10
  353. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  354. self._after_cleanup_count = self._max_cache * 8 / 10
  355. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  356. self._after_cleanup_count = self._max_cache * 8 / 10
  357. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  358. self._after_cleanup_count = self._max_cache * 8 / 10
  359. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  360. self._after_cleanup_count = self._max_cache * 8 / 10
  361. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  362. self._after_cleanup_count = self._max_cache * 8 / 10
  363. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  364. self._after_cleanup_count = self._max_cache * 8 / 10
  365. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  366. self._after_cleanup_count = self._max_cache * 8 / 10
  367. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  368. self._after_cleanup_count = self._max_cache * 8 / 10
  369. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  370. self._after_cleanup_count = self._max_cache * 8 / 10
  371. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  372. self._after_cleanup_count = self._max_cache * 8 / 10
  373. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  374. self._after_cleanup_count = self._max_cache * 8 / 10
  375. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  376. self._after_cleanup_count = self._max_cache * 8 / 10
  377. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  378. self._after_cleanup_count = self._max_cache * 8 / 10
  379. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  380. self._after_cleanup_count = self._max_cache * 8 / 10
  381. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  382. self._after_cleanup_count = self._max_cache * 8 / 10
  383. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  384. self._after_cleanup_count = self._max_cache * 8 / 10
  385. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  386. self._after_cleanup_count = self._max_cache * 8 / 10
  387. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  388. self._after_cleanup_count = self._max_cache * 8 / 10
  389. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  390. self._after_cleanup_count = self._max_cache * 8 / 10
  391. /usr/lib/python2.7/site-packages/bzrlib/lru_cache.py:223: DeprecationWarning: classic int division
  392. self._after_cleanup_count = self._max_cache * 8 / 10
  393. /usr/lib/python2.7/site-packages/bzrlib/fifo_cache.py:31: DeprecationWarning: classic int division
  394. self._after_cleanup_count = self._max_cache * 8 / 10
  395. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  396. yield offset / _PAGE_SIZE, node
  397. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  398. yield offset / _PAGE_SIZE, node
  399. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  400. yield offset / _PAGE_SIZE, node
  401. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  402. yield offset / _PAGE_SIZE, node
  403. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  404. yield offset / _PAGE_SIZE, node
  405. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  406. yield offset / _PAGE_SIZE, node
  407. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  408. yield offset / _PAGE_SIZE, node
  409. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  410. yield offset / _PAGE_SIZE, node
  411. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  412. yield offset / _PAGE_SIZE, node
  413. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  414. yield offset / _PAGE_SIZE, node
  415. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  416. yield offset / _PAGE_SIZE, node
  417. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  418. yield offset / _PAGE_SIZE, node
  419. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  420. yield offset / _PAGE_SIZE, node
  421. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  422. yield offset / _PAGE_SIZE, node
  423. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  424. yield offset / _PAGE_SIZE, node
  425. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  426. yield offset / _PAGE_SIZE, node
  427. /usr/lib/python2.7/site-packages/bzrlib/btree_index.py:1581: DeprecationWarning: classic int division
  428. yield offset / _PAGE_SIZE, node
  429. /usr/lib/python2.7/site-packages/bzrlib/tag.py:241: DeprecationWarning: comparing unequal types not supported in 3.x
  430. for k, v in bencode.bdecode(tag_content).items():
  431. /usr/lib/python2.7/site-packages/bzrlib/tag.py:241: DeprecationWarning: comparing unequal types not supported in 3.x
  432. for k, v in bencode.bdecode(tag_content).items():
  433. /usr/lib/python2.7/site-packages/bzrlib/lockable_files.py:210: DeprecationWarning: comparing unequal types not supported in 3.x
  434. return self._lock_count >= 1
  435. /usr/lib/python2.7/site-packages/bzrlib/lockable_files.py:210: DeprecationWarning: comparing unequal types not supported in 3.x
  436. return self._lock_count >= 1
  437. /usr/lib/python2.7/site-packages/bzrlib/lockable_files.py:210: DeprecationWarning: comparing unequal types not supported in 3.x
  438. return self._lock_count >= 1
  439. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/dockwidget.py:58: DeprecationWarning: classic int division
  440. main_window_docbars = screens.current[u'size'].width() / 5
  441. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/dockwidget.py:58: DeprecationWarning: classic int division
  442. main_window_docbars = screens.current[u'size'].width() / 5
  443. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/dockwidget.py:58: DeprecationWarning: classic int division
  444. main_window_docbars = screens.current[u'size'].width() / 5
  445. [0x5162db8] main services discovery error: no suitable services discovery module
  446. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/custom/lib/db.py:40: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  447. class CustomSlide(BaseModel):
  448. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py:289: DeprecationWarning: the cmp argument is not supported in 3.x
  449. image_groups.sort(cmp=locale_compare, key=lambda group_object: group_object.group_name)
  450. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py:289: DeprecationWarning: the cmp argument is not supported in 3.x
  451. image_groups.sort(cmp=locale_compare, key=lambda group_object: group_object.group_name)
  452. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py:289: DeprecationWarning: the cmp argument is not supported in 3.x
  453. image_groups.sort(cmp=locale_compare, key=lambda group_object: group_object.group_name)
  454. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py:289: DeprecationWarning: the cmp argument is not supported in 3.x
  455. image_groups.sort(cmp=locale_compare, key=lambda group_object: group_object.group_name)
  456. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py:289: DeprecationWarning: the cmp argument is not supported in 3.x
  457. image_groups.sort(cmp=locale_compare, key=lambda group_object: group_object.group_name)
  458. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py:289: DeprecationWarning: the cmp argument is not supported in 3.x
  459. image_groups.sort(cmp=locale_compare, key=lambda group_object: group_object.group_name)
  460. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py:289: DeprecationWarning: the cmp argument is not supported in 3.x
  461. image_groups.sort(cmp=locale_compare, key=lambda group_object: group_object.group_name)
  462. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py:289: DeprecationWarning: the cmp argument is not supported in 3.x
  463. image_groups.sort(cmp=locale_compare, key=lambda group_object: group_object.group_name)
  464. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py:289: DeprecationWarning: the cmp argument is not supported in 3.x
  465. image_groups.sort(cmp=locale_compare, key=lambda group_object: group_object.group_name)
  466. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py:289: DeprecationWarning: the cmp argument is not supported in 3.x
  467. image_groups.sort(cmp=locale_compare, key=lambda group_object: group_object.group_name)
  468. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/songs/lib/mediaitem.py:228: DeprecationWarning: the cmp argument is not supported in 3.x
  469. searchresults.sort(cmp=natcmp, key=lambda song: song.sort_key)
  470. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py:328: DeprecationWarning: the cmp argument is not supported in 3.x
  471. bibles.sort(cmp=locale_compare)
  472. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py:464: DeprecationWarning: the cmp argument is not supported in 3.x
  473. books.sort(cmp=locale_compare)
  474. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/presentations/lib/mediaitem.py:157: DeprecationWarning: the cmp argument is not supported in 3.x
  475. key=lambda filename: os.path.split(unicode(filename))[1])
  476. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py:258: DeprecationWarning: the cmp argument is not supported in 3.x
  477. image_groups.sort(cmp=locale_compare, key=lambda group_object: group_object.group_name)
  478. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py:258: DeprecationWarning: the cmp argument is not supported in 3.x
  479. image_groups.sort(cmp=locale_compare, key=lambda group_object: group_object.group_name)
  480. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py:258: DeprecationWarning: the cmp argument is not supported in 3.x
  481. image_groups.sort(cmp=locale_compare, key=lambda group_object: group_object.group_name)
  482. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py:258: DeprecationWarning: the cmp argument is not supported in 3.x
  483. image_groups.sort(cmp=locale_compare, key=lambda group_object: group_object.group_name)
  484. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py:258: DeprecationWarning: the cmp argument is not supported in 3.x
  485. image_groups.sort(cmp=locale_compare, key=lambda group_object: group_object.group_name)
  486. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py:341: DeprecationWarning: the cmp argument is not supported in 3.x
  487. images.sort(cmp=locale_compare, key=lambda image_object: os.path.split(unicode(image_object.filename))[1])
  488. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/media/lib/mediaitem.py:264: DeprecationWarning: the cmp argument is not supported in 3.x
  489. media.sort(cmp=locale_compare, key=lambda filename: os.path.split(unicode(filename))[1])
  490. /home/andreas/Projects/OpenLP/trunk/openlp/core/ui/thememanager.py:421: DeprecationWarning: the cmp argument is not supported in 3.x
  491. files.sort(key=lambda file_name: unicode(file_name), cmp=locale_compare)
  492. /home/andreas/Projects/OpenLP/trunk/openlp/core/ui/themestab.py:93: DeprecationWarning: classic int division
  493. self.song_level_label.sizeHint().height()) / 2
  494. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/__init__.py:285: DeprecationWarning: classic int division
  495. painter.drawImage((width - real_width) / 2, (height - real_height) / 2, preview)
  496. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/__init__.py:285: DeprecationWarning: classic int division
  497. painter.drawImage((width - real_width) / 2, (height - real_height) / 2, preview)
  498. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/htmlbuilder.py:279: DeprecationWarning: classic int division
  499. width = int(width) / 2
  500. /home/andreas/Projects/OpenLP/trunk/openlp/core/ui/maindisplay.py:210: DeprecationWarning: classic int division
  501. (self.screen[u'size'].width() - splash_image.width()) / 2,
  502. /home/andreas/Projects/OpenLP/trunk/openlp/core/ui/maindisplay.py:211: DeprecationWarning: classic int division
  503. (self.screen[u'size'].height() - splash_image.height()) / 2,
  504. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/htmlbuilder.py:279: DeprecationWarning: classic int division
  505. width = int(width) / 2
  506. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/htmlbuilder.py:279: DeprecationWarning: classic int division
  507. width = int(width) / 2
  508. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:88: DeprecationWarning: classic int division
  509. (self.rect().bottom() + 1 - size.height()) / 2)
  510. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:91: DeprecationWarning: classic int division
  511. self.menu_button.move(self.rect().left() + frame_width + 2, (self.rect().bottom() + 1 - size.height()) / 2)
  512. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/screen.py:235: DeprecationWarning: classic int division
  513. x = window.x() + (window.width() / 2)
  514. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/screen.py:236: DeprecationWarning: classic int division
  515. y = window.y() + (window.height() / 2)
  516. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/screen.py:235: DeprecationWarning: classic int division
  517. x = window.x() + (window.width() / 2)
  518. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/screen.py:236: DeprecationWarning: classic int division
  519. y = window.y() + (window.height() / 2)
  520. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/htmlbuilder.py:279: DeprecationWarning: classic int division
  521. width = int(width) / 2
  522. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/htmlbuilder.py:279: DeprecationWarning: classic int division
  523. width = int(width) / 2
  524. /home/andreas/Projects/OpenLP/trunk/openlp/plugins/songs/lib/mediaitem.py:228: DeprecationWarning: the cmp argument is not supported in 3.x
  525. searchresults.sort(cmp=natcmp, key=lambda song: song.sort_key)
  526. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:88: DeprecationWarning: classic int division
  527. (self.rect().bottom() + 1 - size.height()) / 2)
  528. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:91: DeprecationWarning: classic int division
  529. self.menu_button.move(self.rect().left() + frame_width + 2, (self.rect().bottom() + 1 - size.height()) / 2)
  530. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:88: DeprecationWarning: classic int division
  531. (self.rect().bottom() + 1 - size.height()) / 2)
  532. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:91: DeprecationWarning: classic int division
  533. self.menu_button.move(self.rect().left() + frame_width + 2, (self.rect().bottom() + 1 - size.height()) / 2)
  534. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:88: DeprecationWarning: classic int division
  535. (self.rect().bottom() + 1 - size.height()) / 2)
  536. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:91: DeprecationWarning: classic int division
  537. self.menu_button.move(self.rect().left() + frame_width + 2, (self.rect().bottom() + 1 - size.height()) / 2)
  538. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:88: DeprecationWarning: classic int division
  539. (self.rect().bottom() + 1 - size.height()) / 2)
  540. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:91: DeprecationWarning: classic int division
  541. self.menu_button.move(self.rect().left() + frame_width + 2, (self.rect().bottom() + 1 - size.height()) / 2)
  542. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:88: DeprecationWarning: classic int division
  543. (self.rect().bottom() + 1 - size.height()) / 2)
  544. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:91: DeprecationWarning: classic int division
  545. self.menu_button.move(self.rect().left() + frame_width + 2, (self.rect().bottom() + 1 - size.height()) / 2)
  546. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:88: DeprecationWarning: classic int division
  547. (self.rect().bottom() + 1 - size.height()) / 2)
  548. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:91: DeprecationWarning: classic int division
  549. self.menu_button.move(self.rect().left() + frame_width + 2, (self.rect().bottom() + 1 - size.height()) / 2)
  550. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:88: DeprecationWarning: classic int division
  551. (self.rect().bottom() + 1 - size.height()) / 2)
  552. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:91: DeprecationWarning: classic int division
  553. self.menu_button.move(self.rect().left() + frame_width + 2, (self.rect().bottom() + 1 - size.height()) / 2)
  554. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:88: DeprecationWarning: classic int division
  555. (self.rect().bottom() + 1 - size.height()) / 2)
  556. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/searchedit.py:91: DeprecationWarning: classic int division
  557. self.menu_button.move(self.rect().left() + frame_width + 2, (self.rect().bottom() + 1 - size.height()) / 2)
  558. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:549: DeprecationWarning: classic int division
  559. index = int(highest_index / 2)
  560. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  561. index = int(index - (index - smallest_index) / 2)
  562. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  563. index = int(index - (index - smallest_index) / 2)
  564. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:557: DeprecationWarning: classic int division
  565. index = int(index + (highest_index - index) / 2)
  566. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  567. index = int(index - (index - smallest_index) / 2)
  568. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  569. index = int(index - (index - smallest_index) / 2)
  570. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  571. index = int(index - (index - smallest_index) / 2)
  572. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:557: DeprecationWarning: classic int division
  573. index = int(index + (highest_index - index) / 2)
  574. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:549: DeprecationWarning: classic int division
  575. index = int(highest_index / 2)
  576. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  577. index = int(index - (index - smallest_index) / 2)
  578. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  579. index = int(index - (index - smallest_index) / 2)
  580. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:557: DeprecationWarning: classic int division
  581. index = int(index + (highest_index - index) / 2)
  582. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  583. index = int(index - (index - smallest_index) / 2)
  584. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  585. index = int(index - (index - smallest_index) / 2)
  586. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  587. index = int(index - (index - smallest_index) / 2)
  588. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:557: DeprecationWarning: classic int division
  589. index = int(index + (highest_index - index) / 2)
  590. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:549: DeprecationWarning: classic int division
  591. index = int(highest_index / 2)
  592. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  593. index = int(index - (index - smallest_index) / 2)
  594. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  595. index = int(index - (index - smallest_index) / 2)
  596. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:557: DeprecationWarning: classic int division
  597. index = int(index + (highest_index - index) / 2)
  598. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  599. index = int(index - (index - smallest_index) / 2)
  600. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  601. index = int(index - (index - smallest_index) / 2)
  602. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  603. index = int(index - (index - smallest_index) / 2)
  604. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:557: DeprecationWarning: classic int division
  605. index = int(index + (highest_index - index) / 2)
  606. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/htmlbuilder.py:279: DeprecationWarning: classic int division
  607. width = int(width) / 2
  608. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:549: DeprecationWarning: classic int division
  609. index = int(highest_index / 2)
  610. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  611. index = int(index - (index - smallest_index) / 2)
  612. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:557: DeprecationWarning: classic int division
  613. index = int(index + (highest_index - index) / 2)
  614. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:557: DeprecationWarning: classic int division
  615. index = int(index + (highest_index - index) / 2)
  616. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  617. index = int(index - (index - smallest_index) / 2)
  618. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  619. index = int(index - (index - smallest_index) / 2)
  620. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  621. index = int(index - (index - smallest_index) / 2)
  622. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  623. index = int(index - (index - smallest_index) / 2)
  624. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:549: DeprecationWarning: classic int division
  625. index = int(highest_index / 2)
  626. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  627. index = int(index - (index - smallest_index) / 2)
  628. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:557: DeprecationWarning: classic int division
  629. index = int(index + (highest_index - index) / 2)
  630. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:557: DeprecationWarning: classic int division
  631. index = int(index + (highest_index - index) / 2)
  632. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  633. index = int(index - (index - smallest_index) / 2)
  634. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  635. index = int(index - (index - smallest_index) / 2)
  636. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  637. index = int(index - (index - smallest_index) / 2)
  638. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  639. index = int(index - (index - smallest_index) / 2)
  640. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:549: DeprecationWarning: classic int division
  641. index = int(highest_index / 2)
  642. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  643. index = int(index - (index - smallest_index) / 2)
  644. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:557: DeprecationWarning: classic int division
  645. index = int(index + (highest_index - index) / 2)
  646. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:557: DeprecationWarning: classic int division
  647. index = int(index + (highest_index - index) / 2)
  648. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  649. index = int(index - (index - smallest_index) / 2)
  650. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  651. index = int(index - (index - smallest_index) / 2)
  652. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  653. index = int(index - (index - smallest_index) / 2)
  654. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  655. index = int(index - (index - smallest_index) / 2)
  656. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:549: DeprecationWarning: classic int division
  657. index = int(highest_index / 2)
  658. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  659. index = int(index - (index - smallest_index) / 2)
  660. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:557: DeprecationWarning: classic int division
  661. index = int(index + (highest_index - index) / 2)
  662. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:557: DeprecationWarning: classic int division
  663. index = int(index + (highest_index - index) / 2)
  664. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  665. index = int(index - (index - smallest_index) / 2)
  666. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  667. index = int(index - (index - smallest_index) / 2)
  668. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  669. index = int(index - (index - smallest_index) / 2)
  670. /home/andreas/Projects/OpenLP/trunk/openlp/core/lib/renderer.py:554: DeprecationWarning: classic int division
  671. index = int(index - (index - smallest_index) / 2)
  672. /home/andreas/Projects/OpenLP/trunk/openlp/core/ui/thememanager.py:421: DeprecationWarning: the cmp argument is not supported in 3.x
  673. files.sort(key=lambda file_name: unicode(file_name), cmp=locale_compare)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement