Advertisement
psionman

wxPython_compile

Oct 16th, 2017
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.84 KB | None | 0 0
  1. checking for _FILE_OFFSET_BITS value needed for large files... 64
  2. checking if large file support is available... yes
  3. checking for _LARGEFILE_SOURCE value needed for large files... no
  4. checking whether byte ordering is bigendian... no
  5. checking for iostream... yes
  6. checking if C++ compiler supports the explicit keyword... yes
  7. checking for std::wstring in <string>... yes
  8. checking for std::istream... yes
  9. checking for std::ostream... yes
  10. checking how to run the C++ preprocessor... g++ -E
  11. checking type_traits usability... no
  12. checking type_traits presence... no
  13. checking for type_traits... no
  14. checking tr1/type_traits usability... yes
  15. checking tr1/type_traits presence... yes
  16. checking for tr1/type_traits... yes
  17. checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... yes
  18. checking for libraries directories... /usr/lib/x86_64-linux-gnu /usr/lib
  19. checking for cos... no
  20. checking for floor... no
  21. checking if floating point functions link without -lm... no
  22. checking for sin... yes
  23. checking for ceil... yes
  24. checking if floating point functions link with -lm... yes
  25. checking for strtoull... yes
  26. configure: WARNING: Defaulting to the builtin regex library for Unicode build.
  27. checking for zlib.h >= 1.1.4... no
  28. checking for zlib.h... (cached) no
  29. configure: WARNING: zlib library not found or too old, will use built-in instead
  30. checking for png.h > 0.90... no
  31. checking for png.h... (cached) no
  32. configure: WARNING: system png library not found or too old, will use built-in instead
  33. checking for jpeglib.h... no
  34. configure: WARNING: system jpeg library not found, will use built-in instead
  35. checking for tiffio.h... no
  36. configure: WARNING: system tiff library not found, will use built-in instead
  37. checking for lzma_code in -llzma... no
  38. checking for jbg_dec_init in -ljbig... no
  39. checking for expat.h... yes
  40. checking if expat.h is valid C++ header... yes
  41. checking for XML_ParserCreate in -lexpat... yes
  42. checking for GTK+ version...
  43. checking for pkg-config... /usr/bin/pkg-config
  44. checking for GTK+ - version >= 3.0.0... Package gtk+-3.0 was not found in the pkg-config search path.
  45. Perhaps you should add the directory containing `gtk+-3.0.pc'
  46. to the PKG_CONFIG_PATH environment variable
  47. No package 'gtk+-3.0' found
  48. Package gthread-2.0 was not found in the pkg-config search path.
  49. Perhaps you should add the directory containing `gthread-2.0.pc'
  50. to the PKG_CONFIG_PATH environment variable
  51. No package 'gthread-2.0' found
  52. no
  53. *** Could not run GTK+ test program, checking why...
  54. *** The test program failed to compile or link. See the file config.log for the
  55. *** exact error that occured. This usually means GTK+ is incorrectly installed.
  56. configure: error:
  57. The development files for GTK+ were not found. For GTK+ 2, please
  58. ensure that pkg-config is in the path and that gtk+-2.0.pc is
  59. installed. For GTK+ 1.2 please check that gtk-config is in the path,
  60. and that the version is 1.2.3 or above. Also check that the
  61. libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
  62. --libs' are in the LD_LIBRARY_PATH or equivalent.
  63.  
  64. Error running configure
  65. ERROR: failed building wxWidgets
  66. Traceback (most recent call last):
  67. File "build.py", line 1269, in cmd_build_wx
  68. wxbuild.main(wxDir(), build_options)
  69. File "/tmp/pip-build-nyqik_yh/wxPython/buildtools/build_wxwidgets.py", line 376, in main
  70. "Error running configure")
  71. File "/tmp/pip-build-nyqik_yh/wxPython/buildtools/build_wxwidgets.py", line 85, in exitIfError
  72. raise builder.BuildError(msg)
  73. buildtools.builder.BuildError: Error running configure
  74. Finished command: build_wx (0m6.337s)
  75. Finished command: build (0m6.337s)
  76. Command '"/home/jeff/Dropbox/python/python_3_5/env/bin/python3" -u build.py build' failed with exit code 1.
  77.  
  78. ----------------------------------------
  79. Failed building wheel for wxPython
  80. Running setup.py clean for wxPython
  81. Failed to build wxPython
  82. Installing collected packages: wxPython
  83. Running setup.py install for wxPython ... error
  84. Complete output from command /home/jeff/Dropbox/python/python_3_5/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-nyqik_yh/wxPython/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-xhapqc8k-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/jeff/Dropbox/python/python_3_5/env/include/site/python3.5/wxPython:
  85. running install
  86. running build
  87. WARNING: Building this way assumes that all generated files have been
  88. generated already. If that is not the case then use build.py directly
  89. to generate the source and perform the build stage. You can use
  90. --skip-build with the bdist_* or install commands to avoid this
  91. message and the wxWidgets and Phoenix build steps in the future.
  92.  
  93. "/home/jeff/Dropbox/python/python_3_5/env/bin/python3" -u build.py build
  94. Will build using: "/home/jeff/Dropbox/python/python_3_5/env/bin/python3"
  95. 3.5.2 (default, Nov 17 2016, 17:05:23)
  96. [GCC 5.4.0 20160609]
  97. Python's architecture is 64bit
  98. cfg.VERSION: 4.0.0b2
  99.  
  100. Running command: build
  101. Running command: build_wx
  102. wxWidgets build options: ['--wxpython', '--unicode', '--gtk3']
  103. Configure options: ['--enable-unicode', '--with-gtk=3', '--with-opengl', '--enable-sound', '--enable-graphics_ctx', '--enable-mediactrl', '--enable-display', '--enable-geometry', '--enable-debug_flag', '--enable-optimise', '--disable-debugreport', '--enable-uiactionsim', '--with-sdl']
  104. /tmp/pip-build-nyqik_yh/wxPython/ext/wxWidgets/configure --enable-unicode --with-gtk=3 --with-opengl --enable-sound --enable-graphics_ctx --enable-mediactrl --enable-display --enable-geometry --enable-debug_flag --enable-optimise --disable-debugreport --enable-uiactionsim --with-sdl
  105. checking build system type... x86_64-unknown-linux-gnu
  106. checking host system type... x86_64-unknown-linux-gnu
  107. checking for --disable-gui... no
  108. checking for --enable-monolithic... no
  109. checking for --enable-plugins... no
  110. checking for --without-subdirs... no
  111. checking for --enable-official_build... no
  112. checking for --disable-all-features... no
  113. checking for --enable-universal... no
  114. checking for --enable-nanox... no
  115. checking for --enable-gpe... no
  116. checking for toolkit... gtk
  117. checking for --with-libpng... yes
  118. checking for --with-libjpeg... yes
  119. checking for --with-libtiff... yes
  120. checking for --without-libjbig... no
  121. checking for --without-liblzma... no
  122. checking for --with-libxpm... yes
  123. checking for --with-libiconv... yes
  124. checking for --with-libmspack... no
  125. checking for --without-gtkprint... no
  126. checking for --with-gnomevfs... no
  127. checking for --with-libnotify... yes
  128. checking for --with-hildon... no
  129. checking for --with-opengl... yes
  130. checking for --with-dmalloc... no
  131. checking for --with-sdl... yes
  132. checking for --with-regex... yes
  133. checking for --with-zlib... yes
  134. checking for --with-expat... yes
  135. checking for --with-macosx-sdk...
  136. checking for --with-macosx-version-min...
  137. checking for --enable-debug... default
  138. checking for --disable-debug_flag... no
  139. checking for --enable-debug_info... no
  140. checking for --enable-debug_gdb... no
  141. checking for --enable-debug_cntxt... no
  142. checking for --enable-mem_tracing... no
  143. checking for --disable-shared... no
  144. checking for --enable-stl... no
  145. checking for --enable-std_containers... no
  146. checking for --enable-std_iostreams... yes
  147. checking for --enable-std_string... yes
  148. checking for --enable-std_string_conv_in_wxstring... no
  149. checking for --disable-unicode... no
  150. checking for --enable-mslu... no
  151. checking for --enable-utf8... no
  152. checking for --enable-utf8only... no
  153. checking for --enable-extended_rtti... no
  154. checking for --disable-optimise... no
  155. checking for --enable-profile... no
  156. checking for --enable-no_rtti... no
  157. checking for --enable-no_exceptions... no
  158. checking for --enable-permissive... no
  159. checking for --enable-no_deps... no
  160. checking for --disable-vararg_macros... no
  161. checking for --enable-universal_binary... no
  162. checking for --enable-macosx_arch... no
  163. checking for --enable-compat26... no
  164. checking for --disable-compat28... no
  165. checking for --disable-rpath... no
  166. checking for --enable-objc_uniquifying... no
  167. checking for --disable-visibility... no
  168. checking for --disable-tls... no
  169. checking for --enable-intl... yes
  170. checking for --enable-xlocale... yes
  171. checking for --enable-config... yes
  172. checking for --enable-protocols... yes
  173. checking for --enable-ftp... yes
  174. checking for --enable-http... yes
  175. checking for --enable-fileproto... yes
  176. checking for --enable-sockets... yes
  177. checking for --enable-ipv6... no
  178. checking for --enable-ole... yes
  179. checking for --enable-dataobj... yes
  180. checking for --enable-ipc... yes
  181. checking for --enable-baseevtloop... yes
  182. checking for --enable-epollloop... yes
  183. checking for --enable-selectloop... yes
  184. checking for --enable-any... yes
  185. checking for --enable-apple_ieee... yes
  186. checking for --enable-arcstream... yes
  187. checking for --enable-base64... yes
  188. checking for --enable-backtrace... yes
  189. checking for --enable-catch_segvs... yes
  190. checking for --enable-cmdline... yes
  191. checking for --enable-datetime... yes
  192. checking for --enable-debugreport... no
  193. checking for --enable-dialupman... yes
  194. checking for --enable-dynlib... yes
  195. checking for --enable-dynamicloader... yes
  196. checking for --enable-exceptions... yes
  197. checking for --enable-ffile... yes
  198. checking for --enable-file... yes
  199. checking for --enable-filehistory... yes
  200. checking for --enable-filesystem... yes
  201. checking for --enable-fontenum... yes
  202. checking for --enable-fontmap... yes
  203. checking for --enable-fs_archive... yes
  204. checking for --enable-fs_inet... yes
  205. checking for --enable-fs_zip... yes
  206. checking for --enable-fsvolume... yes
  207. checking for --enable-fswatcher... yes
  208. checking for --enable-geometry... yes
  209. checking for --enable-log... yes
  210. checking for --enable-longlong... yes
  211. checking for --enable-mimetype... yes
  212. checking for --enable-printfposparam... yes
  213. checking for --enable-snglinst... yes
  214. checking for --enable-sound... yes
  215. checking for --enable-stdpaths... yes
  216. checking for --enable-stopwatch... yes
  217. checking for --enable-streams... yes
  218. checking for --enable-sysoptions... yes
  219. checking for --enable-tarstream... yes
  220. checking for --enable-textbuf... yes
  221. checking for --enable-textfile... yes
  222. checking for --enable-timer... yes
  223. checking for --enable-variant... yes
  224. checking for --enable-zipstream... yes
  225. checking for --enable-url... yes
  226. checking for --enable-protocol... yes
  227. checking for --enable-protocol_http... yes
  228. checking for --enable-protocol_ftp... yes
  229. checking for --enable-protocol_file... yes
  230. checking for --enable-threads... yes
  231. checking for --enable-iniconf... no
  232. checking for --enable-regkey... yes
  233. checking for --enable-docview... yes
  234. checking for --enable-help... yes
  235. checking for --enable-mshtmlhelp... yes
  236. checking for --enable-html... yes
  237. checking for --enable-htmlhelp... yes
  238. checking for --enable-xrc... yes
  239. checking for --enable-aui... yes
  240. checking for --enable-propgrid... yes
  241. checking for --enable-ribbon... yes
  242. checking for --enable-stc... yes
  243. checking for --enable-constraints... yes
  244. checking for --enable-loggui... yes
  245. checking for --enable-logwin... yes
  246. checking for --enable-logdialog... yes
  247. checking for --enable-mdi... yes
  248. checking for --enable-mdidoc... yes
  249. checking for --enable-mediactrl... yes
  250. checking for --enable-gstreamer8... no
  251. checking for --enable-richtext... yes
  252. checking for --enable-postscript... yes
  253. checking for --enable-printarch... yes
  254. checking for --enable-svg... yes
  255. checking for --enable-webkit... yes
  256. checking for --enable-webview... yes
  257. checking for --enable-graphics_ctx... yes
  258. checking for --enable-clipboard... yes
  259. checking for --enable-dnd... yes
  260. checking for --disable-controls... no
  261. checking for --enable-markup... yes
  262. checking for --enable-accel... yes
  263. checking for --enable-animatectrl... yes
  264. checking for --enable-bannerwindow... yes
  265. checking for --enable-artstd... yes
  266. checking for --enable-arttango... auto
  267. checking for --enable-bmpbutton... yes
  268. checking for --enable-bmpcombobox... yes
  269. checking for --enable-button... yes
  270. checking for --enable-calendar... yes
  271. checking for --enable-caret... yes
  272. checking for --enable-checkbox... yes
  273. checking for --enable-checklst... yes
  274. checking for --enable-choice... yes
  275. checking for --enable-choicebook... yes
  276. checking for --enable-collpane... yes
  277. checking for --enable-colourpicker... yes
  278. checking for --enable-combobox... yes
  279. checking for --enable-comboctrl... yes
  280. checking for --enable-commandlinkbutton... yes
  281. checking for --enable-dataviewctrl... yes
  282. checking for --enable-datepick... yes
  283. checking for --enable-detect_sm... yes
  284. checking for --enable-dirpicker... yes
  285. checking for --enable-display... yes
  286. checking for --enable-editablebox... yes
  287. checking for --enable-filectrl... yes
  288. checking for --enable-filepicker... yes
  289. checking for --enable-fontpicker... yes
  290. checking for --enable-gauge... yes
  291. checking for --enable-grid... yes
  292. checking for --enable-headerctrl... yes
  293. checking for --enable-hyperlink... yes
  294. checking for --enable-imaglist... yes
  295. checking for --enable-infobar... yes
  296. checking for --enable-listbook... yes
  297. checking for --enable-listbox... yes
  298. checking for --enable-listctrl... yes
  299. checking for --enable-notebook... yes
  300. checking for --enable-notifmsg... yes
  301. checking for --enable-odcombobox... yes
  302. checking for --enable-popupwin... yes
  303. checking for --enable-prefseditor... yes
  304. checking for --enable-radiobox... yes
  305. checking for --enable-radiobtn... yes
  306. checking for --enable-richmsgdlg... yes
  307. checking for --enable-richtooltip... yes
  308. checking for --enable-rearrangectrl... yes
  309. checking for --enable-sash... yes
  310. checking for --enable-scrollbar... yes
  311. checking for --enable-searchctrl... yes
  312. checking for --enable-slider... yes
  313. checking for --enable-spinbtn... yes
  314. checking for --enable-spinctrl... yes
  315. checking for --enable-splitter... yes
  316. checking for --enable-statbmp... yes
  317. checking for --enable-statbox... yes
  318. checking for --enable-statline... yes
  319. checking for --enable-stattext... yes
  320. checking for --enable-statusbar... yes
  321. checking for --enable-taskbaricon... yes
  322. checking for --enable-tbarnative... yes
  323. checking for --enable-textctrl... yes
  324. checking for --enable-datepick... yes
  325. checking for --enable-tipwindow... yes
  326. checking for --enable-togglebtn... yes
  327. checking for --enable-toolbar... yes
  328. checking for --enable-toolbook... yes
  329. checking for --enable-treebook... yes
  330. checking for --enable-treectrl... yes
  331. checking for --enable-treelist... yes
  332. checking for --enable-commondlg... yes
  333. checking for --enable-aboutdlg... yes
  334. checking for --enable-choicedlg... yes
  335. checking for --enable-coldlg... yes
  336. checking for --enable-filedlg... yes
  337. checking for --enable-finddlg... yes
  338. checking for --enable-fontdlg... yes
  339. checking for --enable-dirdlg... yes
  340. checking for --enable-msgdlg... yes
  341. checking for --enable-numberdlg... yes
  342. checking for --enable-splash... yes
  343. checking for --enable-textdlg... yes
  344. checking for --enable-tipdlg... yes
  345. checking for --enable-progressdlg... yes
  346. checking for --enable-wizarddlg... yes
  347. checking for --enable-menus... yes
  348. checking for --enable-miniframe... yes
  349. checking for --enable-tooltips... yes
  350. checking for --enable-splines... yes
  351. checking for --enable-mousewheel... yes
  352. checking for --enable-validators... yes
  353. checking for --enable-busyinfo... yes
  354. checking for --enable-hotkey... auto
  355. checking for --enable-joystick... yes
  356. checking for --enable-metafile... auto
  357. checking for --enable-dragimage... yes
  358. checking for --enable-accessibility... no
  359. checking for --enable-uiactionsim... yes
  360. checking for --enable-dctransform... yes
  361. checking for --enable-webviewwebkit... yes
  362. checking for --enable-palette... yes
  363. checking for --enable-image... yes
  364. checking for --enable-gif... yes
  365. checking for --enable-pcx... yes
  366. checking for --enable-tga... yes
  367. checking for --enable-iff... yes
  368. checking for --enable-pnm... yes
  369. checking for --enable-xpm... yes
  370. checking for --enable-ico_cur... yes
  371. checking for --enable-dccache... yes
  372. checking for --enable-ps-in-msw... yes
  373. checking for --enable-ownerdrawn... yes
  374. checking for --enable-uxtheme... yes
  375. checking for --enable-wxdib... yes
  376. checking for --enable-webviewie... yes
  377. checking for --enable-autoidman... no
  378. checking for gcc... gcc
  379. checking whether the C compiler works... yes
  380. checking for C compiler default output file name... a.out
  381. checking for suffix of executables...
  382. checking whether we are cross compiling... no
  383. checking for suffix of object files... o
  384. checking whether we are using the GNU C compiler... yes
  385. checking whether gcc accepts -g... yes
  386. checking for gcc option to accept ISO C89... none needed
  387. checking whether we are using the Intel C compiler... no
  388. checking how to run the C preprocessor... gcc -E
  389. checking for grep that handles long lines and -e... /bin/grep
  390. checking for egrep... /bin/grep -E
  391. checking whether gcc needs -traditional... no
  392. checking for g++... g++
  393. checking whether we are using the GNU C++ compiler... yes
  394. checking whether g++ accepts -g... yes
  395. checking whether we are using the Intel C++ compiler... no
  396. checking whether we are using the Sun C++ compiler... no
  397. checking for ar... ar
  398. checking for ANSI C header files... yes
  399. checking for sys/types.h... yes
  400. checking for sys/stat.h... yes
  401. checking for stdlib.h... yes
  402. checking for string.h... yes
  403. checking for memory.h... yes
  404. checking for strings.h... yes
  405. checking for inttypes.h... yes
  406. checking for stdint.h... yes
  407. checking for unistd.h... yes
  408. checking for langinfo.h... yes
  409. checking for wchar.h... yes
  410. checking for sys/select.h... yes
  411. checking for cxxabi.h... yes
  412. checking for an ANSI C-conforming const... yes
  413. checking for inline... inline
  414. checking size of short... 2
  415. checking size of void *... 8
  416. checking size of int... 4
  417. checking size of long... 8
  418. checking size of size_t... 8
  419. checking size of long long... 8
  420. checking size of wchar_t... 4
  421. checking for va_copy... yes
  422. checking whether the compiler supports variadic macros... yes
  423. checking for _FILE_OFFSET_BITS value needed for large files... 64
  424. checking if large file support is available... yes
  425. checking for _LARGEFILE_SOURCE value needed for large files... no
  426. checking whether byte ordering is bigendian... no
  427. checking for iostream... yes
  428. checking if C++ compiler supports the explicit keyword... yes
  429. checking for std::wstring in <string>... yes
  430. checking for std::istream... yes
  431. checking for std::ostream... yes
  432. checking how to run the C++ preprocessor... g++ -E
  433. checking type_traits usability... no
  434. checking type_traits presence... no
  435. checking for type_traits... no
  436. checking tr1/type_traits usability... yes
  437. checking tr1/type_traits presence... yes
  438. checking for tr1/type_traits... yes
  439. checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... yes
  440. checking for libraries directories... /usr/lib/x86_64-linux-gnu /usr/lib
  441. checking for cos... no
  442. checking for floor... no
  443. checking if floating point functions link without -lm... no
  444. checking for sin... yes
  445. checking for ceil... yes
  446. checking if floating point functions link with -lm... yes
  447. checking for strtoull... yes
  448. configure: WARNING: Defaulting to the builtin regex library for Unicode build.
  449. checking for zlib.h >= 1.1.4... no
  450. checking for zlib.h... (cached) no
  451. configure: WARNING: zlib library not found or too old, will use built-in instead
  452. checking for png.h > 0.90... no
  453. checking for png.h... (cached) no
  454. configure: WARNING: system png library not found or too old, will use built-in instead
  455. checking for jpeglib.h... no
  456. configure: WARNING: system jpeg library not found, will use built-in instead
  457. checking for tiffio.h... no
  458. configure: WARNING: system tiff library not found, will use built-in instead
  459. checking for lzma_code in -llzma... no
  460. checking for jbg_dec_init in -ljbig... no
  461. checking for expat.h... yes
  462. checking if expat.h is valid C++ header... yes
  463. checking for XML_ParserCreate in -lexpat... yes
  464. checking for GTK+ version...
  465. checking for pkg-config... /usr/bin/pkg-config
  466. checking for GTK+ - version >= 3.0.0... Package gtk+-3.0 was not found in the pkg-config search path.
  467. Perhaps you should add the directory containing `gtk+-3.0.pc'
  468. to the PKG_CONFIG_PATH environment variable
  469. No package 'gtk+-3.0' found
  470. Package gthread-2.0 was not found in the pkg-config search path.
  471. Perhaps you should add the directory containing `gthread-2.0.pc'
  472. to the PKG_CONFIG_PATH environment variable
  473. No package 'gthread-2.0' found
  474. no
  475. *** Could not run GTK+ test program, checking why...
  476. *** The test program failed to compile or link. See the file config.log for the
  477. *** exact error that occured. This usually means GTK+ is incorrectly installed.
  478. configure: error:
  479. The development files for GTK+ were not found. For GTK+ 2, please
  480. ensure that pkg-config is in the path and that gtk+-2.0.pc is
  481. installed. For GTK+ 1.2 please check that gtk-config is in the path,
  482. and that the version is 1.2.3 or above. Also check that the
  483. libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
  484. --libs' are in the LD_LIBRARY_PATH or equivalent.
  485.  
  486. Error running configure
  487. ERROR: failed building wxWidgets
  488. Traceback (most recent call last):
  489. File "build.py", line 1269, in cmd_build_wx
  490. wxbuild.main(wxDir(), build_options)
  491. File "/tmp/pip-build-nyqik_yh/wxPython/buildtools/build_wxwidgets.py", line 376, in main
  492. "Error running configure")
  493. File "/tmp/pip-build-nyqik_yh/wxPython/buildtools/build_wxwidgets.py", line 85, in exitIfError
  494. raise builder.BuildError(msg)
  495. buildtools.builder.BuildError: Error running configure
  496. Finished command: build_wx (0m6.245s)
  497. Finished command: build (0m6.246s)
  498. Command '"/home/jeff/Dropbox/python/python_3_5/env/bin/python3" -u build.py build' failed with exit code 1.
  499.  
  500. ----------------------------------------
  501. Command "/home/jeff/Dropbox/python/python_3_5/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-nyqik_yh/wxPython/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-xhapqc8k-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/jeff/Dropbox/python/python_3_5/env/include/site/python3.5/wxPython" failed with error code 1 in /tmp/pip-build-nyqik_yh/wxPython/
  502. (env) jeff@snowdon:~/Dropbox/python/python_3_5$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement