{"id":1600,"date":"2024-01-13T17:41:06","date_gmt":"2024-01-13T05:41:06","guid":{"rendered":"http:\/\/p-s.co.nz\/wordpress\/?p=1600"},"modified":"2024-01-13T17:41:07","modified_gmt":"2024-01-13T05:41:07","slug":"wxpython-in-a-venv-ubuntu","status":"publish","type":"post","link":"http:\/\/p-s.co.nz\/wordpress\/wxpython-in-a-venv-ubuntu\/","title":{"rendered":"wxPython in a venv (Ubuntu)"},"content":{"rendered":"\n<p>Need pip (not already there):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>python3 -m ensurepip --upgrade<\/code><\/pre>\n\n\n\n<p>Need GTK-3 development library to enable wheel to be built<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install libgtk-3-dev<\/code><\/pre>\n\n\n\n<p>Success?<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>python3 -m pip install wxpython<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Need pip (not already there): Need GTK-3 development library to enable wheel to be built Success?<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[37,15,38,36],"class_list":["post-1600","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-pip","tag-python","tag-ubuntu","tag-wxpython"],"_links":{"self":[{"href":"http:\/\/p-s.co.nz\/wordpress\/wp-json\/wp\/v2\/posts\/1600"}],"collection":[{"href":"http:\/\/p-s.co.nz\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/p-s.co.nz\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/p-s.co.nz\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/p-s.co.nz\/wordpress\/wp-json\/wp\/v2\/comments?post=1600"}],"version-history":[{"count":1,"href":"http:\/\/p-s.co.nz\/wordpress\/wp-json\/wp\/v2\/posts\/1600\/revisions"}],"predecessor-version":[{"id":1601,"href":"http:\/\/p-s.co.nz\/wordpress\/wp-json\/wp\/v2\/posts\/1600\/revisions\/1601"}],"wp:attachment":[{"href":"http:\/\/p-s.co.nz\/wordpress\/wp-json\/wp\/v2\/media?parent=1600"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/p-s.co.nz\/wordpress\/wp-json\/wp\/v2\/categories?post=1600"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/p-s.co.nz\/wordpress\/wp-json\/wp\/v2\/tags?post=1600"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}