Advertisement
Guest User

cx_freeze output

a guest
Mar 25th, 2014
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.48 KB | None | 0 0
  1. running build
  2. running build_exe
  3. creating directory build\exe.win-amd64-3.4
  4. copying C:\Python34\lib\site-packages\cx_Freeze\bases\Console.exe -> build\exe.win-amd64-3.4\pyWatch.exe
  5. copying C:\Windows\system32\python34.dll -> build\exe.win-amd64-3.4\python34.dll
  6. Stamped: build\exe.win-amd64-3.4\pyWatch.exe
  7. writing zip file build\exe.win-amd64-3.4\library.zip
  8.  
  9. Name File
  10. ---- ----
  11. m BUILD_CONSTANTS
  12. m Queue C:\Python34\Lib\Queue.py
  13. m __future__ C:\pyEnvs\pyWatch\lib\__future__.py
  14. m _ast
  15. m _bisect
  16. m _bootlocale
  17. m _bz2 C:\Python34\DLLs\_bz2.pyd
  18. m _codecs
  19. m _codecs_cn
  20. m _codecs_hk
  21. m _codecs_iso2022
  22. m _codecs_jp
  23. m _codecs_kr
  24. m _codecs_tw
  25. m _collections
  26. m _collections_abc
  27. m _compat_pickle C:\Python34\Lib\_compat_pickle.py
  28. m _ctypes C:\Python34\DLLs\_ctypes.pyd
  29. m _datetime
  30. m _dummy_thread
  31. m _elementtree C:\Python34\DLLs\_elementtree.pyd
  32. m _functools
  33. m _hashlib C:\Python34\DLLs\_hashlib.pyd
  34. m _heapq
  35. m _imp
  36. m _io
  37. m _json
  38. m _locale
  39. m _lzma C:\Python34\DLLs\_lzma.pyd
  40. m _md5
  41. m _multibytecodec
  42. m _multiprocessing C:\Python34\DLLs\_multiprocessing.pyd
  43. m _opcode
  44. m _operator
  45. m _pickle
  46. m _psutil_windows C:\Python34\lib\site-packages\_psutil_windows.pyd
  47. m _random
  48. m _sha1
  49. m _sha256
  50. m _sha512
  51. m _socket C:\Python34\DLLs\_socket.pyd
  52. m _sre
  53. m _ssl C:\Python34\DLLs\_ssl.pyd
  54. m _stat
  55. m _string
  56. m _strptime
  57. m _struct
  58. m _thread
  59. m _threading_local
  60. m _warnings
  61. m _weakref
  62. m _weakrefset
  63. m _winapi
  64. m abc
  65. m action C:\pyProjects\pyWatch\action.py
  66. m argparse
  67. m array
  68. m ast C:\Python34\Lib\ast.py
  69. m atexit
  70. m base64
  71. m bdb C:\Python34\Lib\bdb.py
  72. m binascii
  73. m bisect C:\pyEnvs\pyWatch\lib\bisect.py
  74. m builtins
  75. m bz2
  76. m calendar
  77. m cgi C:\Python34\Lib\cgi.py
  78. m check C:\pyProjects\pyWatch\check.py
  79. m check_win32 C:\pyProjects\pyWatch\check_win32.py
  80. m cmd C:\Python34\Lib\cmd.py
  81. m code C:\Python34\Lib\code.py
  82. m codecs
  83. m codeop C:\Python34\Lib\codeop.py
  84. P collections
  85. m collections.abc C:\pyEnvs\pyWatch\lib\collections\abc.py
  86. m commctrl C:\Python34\lib\site-packages\win32\lib\commctrl.py
  87. P concurrent C:\Python34\Lib\concurrent\__init__.py
  88. P concurrent.futures C:\Python34\Lib\concurrent\futures\__init__.py
  89. m concurrent.futures._base C:\Python34\Lib\concurrent\futures\_base.py
  90. m concurrent.futures.process C:\Python34\Lib\concurrent\futures\process.py
  91. m concurrent.futures.thread C:\Python34\Lib\concurrent\futures\thread.py
  92. m config C:\pyProjects\pyWatch\config.py
  93. m configparser C:\Python34\Lib\configparser.py
  94. m contextlib
  95. m copy
  96. m copyreg
  97. P ctypes C:\Python34\Lib\ctypes\__init__.py
  98. m ctypes._endian C:\Python34\Lib\ctypes\_endian.py
  99. P ctypes.macholib C:\Python34\Lib\ctypes\macholib\__init__.py
  100. m ctypes.macholib.dyld C:\Python34\Lib\ctypes\macholib\dyld.py
  101. m ctypes.macholib.dylib C:\Python34\Lib\ctypes\macholib\dylib.py
  102. m ctypes.macholib.framework C:\Python34\Lib\ctypes\macholib\framework.py
  103. m ctypes.util C:\Python34\Lib\ctypes\util.py
  104. m cx_Freeze__init__ C:\Python34\lib\site-packages\cx_Freeze\initscripts\Console3.py
  105. m datetime
  106. m difflib C:\Python34\Lib\difflib.py
  107. m dis C:\Python34\Lib\dis.py
  108. P distutils C:\pyEnvs\pyWatch\lib\distutils\__init__.py
  109. m docopt C:\pyEnvs\pyWatch\lib\site-packages\docopt.py
  110. m doctest C:\Python34\Lib\doctest.py
  111. m dummy_threading
  112. P email C:\Python34\Lib\email\__init__.py
  113. m email._encoded_words C:\Python34\Lib\email\_encoded_words.py
  114. m email._header_value_parser C:\Python34\Lib\email\_header_value_parser.py
  115. m email._parseaddr C:\Python34\Lib\email\_parseaddr.py
  116. m email._policybase C:\Python34\Lib\email\_policybase.py
  117. m email.base64mime C:\Python34\Lib\email\base64mime.py
  118. m email.charset C:\Python34\Lib\email\charset.py
  119. m email.contentmanager C:\Python34\Lib\email\contentmanager.py
  120. m email.encoders C:\Python34\Lib\email\encoders.py
  121. m email.errors C:\Python34\Lib\email\errors.py
  122. m email.feedparser C:\Python34\Lib\email\feedparser.py
  123. m email.generator C:\Python34\Lib\email\generator.py
  124. m email.header C:\Python34\Lib\email\header.py
  125. m email.headerregistry C:\Python34\Lib\email\headerregistry.py
  126. m email.iterators C:\Python34\Lib\email\iterators.py
  127. m email.message C:\Python34\Lib\email\message.py
  128. P email.mime C:\Python34\Lib\email\mime\__init__.py
  129. m email.mime.base C:\Python34\Lib\email\mime\base.py
  130. m email.mime.nonmultipart C:\Python34\Lib\email\mime\nonmultipart.py
  131. m email.mime.text C:\Python34\Lib\email\mime\text.py
  132. m email.parser C:\Python34\Lib\email\parser.py
  133. m email.policy C:\Python34\Lib\email\policy.py
  134. m email.quoprimime C:\Python34\Lib\email\quoprimime.py
  135. m email.utils C:\Python34\Lib\email\utils.py
  136. P encodings
  137. m encodings.aliases
  138. m encodings.ascii
  139. m encodings.base64_codec
  140. m encodings.big5
  141. m encodings.big5hkscs
  142. m encodings.bz2_codec
  143. m encodings.charmap
  144. m encodings.cp037
  145. m encodings.cp1006
  146. m encodings.cp1026
  147. m encodings.cp1125
  148. m encodings.cp1140
  149. m encodings.cp1250
  150. m encodings.cp1251
  151. m encodings.cp1252
  152. m encodings.cp1253
  153. m encodings.cp1254
  154. m encodings.cp1255
  155. m encodings.cp1256
  156. m encodings.cp1257
  157. m encodings.cp1258
  158. m encodings.cp273
  159. m encodings.cp424
  160. m encodings.cp437
  161. m encodings.cp500
  162. m encodings.cp65001
  163. m encodings.cp720
  164. m encodings.cp737
  165. m encodings.cp775
  166. m encodings.cp850
  167. m encodings.cp852
  168. m encodings.cp855
  169. m encodings.cp856
  170. m encodings.cp857
  171. m encodings.cp858
  172. m encodings.cp860
  173. m encodings.cp861
  174. m encodings.cp862
  175. m encodings.cp863
  176. m encodings.cp864
  177. m encodings.cp865
  178. m encodings.cp866
  179. m encodings.cp869
  180. m encodings.cp874
  181. m encodings.cp875
  182. m encodings.cp932
  183. m encodings.cp949
  184. m encodings.cp950
  185. m encodings.euc_jis_2004
  186. m encodings.euc_jisx0213
  187. m encodings.euc_jp
  188. m encodings.euc_kr
  189. m encodings.gb18030
  190. m encodings.gb2312
  191. m encodings.gbk
  192. m encodings.hex_codec
  193. m encodings.hp_roman8
  194. m encodings.hz
  195. m encodings.idna
  196. m encodings.iso2022_jp
  197. m encodings.iso2022_jp_1
  198. m encodings.iso2022_jp_2
  199. m encodings.iso2022_jp_2004
  200. m encodings.iso2022_jp_3
  201. m encodings.iso2022_jp_ext
  202. m encodings.iso2022_kr
  203. m encodings.iso8859_1
  204. m encodings.iso8859_10
  205. m encodings.iso8859_11
  206. m encodings.iso8859_13
  207. m encodings.iso8859_14
  208. m encodings.iso8859_15
  209. m encodings.iso8859_16
  210. m encodings.iso8859_2
  211. m encodings.iso8859_3
  212. m encodings.iso8859_4
  213. m encodings.iso8859_5
  214. m encodings.iso8859_6
  215. m encodings.iso8859_7
  216. m encodings.iso8859_8
  217. m encodings.iso8859_9
  218. m encodings.johab
  219. m encodings.koi8_r
  220. m encodings.koi8_u
  221. m encodings.latin_1
  222. m encodings.mac_arabic
  223. m encodings.mac_centeuro
  224. m encodings.mac_croatian
  225. m encodings.mac_cyrillic
  226. m encodings.mac_farsi
  227. m encodings.mac_greek
  228. m encodings.mac_iceland
  229. m encodings.mac_latin2
  230. m encodings.mac_roman
  231. m encodings.mac_romanian
  232. m encodings.mac_turkish
  233. m encodings.mbcs
  234. m encodings.palmos
  235. m encodings.ptcp154
  236. m encodings.punycode
  237. m encodings.quopri_codec
  238. m encodings.raw_unicode_escape
  239. m encodings.rot_13
  240. m encodings.shift_jis
  241. m encodings.shift_jis_2004
  242. m encodings.shift_jisx0213
  243. m encodings.tis_620
  244. m encodings.undefined
  245. m encodings.unicode_escape
  246. m encodings.unicode_internal
  247. m encodings.utf_16
  248. m encodings.utf_16_be
  249. m encodings.utf_16_le
  250. m encodings.utf_32
  251. m encodings.utf_32_be
  252. m encodings.utf_32_le
  253. m encodings.utf_7
  254. m encodings.utf_8
  255. m encodings.utf_8_sig
  256. m encodings.uu_codec
  257. m encodings.zlib_codec
  258. m enum C:\Python34\Lib\enum.py
  259. m errno
  260. m exceptions C:\pyProjects\pyWatch\exceptions.py
  261. m fnmatch C:\pyEnvs\pyWatch\lib\fnmatch.py
  262. m ftplib C:\Python34\Lib\ftplib.py
  263. m functools
  264. m gc
  265. m genericpath
  266. m getopt C:\Python34\Lib\getopt.py
  267. m getpass C:\Python34\Lib\getpass.py
  268. m gettext
  269. m glob C:\Python34\Lib\glob.py
  270. m gzip C:\Python34\Lib\gzip.py
  271. m hashlib C:\pyEnvs\pyWatch\lib\hashlib.py
  272. m heapq
  273. m hmac C:\pyEnvs\pyWatch\lib\hmac.py
  274. P html C:\Python34\Lib\html\__init__.py
  275. m html.entities C:\Python34\Lib\html\entities.py
  276. P http C:\Python34\Lib\http\__init__.py
  277. m http.client C:\Python34\Lib\http\client.py
  278. m http.cookiejar C:\Python34\Lib\http\cookiejar.py
  279. m http.cookies C:\Python34\Lib\http\cookies.py
  280. m http.server C:\Python34\Lib\http\server.py
  281. m imp
  282. P importlib
  283. m importlib._bootstrap
  284. m importlib.machinery
  285. m importlib.util
  286. m inspect C:\Python34\Lib\inspect.py
  287. m io
  288. m itertools
  289. P json C:\Python34\Lib\json\__init__.py
  290. m json.decoder C:\Python34\Lib\json\decoder.py
  291. m json.encoder C:\Python34\Lib\json\encoder.py
  292. m json.scanner C:\Python34\Lib\json\scanner.py
  293. m json.tool C:\Python34\Lib\json\tool.py
  294. m keyword
  295. m linecache
  296. m locale
  297. P logging C:\Python34\Lib\logging\__init__.py
  298. m logging.config C:\Python34\Lib\logging\config.py
  299. m logging.handlers C:\Python34\Lib\logging\handlers.py
  300. m lzma C:\Python34\Lib\lzma.py
  301. m marshal
  302. m math
  303. m mimetypes C:\Python34\Lib\mimetypes.py
  304. m mmap
  305. m msvcrt
  306. P multiprocessing C:\Python34\Lib\multiprocessing\__init__.py
  307. m multiprocessing.connection C:\Python34\Lib\multiprocessing\connection.py
  308. m multiprocessing.context C:\Python34\Lib\multiprocessing\context.py
  309. P multiprocessing.dummy C:\Python34\Lib\multiprocessing\dummy\__init__.py
  310. m multiprocessing.dummy.connection C:\Python34\Lib\multiprocessing\dummy\connection.py
  311. m multiprocessing.forkserver C:\Python34\Lib\multiprocessing\forkserver.py
  312. m multiprocessing.heap C:\Python34\Lib\multiprocessing\heap.py
  313. m multiprocessing.managers C:\Python34\Lib\multiprocessing\managers.py
  314. m multiprocessing.pool C:\Python34\Lib\multiprocessing\pool.py
  315. m multiprocessing.popen_fork C:\Python34\Lib\multiprocessing\popen_fork.py
  316. m multiprocessing.popen_forkserver C:\Python34\Lib\multiprocessing\popen_forkserver.py
  317. m multiprocessing.popen_spawn_posix C:\Python34\Lib\multiprocessing\popen_spawn_posix.py
  318. m multiprocessing.popen_spawn_win32 C:\Python34\Lib\multiprocessing\popen_spawn_win32.py
  319. m multiprocessing.process C:\Python34\Lib\multiprocessing\process.py
  320. m multiprocessing.queues C:\Python34\Lib\multiprocessing\queues.py
  321. m multiprocessing.reduction C:\Python34\Lib\multiprocessing\reduction.py
  322. m multiprocessing.resource_sharer C:\Python34\Lib\multiprocessing\resource_sharer.py
  323. m multiprocessing.semaphore_tracker C:\Python34\Lib\multiprocessing\semaphore_tracker.py
  324. m multiprocessing.sharedctypes C:\Python34\Lib\multiprocessing\sharedctypes.py
  325. m multiprocessing.spawn C:\Python34\Lib\multiprocessing\spawn.py
  326. m multiprocessing.synchronize C:\Python34\Lib\multiprocessing\synchronize.py
  327. m multiprocessing.util C:\Python34\Lib\multiprocessing\util.py
  328. m netbios C:\Python34\lib\site-packages\win32\lib\netbios.py
  329. m netrc C:\Python34\Lib\netrc.py
  330. m nt
  331. m ntpath
  332. m nturl2path C:\Python34\Lib\nturl2path.py
  333. m opcode C:\Python34\Lib\opcode.py
  334. m operator
  335. m optparse
  336. m os
  337. m pdb C:\Python34\Lib\pdb.py
  338. m pickle C:\Python34\Lib\pickle.py
  339. m pkgutil C:\Python34\Lib\pkgutil.py
  340. m platform C:\Python34\Lib\platform.py
  341. m plistlib C:\Python34\Lib\plistlib.py
  342. m posixpath
  343. m pprint C:\Python34\Lib\pprint.py
  344. P psutil C:\Python34\lib\site-packages\psutil\__init__.py
  345. m psutil._common C:\Python34\lib\site-packages\psutil\_common.py
  346. m psutil._compat C:\Python34\lib\site-packages\psutil\_compat.py
  347. m psutil._psbsd C:\Python34\lib\site-packages\psutil\_psbsd.py
  348. m psutil._pslinux C:\Python34\lib\site-packages\psutil\_pslinux.py
  349. m psutil._psosx C:\Python34\lib\site-packages\psutil\_psosx.py
  350. m psutil._psposix C:\Python34\lib\site-packages\psutil\_psposix.py
  351. m psutil._pssunos C:\Python34\lib\site-packages\psutil\_pssunos.py
  352. m psutil._pswindows C:\Python34\lib\site-packages\psutil\_pswindows.py
  353. m py_compile C:\Python34\Lib\py_compile.py
  354. m pydoc C:\Python34\Lib\pydoc.py
  355. P pydoc_data C:\Python34\Lib\pydoc_data\__init__.py
  356. m pydoc_data.topics C:\Python34\Lib\pydoc_data\topics.py
  357. m pyexpat C:\Python34\DLLs\pyexpat.pyd
  358. m pythoncom C:\Windows\system32\pythoncom34.dll
  359. m pywatch__main__ pyWatch.py
  360. P pywin C:\Python34\lib\site-packages\Pythonwin\pywin\__init__.py
  361. P pywin.dialogs C:\Python34\lib\site-packages\Pythonwin\pywin\dialogs\__init__.py
  362. m pywin.dialogs.list C:\Python34\lib\site-packages\Pythonwin\pywin\dialogs\list.py
  363. m pywin.dialogs.status C:\Python34\lib\site-packages\Pythonwin\pywin\dialogs\status.py
  364. P pywin.mfc C:\Python34\lib\site-packages\Pythonwin\pywin\mfc\__init__.py
  365. m pywin.mfc.dialog C:\Python34\lib\site-packages\Pythonwin\pywin\mfc\dialog.py
  366. m pywin.mfc.object C:\Python34\lib\site-packages\Pythonwin\pywin\mfc\object.py
  367. m pywin.mfc.thread C:\Python34\lib\site-packages\Pythonwin\pywin\mfc\thread.py
  368. m pywin.mfc.window C:\Python34\lib\site-packages\Pythonwin\pywin\mfc\window.py
  369. m pywintypes C:\Windows\system32\pywintypes34.dll
  370. m queue C:\Python34\Lib\queue.py
  371. m quopri
  372. m random C:\pyEnvs\pyWatch\lib\random.py
  373. m re
  374. m reprlib
  375. P requests C:\pyEnvs\pyWatch\lib\site-packages\requests\__init__.py
  376. m requests.adapters C:\pyEnvs\pyWatch\lib\site-packages\requests\adapters.py
  377. m requests.api C:\pyEnvs\pyWatch\lib\site-packages\requests\api.py
  378. m requests.auth C:\pyEnvs\pyWatch\lib\site-packages\requests\auth.py
  379. m requests.certs C:\pyEnvs\pyWatch\lib\site-packages\requests\certs.py
  380. m requests.compat C:\pyEnvs\pyWatch\lib\site-packages\requests\compat.py
  381. m requests.cookies C:\pyEnvs\pyWatch\lib\site-packages\requests\cookies.py
  382. m requests.exceptions C:\pyEnvs\pyWatch\lib\site-packages\requests\exceptions.py
  383. m requests.hooks C:\pyEnvs\pyWatch\lib\site-packages\requests\hooks.py
  384. m requests.models C:\pyEnvs\pyWatch\lib\site-packages\requests\models.py
  385. P requests.packages C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\__init__.py
  386. P requests.packages.charade C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\__init__.py
  387. m requests.packages.charade.__main__ C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\__main__.py
  388. m requests.packages.charade.big5freq C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\big5freq.py
  389. m requests.packages.charade.big5prober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\big5prober.py
  390. m requests.packages.charade.chardistribution C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\chardistribution.py
  391. m requests.packages.charade.charsetgroupprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\charsetgroupprober.py
  392. m requests.packages.charade.charsetprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\charsetprober.py
  393. m requests.packages.charade.codingstatemachine C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\codingstatemachine.py
  394. m requests.packages.charade.compat C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\compat.py
  395. m requests.packages.charade.constants C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\constants.py
  396. m requests.packages.charade.cp949prober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\cp949prober.py
  397. m requests.packages.charade.escprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\escprober.py
  398. m requests.packages.charade.escsm C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\escsm.py
  399. m requests.packages.charade.eucjpprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\eucjpprober.py
  400. m requests.packages.charade.euckrfreq C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\euckrfreq.py
  401. m requests.packages.charade.euckrprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\euckrprober.py
  402. m requests.packages.charade.euctwfreq C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\euctwfreq.py
  403. m requests.packages.charade.euctwprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\euctwprober.py
  404. m requests.packages.charade.gb2312freq C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\gb2312freq.py
  405. m requests.packages.charade.gb2312prober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\gb2312prober.py
  406. m requests.packages.charade.hebrewprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\hebrewprober.py
  407. m requests.packages.charade.jisfreq C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\jisfreq.py
  408. m requests.packages.charade.jpcntx C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\jpcntx.py
  409. m requests.packages.charade.langbulgarianmodel C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\langbulgarianmodel.py
  410. m requests.packages.charade.langcyrillicmodel C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\langcyrillicmodel.py
  411. m requests.packages.charade.langgreekmodel C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\langgreekmodel.py
  412. m requests.packages.charade.langhebrewmodel C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\langhebrewmodel.py
  413. m requests.packages.charade.langhungarianmodel C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\langhungarianmodel.py
  414. m requests.packages.charade.langthaimodel C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\langthaimodel.py
  415. m requests.packages.charade.latin1prober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\latin1prober.py
  416. m requests.packages.charade.mbcharsetprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\mbcharsetprober.py
  417. m requests.packages.charade.mbcsgroupprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\mbcsgroupprober.py
  418. m requests.packages.charade.mbcssm C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\mbcssm.py
  419. m requests.packages.charade.sbcharsetprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\sbcharsetprober.py
  420. m requests.packages.charade.sbcsgroupprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\sbcsgroupprober.py
  421. m requests.packages.charade.sjisprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\sjisprober.py
  422. m requests.packages.charade.universaldetector C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\universaldetector.py
  423. m requests.packages.charade.utf8prober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\charade\utf8prober.py
  424. P requests.packages.chardet C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\__init__.py
  425. m requests.packages.chardet.big5freq C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\big5freq.py
  426. m requests.packages.chardet.big5prober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\big5prober.py
  427. m requests.packages.chardet.chardetect C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\chardetect.py
  428. m requests.packages.chardet.chardistribution C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\chardistribution.py
  429. m requests.packages.chardet.charsetgroupprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\charsetgroupprober.py
  430. m requests.packages.chardet.charsetprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\charsetprober.py
  431. m requests.packages.chardet.codingstatemachine C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\codingstatemachine.py
  432. m requests.packages.chardet.compat C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\compat.py
  433. m requests.packages.chardet.constants C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\constants.py
  434. m requests.packages.chardet.cp949prober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\cp949prober.py
  435. m requests.packages.chardet.escprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\escprober.py
  436. m requests.packages.chardet.escsm C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\escsm.py
  437. m requests.packages.chardet.eucjpprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\eucjpprober.py
  438. m requests.packages.chardet.euckrfreq C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\euckrfreq.py
  439. m requests.packages.chardet.euckrprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\euckrprober.py
  440. m requests.packages.chardet.euctwfreq C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\euctwfreq.py
  441. m requests.packages.chardet.euctwprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\euctwprober.py
  442. m requests.packages.chardet.gb2312freq C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\gb2312freq.py
  443. m requests.packages.chardet.gb2312prober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\gb2312prober.py
  444. m requests.packages.chardet.hebrewprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\hebrewprober.py
  445. m requests.packages.chardet.jisfreq C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\jisfreq.py
  446. m requests.packages.chardet.jpcntx C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\jpcntx.py
  447. m requests.packages.chardet.langbulgarianmodel C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\langbulgarianmodel.py
  448. m requests.packages.chardet.langcyrillicmodel C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\langcyrillicmodel.py
  449. m requests.packages.chardet.langgreekmodel C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\langgreekmodel.py
  450. m requests.packages.chardet.langhebrewmodel C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\langhebrewmodel.py
  451. m requests.packages.chardet.langhungarianmodel C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\langhungarianmodel.py
  452. m requests.packages.chardet.langthaimodel C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\langthaimodel.py
  453. m requests.packages.chardet.latin1prober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\latin1prober.py
  454. m requests.packages.chardet.mbcharsetprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\mbcharsetprober.py
  455. m requests.packages.chardet.mbcsgroupprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\mbcsgroupprober.py
  456. m requests.packages.chardet.mbcssm C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\mbcssm.py
  457. m requests.packages.chardet.sbcharsetprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\sbcharsetprober.py
  458. m requests.packages.chardet.sbcsgroupprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\sbcsgroupprober.py
  459. m requests.packages.chardet.sjisprober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\sjisprober.py
  460. m requests.packages.chardet.universaldetector C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\universaldetector.py
  461. m requests.packages.chardet.utf8prober C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\chardet\utf8prober.py
  462. P requests.packages.urllib3 C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\__init__.py
  463. m requests.packages.urllib3._collections C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\_collections.py
  464. m requests.packages.urllib3.connection C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\connection.py
  465. m requests.packages.urllib3.connectionpool C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\connectionpool.py
  466. P requests.packages.urllib3.contrib C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\contrib\__init__.py
  467. m requests.packages.urllib3.contrib.ntlmpool C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\contrib\ntlmpool.py
  468. m requests.packages.urllib3.contrib.pyopenssl C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\contrib\pyopenssl.py
  469. m requests.packages.urllib3.exceptions C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\exceptions.py
  470. m requests.packages.urllib3.fields C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\fields.py
  471. m requests.packages.urllib3.filepost C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\filepost.py
  472. P requests.packages.urllib3.packages C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\packages\__init__.py
  473. m requests.packages.urllib3.packages.ordered_dict C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\packages\ordered_dict.py
  474. m requests.packages.urllib3.packages.six C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\packages\six.py
  475. P requests.packages.urllib3.packages.ssl_match_hostname C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\packages\ssl_match_hostname\__init__.py
  476. m requests.packages.urllib3.packages.ssl_match_hostname._implementation C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\packages\ssl_match_hostname\_implementation.py
  477. m requests.packages.urllib3.poolmanager C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\poolmanager.py
  478. m requests.packages.urllib3.request C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\request.py
  479. m requests.packages.urllib3.response C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\response.py
  480. m requests.packages.urllib3.util C:\pyEnvs\pyWatch\lib\site-packages\requests\packages\urllib3\util.py
  481. m requests.sessions C:\pyEnvs\pyWatch\lib\site-packages\requests\sessions.py
  482. m requests.status_codes C:\pyEnvs\pyWatch\lib\site-packages\requests\status_codes.py
  483. m requests.structures C:\pyEnvs\pyWatch\lib\site-packages\requests\structures.py
  484. m requests.utils C:\pyEnvs\pyWatch\lib\site-packages\requests\utils.py
  485. m result C:\pyProjects\pyWatch\result.py
  486. m rule C:\pyProjects\pyWatch\rule.py
  487. m runpy C:\Python34\Lib\runpy.py
  488. m select C:\Python34\DLLs\select.pyd
  489. m selectors C:\Python34\Lib\selectors.py
  490. m shlex C:\Python34\Lib\shlex.py
  491. m shutil C:\pyEnvs\pyWatch\lib\shutil.py
  492. m signal
  493. m smtplib C:\Python34\Lib\smtplib.py
  494. m socket C:\Python34\Lib\socket.py
  495. m socketserver C:\Python34\Lib\socketserver.py
  496. m sre_compile
  497. m sre_constants
  498. m sre_parse
  499. m ssl C:\Python34\Lib\ssl.py
  500. m stat
  501. m string
  502. m stringprep
  503. m struct
  504. m subprocess C:\Python34\Lib\subprocess.py
  505. m sys
  506. m tarfile C:\pyEnvs\pyWatch\lib\tarfile.py
  507. m tempfile C:\pyEnvs\pyWatch\lib\tempfile.py
  508. m textwrap
  509. m threading
  510. m time
  511. m token
  512. m tokenize
  513. m traceback
  514. m tty C:\Python34\Lib\tty.py
  515. m types
  516. m unicodedata C:\Python34\DLLs\unicodedata.pyd
  517. P unittest C:\Python34\Lib\unittest\__init__.py
  518. m unittest.case C:\Python34\Lib\unittest\case.py
  519. m unittest.loader C:\Python34\Lib\unittest\loader.py
  520. m unittest.main C:\Python34\Lib\unittest\main.py
  521. m unittest.result C:\Python34\Lib\unittest\result.py
  522. m unittest.runner C:\Python34\Lib\unittest\runner.py
  523. m unittest.signals C:\Python34\Lib\unittest\signals.py
  524. m unittest.suite C:\Python34\Lib\unittest\suite.py
  525. m unittest.util C:\Python34\Lib\unittest\util.py
  526. P urllib C:\Python34\Lib\urllib\__init__.py
  527. m urllib.error C:\Python34\Lib\urllib\error.py
  528. m urllib.parse C:\Python34\Lib\urllib\parse.py
  529. m urllib.request C:\Python34\Lib\urllib\request.py
  530. m urllib.response C:\Python34\Lib\urllib\response.py
  531. m uu C:\Python34\Lib\uu.py
  532. m uuid C:\Python34\Lib\uuid.py
  533. m warnings
  534. m weakref
  535. m webbrowser C:\Python34\Lib\webbrowser.py
  536. m win32api C:\Python34\lib\site-packages\win32\win32api.pyd
  537. P win32com C:\Python34\lib\site-packages\win32com\__init__.py
  538. P win32com.client C:\Python34\lib\site-packages\win32com\client\__init__.py
  539. m win32com.client.CLSIDToClass C:\Python34\lib\site-packages\win32com\client\CLSIDToClass.py
  540. m win32com.client.build C:\Python34\lib\site-packages\win32com\client\build.py
  541. m win32com.client.dynamic C:\Python34\lib\site-packages\win32com\client\dynamic.py
  542. m win32com.client.gencache C:\Python34\lib\site-packages\win32com\client\gencache.py
  543. m win32com.client.genpy C:\Python34\lib\site-packages\win32com\client\genpy.py
  544. m win32com.client.makepy C:\Python34\lib\site-packages\win32com\client\makepy.py
  545. m win32com.client.selecttlb C:\Python34\lib\site-packages\win32com\client\selecttlb.py
  546. m win32com.client.util C:\Python34\lib\site-packages\win32com\client\util.py
  547. P win32com.gen_py C:\Python34\lib\site-packages\win32com\gen_py\__init__.py
  548. m win32con C:\Python34\lib\site-packages\win32\lib\win32con.py
  549. m win32evtlog C:\Python34\lib\site-packages\win32\win32evtlog.pyd
  550. m win32evtlogutil C:\Python34\lib\site-packages\win32\lib\win32evtlogutil.py
  551. m win32ui C:\Python34\lib\site-packages\Pythonwin\win32ui.pyd
  552. m win32wnet C:\Python34\lib\site-packages\win32\win32wnet.pyd
  553. m winerror C:\Python34\lib\site-packages\win32\lib\winerror.py
  554. m winreg
  555. m wmi C:\pyEnvs\pyWatch\lib\site-packages\wmi.py
  556. P xml C:\Python34\Lib\xml\__init__.py
  557. P xml.etree C:\Python34\Lib\xml\etree\__init__.py
  558. m xml.etree.ElementPath C:\Python34\Lib\xml\etree\ElementPath.py
  559. m xml.etree.ElementTree C:\Python34\Lib\xml\etree\ElementTree.py
  560. P xml.parsers C:\Python34\Lib\xml\parsers\__init__.py
  561. m xml.parsers.expat C:\Python34\Lib\xml\parsers\expat.py
  562. P xmlrpc C:\Python34\Lib\xmlrpc\__init__.py
  563. m xmlrpc.client C:\Python34\Lib\xmlrpc\client.py
  564. m zipfile C:\Python34\Lib\zipfile.py
  565. m zipimport
  566. m zlib
  567.  
  568. Missing modules:
  569. ? Cookie imported from requests.compat
  570. ? OpenSSL.SSL imported from requests.packages.urllib3.contrib.pyopenssl
  571. ? StringIO imported from requests.compat, requests.packages.urllib3.packages.six
  572. ? __builtin__ imported from psutil._compat
  573. ? __main__ imported from bdb, pdb
  574. ? _abcoll imported from requests.packages.urllib3.packages.ordered_dict
  575. ? _dummy_threading imported from dummy_threading
  576. ? _implementation imported from requests.packages.urllib3.packages.ssl_match_hostname
  577. ? _posixsubprocess imported from multiprocessing.util, subprocess
  578. ? _psutil_bsd imported from psutil._psbsd
  579. ? _psutil_linux imported from psutil, psutil._pslinux
  580. ? _psutil_osx imported from psutil._psosx
  581. ? _psutil_posix imported from psutil._psbsd, psutil._pslinux, psutil._psosx, psutil._pssunos
  582. ? _psutil_sunos imported from psutil._pssunos
  583. ? _scproxy imported from urllib.request
  584. ? backports.ssl_match_hostname imported from requests.packages.urllib3.packages.ssl_match_hostname
  585. ? cStringIO imported from requests.packages.urllib3.contrib.pyopenssl
  586. ? ce imported from os
  587. ? charade imported from requests.packages.charade.__main__
  588. ? charade.universaldetector imported from requests.packages.charade
  589. ? chardet.universaldetector imported from requests.packages.chardet.chardetect
  590. ? cookielib imported from requests.compat
  591. ? distutils.command imported from distutils
  592. ? distutils.command.build_ext imported from distutils
  593. ? distutils.dist imported from distutils
  594. ? distutils.errors imported from shutil
  595. ? distutils.spawn imported from shutil
  596. ? distutils.sysconfig imported from distutils
  597. ? dummy_thread imported from requests.packages.urllib3.packages.ordered_dict
  598. ? fcntl imported from multiprocessing.popen_spawn_posix
  599. ? grp imported from shutil, tarfile
  600. ? httplib imported from requests.compat, requests.packages.urllib3.connection, requests.packages.urllib3.contrib.ntlmpool
  601. ? java.lang imported from platform
  602. ? multiprocessing.AuthenticationError imported from multiprocessing.connection
  603. ? multiprocessing.BufferTooShort imported from multiprocessing.connection
  604. ? multiprocessing.SimpleQueue imported from concurrent.futures.process
  605. ? multiprocessing.TimeoutError imported from multiprocessing.pool
  606. ? multiprocessing.cpu_count imported from multiprocessing.pool
  607. ? multiprocessing.current_process imported from multiprocessing.popen_spawn_posix, multiprocessing.semaphore_tracker
  608. ? multiprocessing.get_context imported from multiprocessing.managers, multiprocessing.pool, multiprocessing.sharedctypes
  609. ? multiprocessing.get_start_method imported from multiprocessing.spawn
  610. ? multiprocessing.set_start_method imported from multiprocessing.spawn
  611. ? ndg.httpsclient.ssl_peer_verification imported from requests.packages.urllib3.contrib.pyopenssl
  612. ? ndg.httpsclient.subj_alt_name imported from requests.packages.urllib3.contrib.pyopenssl
  613. ? ntlm imported from requests.packages.urllib3.contrib.ntlmpool
  614. ? org.python.core imported from copy, pickle
  615. ? os.path imported from os, pkgutil, py_compile, requests.certs, shutil, unittest.util
  616. ? posix imported from os
  617. ? pwd imported from getpass, http.server, netrc, posixpath, psutil, shutil, tarfile, webbrowser
  618. ? pyasn1.codec.der imported from requests.packages.urllib3.contrib.pyopenssl
  619. ? pyasn1.type imported from requests.packages.urllib3.contrib.pyopenssl
  620. ? simplejson imported from requests.compat
  621. ? termios imported from getpass, tty
  622. ? thread imported from requests.packages.urllib3.packages.ordered_dict
  623. ? urllib.getproxies imported from requests.compat
  624. ? urllib.proxy_bypass imported from requests.compat
  625. ? urllib.quote imported from requests.compat
  626. ? urllib.quote_plus imported from requests.compat
  627. ? urllib.unquote imported from requests.compat
  628. ? urllib.unquote_plus imported from requests.compat
  629. ? urllib.urlencode imported from requests.compat, requests.packages.urllib3.request
  630. ? urllib2 imported from requests.compat
  631. ? urllib3 imported from requests.packages.urllib3.contrib.ntlmpool
  632. ? urlparse imported from requests.compat, requests.packages.urllib3.poolmanager
  633. ? vms_lib imported from platform
  634. This is not necessarily a problem - the modules may not be needed on this platform.
  635.  
  636. copying C:\Python34\DLLs\_bz2.pyd -> build\exe.win-amd64-3.4\_bz2.pyd
  637. copying C:\Python34\DLLs\_ctypes.pyd -> build\exe.win-amd64-3.4\_ctypes.pyd
  638. copying C:\Python34\DLLs\_elementtree.pyd -> build\exe.win-amd64-3.4\_elementtree.pyd
  639. copying C:\Python34\DLLs\_hashlib.pyd -> build\exe.win-amd64-3.4\_hashlib.pyd
  640. copying C:\Python34\DLLs\_lzma.pyd -> build\exe.win-amd64-3.4\_lzma.pyd
  641. copying C:\Python34\DLLs\_multiprocessing.pyd -> build\exe.win-amd64-3.4\_multiprocessing.pyd
  642. copying C:\Python34\lib\site-packages\_psutil_windows.pyd -> build\exe.win-amd64-3.4\_psutil_windows.pyd
  643. copying C:\Python34\DLLs\_socket.pyd -> build\exe.win-amd64-3.4\_socket.pyd
  644. copying C:\Python34\DLLs\_ssl.pyd -> build\exe.win-amd64-3.4\_ssl.pyd
  645. copying C:\Python34\DLLs\pyexpat.pyd -> build\exe.win-amd64-3.4\pyexpat.pyd
  646. copying C:\Windows\system32\pythoncom34.dll -> build\exe.win-amd64-3.4\pythoncom34.dll
  647. copying C:\Windows\system32\pywintypes34.dll -> build\exe.win-amd64-3.4\pywintypes34.dll
  648. copying C:\Python34\DLLs\select.pyd -> build\exe.win-amd64-3.4\select.pyd
  649. copying C:\Python34\DLLs\unicodedata.pyd -> build\exe.win-amd64-3.4\unicodedata.pyd
  650. copying C:\Python34\lib\site-packages\win32\win32api.pyd -> build\exe.win-amd64-3.4\win32api.pyd
  651. copying C:\Python34\lib\site-packages\win32\win32evtlog.pyd -> build\exe.win-amd64-3.4\win32evtlog.pyd
  652. copying C:\Python34\lib\site-packages\Pythonwin\win32ui.pyd -> build\exe.win-amd64-3.4\win32ui.pyd
  653. copying C:\Python34\lib\site-packages\Pythonwin\mfc100u.dll -> build\exe.win-amd64-3.4\mfc100u.dll
  654. copying C:\Python34\lib\site-packages\win32\win32wnet.pyd -> build\exe.win-amd64-3.4\win32wnet.pyd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement