Advertisement
bflo2000

python error

Feb 6th, 2012
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.88 KB | None | 0 0
  1. INF: Adding image number (row, col) to queue: 3, 0: Index: 21, Tilegroup: 0
  2. INF: Adding image number (row, col) to queue: 0, 1: Index: 7, Tilegroup: 0
  3. INF: Adding image number (row, col) to queue: 1, 1: Index: 12, Tilegroup: 0
  4. INF: Adding image number (row, col) to queue: 2, 1: Index: 17, Tilegroup: 0
  5. INF: Adding image number (row, col) to queue: 3, 1: Index: 22, Tilegroup: 0
  6. INF: Adding image number (row, col) to queue: 0, 2: Index: 8, Tilegroup: 0
  7. INF: Adding image number (row, col) to queue: 1, 2: Index: 13, Tilegroup: 0
  8. INF: Adding image number (row, col) to queue: 2, 2: Index: 18, Tilegroup: 0
  9. INF: Adding image number (row, col) to queue: 3, 2: Index: 23, Tilegroup: 0
  10. INF: Adding image number (row, col) to queue: 0, 3: Index: 9, Tilegroup: 0
  11. INF: Adding image number (row, col) to queue: 1, 3: Index: 14, Tilegroup: 0
  12. INF: Adding image number (row, col) to queue: 2, 3: Index: 19, Tilegroup: 0
  13. INF: Adding image number (row, col) to queue: 3, 3: Index: 24, Tilegroup: 0
  14. INF: Adding image number (row, col) to queue: 0, 4: Index: 10, Tilegroup: 0
  15. INF: Adding image number (row, col) to queue: 1, 4: Index: 15, Tilegroup: 0
  16. INF: Adding image number (row, col) to queue: 2, 4: Index: 20, Tilegroup: 0
  17. INF: Adding image number (row, col) to queue: 3, 4: Index: 25, Tilegroup: 0
  18. INF: Downloading tile: c:\users\brian\appdata\local\temp\dezoomify_0e235b\0_0.jpg
  19. INF: Downloading tile: c:\users\brian\appdata\local\temp\dezoomify_0e235b\0_1.jpg
  20. INF: Downloading tile: c:\users\brian\appdata\local\temp\dezoomify_0e235b\0_2.jpg
  21. INF: Downloading tile: c:\users\brian\appdata\local\temp\dezoomify_0e235b\0_3.jpg
  22. INF: Downloading tile: c:\users\brian\appdata\local\temp\dezoomify_0e235b\1_0.jpg
  23. INF: Downloading tile: c:\users\brian\appdata\local\temp\dezoomify_0e235b\1_1.jpg
  24. INF: Downloading tile: c:\users\brian\appdata\local\temp\dezoomify_0e235b\1_2.jpg
  25. INF: Downloading tile: c:\users\brian\appdata\local\temp\dezoomify_0e235b\1_3.jpg
  26. INF: Downloading tile: c:\users\brian\appdata\local\temp\dezoomify_0e235b\2_0.jpg
  27. INF: Downloading tile: c:\users\brian\appdata\local\temp\dezoomify_0e235b\2_1.jpg
  28. INF: Downloading tile: c:\users\brian\appdata\local\temp\dezoomify_0e235b\2_2.jpg
  29. INF: Downloading tile: c:\users\brian\appdata\local\temp\dezoomify_0e235b\2_3.jpg
  30. INF: Downloading tile: c:\users\brian\appdata\local\temp\dezoomify_0e235b\3_0.jpg
  31. INF: Downloading tile: c:\users\brian\appdata\local\temp\dezoomify_0e235b\3_1.jpg
  32. INF: Downloading tile: c:\users\brian\appdata\local\temp\dezoomify_0e235b\3_2.jpg
  33. INF: Downloading tile: c:\users\brian\appdata\local\temp\dezoomify_0e235b\3_3.jpg
  34. INF: Created temporary image file: c:\users\brian\appdata\local\temp\tmpovjn59.jpg
  35. INF: Created temporary image file: c:\users\brian\appdata\local\temp\tmp525536.jpg
  36. Exception in thread Thread-2:
  37. Traceback (most recent call last):
  38. File "C:\Python32\lib\threading.py", line 740, in _bootstrap_inner
  39. self.run()
  40. File "C:\Python32\lib\threading.py", line 693, in run
  41. self._target(*self._args, **self._kwargs)
  42. File "dezoomify.py", line 137, in downloader
  43. urllib.request.urlretrieve(url, destination)
  44. File "C:\Python32\lib\urllib\request.py", line 150, in urlretrieve
  45. return _urlopener.retrieve(url, filename, reporthook, data)
  46. File "C:\Python32\lib\urllib\request.py", line 1598, in retrieve
  47. block = fp.read(bs)
  48. ValueError: read of closed file
  49.  
  50. Exception in thread Thread-1:
  51. Traceback (most recent call last):
  52. File "C:\Python32\lib\threading.py", line 740, in _bootstrap_inner
  53. self.run()
  54. File "C:\Python32\lib\threading.py", line 693, in run
  55. self._target(*self._args, **self._kwargs)
  56. File "dezoomify.py", line 137, in downloader
  57. urllib.request.urlretrieve(url, destination)
  58. File "C:\Python32\lib\urllib\request.py", line 150, in urlretrieve
  59. return _urlopener.retrieve(url, filename, reporthook, data)
  60. File "C:\Python32\lib\urllib\request.py", line 1598, in retrieve
  61. block = fp.read(bs)
  62. ValueError: read of closed file
  63.  
  64. Exception in thread Thread-4:
  65. Traceback (most recent call last):
  66. File "C:\Python32\lib\threading.py", line 740, in _bootstrap_inner
  67. self.run()
  68. File "C:\Python32\lib\threading.py", line 693, in run
  69. self._target(*self._args, **self._kwargs)
  70. File "dezoomify.py", line 137, in downloader
  71. urllib.request.urlretrieve(url, destination)
  72. File "C:\Python32\lib\urllib\request.py", line 150, in urlretrieve
  73. return _urlopener.retrieve(url, filename, reporthook, data)
  74. File "C:\Python32\lib\urllib\request.py", line 1598, in retrieve
  75. block = fp.read(bs)
  76. ValueError: read of closed file
  77.  
  78. Exception in thread Thread-3:
  79. Traceback (most recent call last):
  80. File "C:\Python32\lib\threading.py", line 740, in _bootstrap_inner
  81. self.run()
  82. File "C:\Python32\lib\threading.py", line 693, in run
  83. self._target(*self._args, **self._kwargs)
  84. File "dezoomify.py", line 137, in downloader
  85. urllib.request.urlretrieve(url, destination)
  86. File "C:\Python32\lib\urllib\request.py", line 150, in urlretrieve
  87. return _urlopener.retrieve(url, filename, reporthook, data)
  88. File "C:\Python32\lib\urllib\request.py", line 1598, in retrieve
  89. block = fp.read(bs)
  90. ValueError: read of closed file
  91.  
  92. Exception in thread Thread-7:
  93. Traceback (most recent call last):
  94. File "C:\Python32\lib\threading.py", line 740, in _bootstrap_inner
  95. self.run()
  96. File "C:\Python32\lib\threading.py", line 693, in run
  97. self._target(*self._args, **self._kwargs)
  98. File "dezoomify.py", line 137, in downloader
  99. urllib.request.urlretrieve(url, destination)
  100. File "C:\Python32\lib\urllib\request.py", line 150, in urlretrieve
  101. return _urlopener.retrieve(url, filename, reporthook, data)
  102. File "C:\Python32\lib\urllib\request.py", line 1598, in retrieve
  103. block = fp.read(bs)
  104. ValueError: read of closed file
  105.  
  106. Exception in thread Thread-5:
  107. Traceback (most recent call last):
  108. File "C:\Python32\lib\threading.py", line 740, in _bootstrap_inner
  109. self.run()
  110. File "C:\Python32\lib\threading.py", line 693, in run
  111. self._target(*self._args, **self._kwargs)
  112. File "dezoomify.py", line 137, in downloader
  113. urllib.request.urlretrieve(url, destination)
  114. File "C:\Python32\lib\urllib\request.py", line 150, in urlretrieve
  115. return _urlopener.retrieve(url, filename, reporthook, data)
  116. File "C:\Python32\lib\urllib\request.py", line 1598, in retrieve
  117. block = fp.read(bs)
  118. ValueError: read of closed file
  119.  
  120. Exception in thread Thread-6:
  121. Traceback (most recent call last):
  122. File "C:\Python32\lib\threading.py", line 740, in _bootstrap_inner
  123. self.run()
  124. File "C:\Python32\lib\threading.py", line 693, in run
  125. self._target(*self._args, **self._kwargs)
  126. File "dezoomify.py", line 137, in downloader
  127. urllib.request.urlretrieve(url, destination)
  128. File "C:\Python32\lib\urllib\request.py", line 150, in urlretrieve
  129. return _urlopener.retrieve(url, filename, reporthook, data)
  130. File "C:\Python32\lib\urllib\request.py", line 1598, in retrieve
  131. block = fp.read(bs)
  132. ValueError: read of closed file
  133.  
  134. Exception in thread Thread-9:
  135. Traceback (most recent call last):
  136. File "C:\Python32\lib\threading.py", line 740, in _bootstrap_inner
  137. self.run()
  138. File "C:\Python32\lib\threading.py", line 693, in run
  139. self._target(*self._args, **self._kwargs)
  140. File "dezoomify.py", line 137, in downloader
  141. urllib.request.urlretrieve(url, destination)
  142. File "C:\Python32\lib\urllib\request.py", line 150, in urlretrieve
  143. return _urlopener.retrieve(url, filename, reporthook, data)
  144. File "C:\Python32\lib\urllib\request.py", line 1598, in retrieve
  145. block = fp.read(bs)
  146. ValueError: read of closed file
  147.  
  148. Exception in thread Thread-15:
  149. Traceback (most recent call last):
  150. File "C:\Python32\lib\threading.py", line 740, in _bootstrap_inner
  151. self.run()
  152. File "C:\Python32\lib\threading.py", line 693, in run
  153. self._target(*self._args, **self._kwargs)
  154. File "dezoomify.py", line 137, in downloader
  155. urllib.request.urlretrieve(url, destination)
  156. File "C:\Python32\lib\urllib\request.py", line 150, in urlretrieve
  157. return _urlopener.retrieve(url, filename, reporthook, data)
  158. File "C:\Python32\lib\urllib\request.py", line 1598, in retrieve
  159. block = fp.read(bs)
  160. ValueError: read of closed file
  161.  
  162. Exception in thread Thread-8:
  163. Traceback (most recent call last):
  164. File "C:\Python32\lib\threading.py", line 740, in _bootstrap_inner
  165. self.run()
  166. File "C:\Python32\lib\threading.py", line 693, in run
  167. self._target(*self._args, **self._kwargs)
  168. File "dezoomify.py", line 137, in downloader
  169. urllib.request.urlretrieve(url, destination)
  170. File "C:\Python32\lib\urllib\request.py", line 150, in urlretrieve
  171. return _urlopener.retrieve(url, filename, reporthook, data)
  172. File "C:\Python32\lib\urllib\request.py", line 1598, in retrieve
  173. block = fp.read(bs)
  174. ValueError: read of closed file
  175.  
  176. Exception in thread Thread-16:
  177. Traceback (most recent call last):
  178. File "C:\Python32\lib\threading.py", line 740, in _bootstrap_inner
  179. self.run()
  180. File "C:\Python32\lib\threading.py", line 693, in run
  181. self._target(*self._args, **self._kwargs)
  182. File "dezoomify.py", line 137, in downloader
  183. urllib.request.urlretrieve(url, destination)
  184. File "C:\Python32\lib\urllib\request.py", line 150, in urlretrieve
  185. return _urlopener.retrieve(url, filename, reporthook, data)
  186. File "C:\Python32\lib\urllib\request.py", line 1598, in retrieve
  187. block = fp.read(bs)
  188. ValueError: read of closed file
  189.  
  190. Exception in thread Thread-12:
  191. Traceback (most recent call last):
  192. File "C:\Python32\lib\threading.py", line 740, in _bootstrap_inner
  193. self.run()
  194. File "C:\Python32\lib\threading.py", line 693, in run
  195. self._target(*self._args, **self._kwargs)
  196. File "dezoomify.py", line 137, in downloader
  197. urllib.request.urlretrieve(url, destination)
  198. File "C:\Python32\lib\urllib\request.py", line 150, in urlretrieve
  199. return _urlopener.retrieve(url, filename, reporthook, data)
  200. File "C:\Python32\lib\urllib\request.py", line 1598, in retrieve
  201. block = fp.read(bs)
  202. ValueError: read of closed file
  203.  
  204. Exception in thread Thread-11:
  205. Traceback (most recent call last):
  206. File "C:\Python32\lib\threading.py", line 740, in _bootstrap_inner
  207. self.run()
  208. File "C:\Python32\lib\threading.py", line 693, in run
  209. self._target(*self._args, **self._kwargs)
  210. File "dezoomify.py", line 137, in downloader
  211. urllib.request.urlretrieve(url, destination)
  212. File "C:\Python32\lib\urllib\request.py", line 150, in urlretrieve
  213. return _urlopener.retrieve(url, filename, reporthook, data)
  214. File "C:\Python32\lib\urllib\request.py", line 1598, in retrieve
  215. block = fp.read(bs)
  216. ValueError: read of closed file
  217.  
  218. Exception in thread Thread-10:
  219. Traceback (most recent call last):
  220. File "C:\Python32\lib\threading.py", line 740, in _bootstrap_inner
  221. self.run()
  222. File "C:\Python32\lib\threading.py", line 693, in run
  223. self._target(*self._args, **self._kwargs)
  224. File "dezoomify.py", line 137, in downloader
  225. urllib.request.urlretrieve(url, destination)
  226. File "C:\Python32\lib\urllib\request.py", line 150, in urlretrieve
  227. return _urlopener.retrieve(url, filename, reporthook, data)
  228. File "C:\Python32\lib\urllib\request.py", line 1598, in retrieve
  229. block = fp.read(bs)
  230. ValueError: read of closed file
  231.  
  232. Exception in thread Thread-13:
  233. Traceback (most recent call last):
  234. File "C:\Python32\lib\threading.py", line 740, in _bootstrap_inner
  235. self.run()
  236. File "C:\Python32\lib\threading.py", line 693, in run
  237. self._target(*self._args, **self._kwargs)
  238. File "dezoomify.py", line 137, in downloader
  239. urllib.request.urlretrieve(url, destination)
  240. File "C:\Python32\lib\urllib\request.py", line 150, in urlretrieve
  241. return _urlopener.retrieve(url, filename, reporthook, data)
  242. File "C:\Python32\lib\urllib\request.py", line 1598, in retrieve
  243. block = fp.read(bs)
  244. ValueError: read of closed file
  245.  
  246. Exception in thread Thread-14:
  247. Traceback (most recent call last):
  248. File "C:\Python32\lib\threading.py", line 740, in _bootstrap_inner
  249. self.run()
  250. File "C:\Python32\lib\threading.py", line 693, in run
  251. self._target(*self._args, **self._kwargs)
  252. File "dezoomify.py", line 137, in downloader
  253. urllib.request.urlretrieve(url, destination)
  254. File "C:\Python32\lib\urllib\request.py", line 150, in urlretrieve
  255. return _urlopener.retrieve(url, filename, reporthook, data)
  256. File "C:\Python32\lib\urllib\request.py", line 1598, in retrieve
  257. block = fp.read(bs)
  258. ValueError: read of closed file
  259.  
  260. ERR: Tile downloading stopped prematurely!
  261. INF: Dezoomifed image created and saved to C:/box5.jpg
  262. INF: Erased the temporary directory and its contents
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement