Re: Unable to get started with wxPython 4 & Python 3 on windows 10

"Christian O." <[email protected]> Fri, 17 May 2019 13:14:41 -0700 (PDT)
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
------=_Part_1176_1169770701.1558124081855
Content-Type: multipart/alternative; 
	boundary="----=_Part_1177_1987937012.1558124081856"

------=_Part_1177_1987937012.1558124081856
Content-Type: text/plain; charset="UTF-8"

@mike

When I try runnning the script in Python 3.7 Shell for some reason it cant 
find the module.

Traceback (most recent call last):
  File "C:\Users\Christian\Desktop\The Summoning\Test.py", line 1, in 
<module>
    import wx
ModuleNotFoundError: No module named 'wx'



@ Robin Dunn Im pretty sure it is the same python. 

Sublime build file:
"cmd": [
"C:\\Users\\Christian\\AppData\\Local\\Programs\\Python\\Python37\\python.exe"
, "-u", "$file"],
  "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
  "selector": "source.python"

Environment Path variable:
C:\Users\Christian\AppData\Local\Programs\Python\Python37\Scripts

As for error messages I get none from launching the test script in sublime, 
however I do in Python 3.7 Shell. 

On Friday, May 17, 2019 at 4:02:15 PM UTC-4, Robin Dunn wrote:
>
> Also, make sure that the Python being executed by Sublime is the same 
> Python you used when running pip.
>
> Do you see any error messages or tracebacks?
>
> --
> Robin
>
>
> On Friday, May 17, 2019 at 12:34:09 PM UTC-7, mike wrote:
>>
>>
>>
>> On Fri, May 17, 2019 at 1:43 PM Christian O. <[email protected] 
>> <javascript:>> wrote:
>>
>>> I've been trying for to install wxpython but every time I install it 
>>> with pip:
>>>
>>> C:\Users\Christian>pip install wxPython
>>>> Collecting wxPython
>>>>   Using cached https://
>>>> files.pythonhosted.org/packages/bd/6e/ce469293cf6f7e391c11ec31161a9d6d0f2acffd05da2fb27bb3b3d81d1e/wxPython-4.0.4-cp37-cp37m-win_amd64.whl
>>>> Requirement already satisfied: six in c:\users\christian\appdata\local\
>>>> programs\python\python37\lib\site-packages (from wxPython) (1.12.0)
>>>> Requirement already satisfied: Pillow in c:\users\christian\appdata\
>>>> local\programs\python\python37\lib\site-packages (from wxPython) (6.0.0
>>>> )
>>>> Installing collected packages: wxPython
>>>> Successfully installed wxPython-4.0.4
>>>>
>>>>
>>>>
>>> I try to run  
>>>
>>> import wx
>>>
>>>
>>> app = wx.App()
>>> frame = wx.Frame(parent=None, title='Hello World')
>>> frame.Show()
>>> app.MainLoop()
>>>
>>> But every time it builds in sublime, no frame/window appears.
>>>
>>> I'm not sure what to do. all the guides online just say to use pip to 
>>> install and have vs 2015 installed. 
>>>
>>>
>>>
>> Have you tried running the script from cmd.exe? I wonder if sublime is 
>> somehow preventing it from running correctly.
>>
>> -----------------
>> Mike Driscoll
>>
>> Blog:   http://blog.pythonlibrary.org
>> Books: Python 101 <https://gum.co/py101>, Python 201: Intermediate Python 
>> <https://gum.co/py201>, wxPython Recipes 
>> <https://www.apress.com/us/book/9781484232361>, Python Interviews 
>> <https://www.packtpub.com/web-development/python-interviews> 
>>  
>>
>

-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/wxPython-dev/46844954-92a7-4a99-a34c-263466d8a79f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

------=_Part_1177_1987937012.1558124081856
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">@mike<br><br>When I try runnning the script in Python 3.7 =
Shell for some reason it cant find the module.<br><br><div><div class=3D"pr=
ettyprint" style=3D"background-color: rgb(250, 250, 250); border-color: rgb=
(187, 187, 187); border-style: solid; border-width: 1px; overflow-wrap: bre=
ak-word;"><code class=3D"prettyprint"><div class=3D"subprettyprint"><span s=
tyle=3D"color: #606;" class=3D"styled-by-prettify">Traceback</span><span st=
yle=3D"color: #000;" class=3D"styled-by-prettify"> </span><span style=3D"co=
lor: #660;" class=3D"styled-by-prettify">(</span><span style=3D"color: #000=
;" class=3D"styled-by-prettify">most recent call </span><span style=3D"colo=
r: #008;" class=3D"styled-by-prettify">last</span><span style=3D"color: #66=
0;" class=3D"styled-by-prettify">):</span><span style=3D"color: #000;" clas=
s=3D"styled-by-prettify"><br>=C2=A0 </span><span style=3D"color: #606;" cla=
ss=3D"styled-by-prettify">File</span><span style=3D"color: #000;" class=3D"=
styled-by-prettify"> </span><span style=3D"color: #080;" class=3D"styled-by=
-prettify">&quot;C:\Users\Christian\Desktop\The Summoning\Test.py&quot;</sp=
an><span style=3D"color: #660;" class=3D"styled-by-prettify">,</span><span =
style=3D"color: #000;" class=3D"styled-by-prettify"> line </span><span styl=
e=3D"color: #066;" class=3D"styled-by-prettify">1</span><span style=3D"colo=
r: #660;" class=3D"styled-by-prettify">,</span><span style=3D"color: #000;"=
 class=3D"styled-by-prettify"> </span><span style=3D"color: #008;" class=3D=
"styled-by-prettify">in</span><span style=3D"color: #000;" class=3D"styled-=
by-prettify"> </span><span style=3D"color: #080;" class=3D"styled-by-pretti=
fy">&lt;module&gt;</span><span style=3D"color: #000;" class=3D"styled-by-pr=
ettify"><br>=C2=A0 =C2=A0 </span><span style=3D"color: #008;" class=3D"styl=
ed-by-prettify">import</span><span style=3D"color: #000;" class=3D"styled-b=
y-prettify"> wx<br></span><span style=3D"color: #606;" class=3D"styled-by-p=
rettify">ModuleNotFoundError</span><span style=3D"color: #660;" class=3D"st=
yled-by-prettify">:</span><span style=3D"color: #000;" class=3D"styled-by-p=
rettify"> </span><span style=3D"color: #606;" class=3D"styled-by-prettify">=
No</span><span style=3D"color: #000;" class=3D"styled-by-prettify"> </span>=
<span style=3D"color: #008;" class=3D"styled-by-prettify">module</span><spa=
n style=3D"color: #000;" class=3D"styled-by-prettify"> named </span><span s=
tyle=3D"color: #080;" class=3D"styled-by-prettify">&#39;wx&#39;</span></div=
></code></div><div><br></div></div><br><br>@ Robin Dunn Im pretty sure it i=
s the same python.=C2=A0<br><br><div>Sublime build file:</div><div><span st=
yle=3D"white-space:pre">	</span></div><div class=3D"prettyprint" style=3D"b=
ackground-color: rgb(250, 250, 250); border-color: rgb(187, 187, 187); bord=
er-style: solid; border-width: 1px; overflow-wrap: break-word;"><code class=
=3D"prettyprint"><div class=3D"subprettyprint"><span style=3D"color: #080;"=
 class=3D"styled-by-prettify">&quot;cmd&quot;</span><span style=3D"color: #=
660;" class=3D"styled-by-prettify">:</span><span style=3D"color: #000;" cla=
ss=3D"styled-by-prettify"> </span><span style=3D"color: #660;" class=3D"sty=
led-by-prettify">[</span><span style=3D"color: #080;" class=3D"styled-by-pr=
ettify">&quot;C:\\Users\\Christian\\AppData\\Local\\Programs\\Python\\Pytho=
n37\\python.exe&quot;</span><span style=3D"color: #660;" class=3D"styled-by=
-prettify">,</span><span style=3D"color: #000;" class=3D"styled-by-prettify=
"> </span><span style=3D"color: #080;" class=3D"styled-by-prettify">&quot;-=
u&quot;</span><span style=3D"color: #660;" class=3D"styled-by-prettify">,</=
span><span style=3D"color: #000;" class=3D"styled-by-prettify"> </span><spa=
n style=3D"color: #080;" class=3D"styled-by-prettify">&quot;$file&quot;</sp=
an><span style=3D"color: #660;" class=3D"styled-by-prettify">],</span><span=
 style=3D"color: #000;" class=3D"styled-by-prettify"><br>=C2=A0 </span><spa=
n style=3D"color: #080;" class=3D"styled-by-prettify">&quot;file_regex&quot=
;</span><span style=3D"color: #660;" class=3D"styled-by-prettify">:</span><=
span style=3D"color: #000;" class=3D"styled-by-prettify"> </span><span styl=
e=3D"color: #080;" class=3D"styled-by-prettify">&quot;^[ ]*File \&quot;(...=
*?)\&quot;, line ([0-9]*)&quot;</span><span style=3D"color: #660;" class=3D=
"styled-by-prettify">,</span><span style=3D"color: #000;" class=3D"styled-b=
y-prettify"><br>=C2=A0 </span><span style=3D"color: #080;" class=3D"styled-=
by-prettify">&quot;selector&quot;</span><span style=3D"color: #660;" class=
=3D"styled-by-prettify">:</span><span style=3D"color: #000;" class=3D"style=
d-by-prettify"> </span><span style=3D"color: #080;" class=3D"styled-by-pret=
tify">&quot;source.python&quot;</span></div></code></div><div><br></div><di=
v>Environment Path variable:</div><div class=3D"prettyprint" style=3D"backg=
round-color: rgb(250, 250, 250); border-color: rgb(187, 187, 187); border-s=
tyle: solid; border-width: 1px; overflow-wrap: break-word;"><code class=3D"=
prettyprint"><div class=3D"subprettyprint"><span style=3D"color: #000;" cla=
ss=3D"styled-by-prettify">C</span><span style=3D"color: #660;" class=3D"sty=
led-by-prettify">:\</span><span style=3D"color: #606;" class=3D"styled-by-p=
rettify">Users</span><span style=3D"color: #660;" class=3D"styled-by-pretti=
fy">\</span><span style=3D"color: #606;" class=3D"styled-by-prettify">Chris=
tian</span><span style=3D"color: #660;" class=3D"styled-by-prettify">\</spa=
n><span style=3D"color: #606;" class=3D"styled-by-prettify">AppData</span><=
span style=3D"color: #660;" class=3D"styled-by-prettify">\</span><span styl=
e=3D"color: #606;" class=3D"styled-by-prettify">Local</span><span style=3D"=
color: #660;" class=3D"styled-by-prettify">\</span><span style=3D"color: #6=
06;" class=3D"styled-by-prettify">Programs</span><span style=3D"color: #660=
;" class=3D"styled-by-prettify">\</span><span style=3D"color: #606;" class=
=3D"styled-by-prettify">Python</span><span style=3D"color: #660;" class=3D"=
styled-by-prettify">\</span><span style=3D"color: #606;" class=3D"styled-by=
-prettify">Python37</span><span style=3D"color: #660;" class=3D"styled-by-p=
rettify">\</span><span style=3D"color: #606;" class=3D"styled-by-prettify">=
Scripts</span></div></code></div><br>As for error messages I get none from =
launching the test script in sublime, however I do in Python 3.7 Shell.=C2=
=A0<br><br>On Friday, May 17, 2019 at 4:02:15 PM UTC-4, Robin Dunn wrote:<b=
lockquote class=3D"gmail_quote" style=3D"margin: 0;margin-left: 0.8ex;borde=
r-left: 1px #ccc solid;padding-left: 1ex;"><div dir=3D"ltr">Also, make sure=
 that the Python being executed by Sublime is the same Python you used when=
 running pip.<div><br></div><div>Do you see any error messages or traceback=
s?</div><div><br></div><div>--</div><div>Robin</div><div><br><br>On Friday,=
 May 17, 2019 at 12:34:09 PM UTC-7, mike wrote:<blockquote class=3D"gmail_q=
uote" style=3D"margin:0;margin-left:0.8ex;border-left:1px #ccc solid;paddin=
g-left:1ex"><div dir=3D"ltr"><div dir=3D"ltr"><div><div dir=3D"ltr"><div di=
r=3D"ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr"=
><div><br></div></div></div></div></div></div></div></div></div></div></div=
><br><div class=3D"gmail_quote"><div dir=3D"ltr">On Fri, May 17, 2019 at 1:=
43 PM Christian O. &lt;<a href=3D"javascript:" rel=3D"nofollow" target=3D"_=
blank" gdf-obfuscated-mailto=3D"Ttxx6k4LAQAJ" onmousedown=3D"this.href=3D&#=
39;javascript:&#39;;return true;" onclick=3D"this.href=3D&#39;javascript:&#=
39;;return true;">christianoli...@<wbr>gmail.com</a>&gt; wrote:<br></div><b=
lockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-le=
ft:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr">I&#39;ve b=
een trying for to install wxpython but every time I install it with pip:<br=
><br><blockquote style=3D"margin:0px 0px 0px 40px;border:none;padding:0px">=
<blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-=
left:1px solid rgb(204,204,204);padding-left:1ex"><div style=3D"background-=
color:rgb(250,250,250);border-color:rgb(187,187,187);border-style:solid;bor=
der-width:1px"><code><div><span style=3D"color:rgb(0,0,0)">C</span><span st=
yle=3D"color:rgb(102,102,0)">:\</span><span style=3D"color:rgb(102,0,102)">=
Users</span><span style=3D"color:rgb(102,102,0)">\</span><span style=3D"col=
or:rgb(102,0,102)">Christian</span><span style=3D"color:rgb(102,102,0)">&gt=
;</span><span style=3D"color:rgb(0,0,0)">pip install wxPython<br></span><sp=
an style=3D"color:rgb(102,0,102)">Collecting</span><span style=3D"color:rgb=
(0,0,0)"> wxPython<br>=C2=A0 </span><span style=3D"color:rgb(102,0,102)">Us=
ing</span><span style=3D"color:rgb(0,0,0)"> cached https</span><span style=
=3D"color:rgb(102,102,0)">:</span><span style=3D"color:rgb(136,0,0)">//<a h=
ref=3D"http://files.pythonhosted.org/packages/bd/6e/ce469293cf6f7e391c11ec3=
1161a9d6d0f2acffd05da2fb27bb3b3d81d1e/wxPython-4.0.4-cp37-cp37m-win_amd64.w=
hl" rel=3D"nofollow" target=3D"_blank" onmousedown=3D"this.href=3D&#39;http=
://www.google.com/url?q\x3dhttp%3A%2F%2Ffiles.pythonhosted.org%2Fpackages%2=
Fbd%2F6e%2Fce469293cf6f7e391c11ec31161a9d6d0f2acffd05da2fb27bb3b3d81d1e%2Fw=
xPython-4.0.4-cp37-cp37m-win_amd64.whl\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAF=
QjCNFyWXWbTwTmRVhLyE12VX2wNECAjg&#39;;return true;" onclick=3D"this.href=3D=
&#39;http://www.google.com/url?q\x3dhttp%3A%2F%2Ffiles.pythonhosted.org%2Fp=
ackages%2Fbd%2F6e%2Fce469293cf6f7e391c11ec31161a9d6d0f2acffd05da2fb27bb3b3d=
81d1e%2FwxPython-4.0.4-cp37-cp37m-win_amd64.whl\x26sa\x3dD\x26sntz\x3d1\x26=
usg\x3dAFQjCNFyWXWbTwTmRVhLyE12VX2wNECAjg&#39;;return true;">files.pythonho=
sted.<wbr>org/packages/bd/6e/<wbr>ce469293cf6f7e391c11ec31161a9d<wbr>6d0f2a=
cffd05da2fb27bb3b3d81d1e<wbr>/wxPython-4.0.4-cp37-cp37m-<wbr>win_amd64.whl<=
/a></span><span style=3D"color:rgb(0,0,0)"><br></span><span style=3D"color:=
rgb(102,0,102)">Requirement</span><span style=3D"color:rgb(0,0,0)"> already=
 satisfied</span><span style=3D"color:rgb(102,102,0)">:</span><span style=
=3D"color:rgb(0,0,0)"> six </span><span style=3D"color:rgb(0,0,136)">in</sp=
an><span style=3D"color:rgb(0,0,0)"> c</span><span style=3D"color:rgb(102,1=
02,0)">:\</span><span style=3D"color:rgb(0,0,0)">users</span><span style=3D=
"color:rgb(102,102,0)">\</span><span style=3D"color:rgb(0,0,0)">christian</=
span><span style=3D"color:rgb(102,102,0)">\</span><span style=3D"color:rgb(=
0,0,0)">appdata</span><span style=3D"color:rgb(102,102,0)">\</span><span st=
yle=3D"color:rgb(0,0,136)">loc<wbr>al</span><span style=3D"color:rgb(102,10=
2,0)">\</span><span style=3D"color:rgb(0,0,0)">programs</span><span style=
=3D"color:rgb(102,102,0)">\</span><span style=3D"color:rgb(0,0,0)">python</=
span><span style=3D"color:rgb(102,102,0)">\</span><span style=3D"color:rgb(=
0,0,0)">python37</span><span style=3D"color:rgb(102,102,0)">\</span><span s=
tyle=3D"color:rgb(0,0,0)">li<wbr>b</span><span style=3D"color:rgb(102,102,0=
)">\</span><span style=3D"color:rgb(0,0,0)">site</span><span style=3D"color=
:rgb(102,102,0)">-</span><span style=3D"color:rgb(0,0,0)">packages </span><=
span style=3D"color:rgb(102,102,0)">(</span><span style=3D"color:rgb(0,0,13=
6)">from</span><span style=3D"color:rgb(0,0,0)"> wxPython</span><span style=
=3D"color:rgb(102,102,0)">)</span><span style=3D"color:rgb(0,0,0)"> </span>=
<span style=3D"color:rgb(102,102,0)">(</span><span style=3D"color:rgb(0,102=
,102)">1.12</span><span style=3D"color:rgb(102,102,0)">.</span><span style=
=3D"color:rgb(0,102,102)">0</span><span style=3D"color:rgb(102,102,0)">)</s=
pan><span style=3D"color:rgb(0,0,0)"><br></span><span style=3D"color:rgb(10=
2,0,102)">Requirement</span><span style=3D"color:rgb(0,0,0)"> already satis=
fied</span><span style=3D"color:rgb(102,102,0)">:</span><span style=3D"colo=
r:rgb(0,0,0)"> </span><span style=3D"color:rgb(102,0,102)">Pillow</span><sp=
an style=3D"color:rgb(0,0,0)"> </span><span style=3D"color:rgb(0,0,136)">in=
</span><span style=3D"color:rgb(0,0,0)"> c</span><span style=3D"color:rgb(1=
02,102,0)">:\</span><span style=3D"color:rgb(0,0,0)">users</span><span styl=
e=3D"color:rgb(102,102,0)">\</span><span style=3D"color:rgb(0,0,0)">christi=
an</span><span style=3D"color:rgb(102,102,0)">\</span><span style=3D"color:=
rgb(0,0,0)">appdata</span><span style=3D"color:rgb(102,102,0)">\</span><spa=
n style=3D"color:rgb(0,0,136)">loc<wbr>al</span><span style=3D"color:rgb(10=
2,102,0)">\</span><span style=3D"color:rgb(0,0,0)">programs</span><span sty=
le=3D"color:rgb(102,102,0)">\</span><span style=3D"color:rgb(0,0,0)">python=
</span><span style=3D"color:rgb(102,102,0)">\</span><span style=3D"color:rg=
b(0,0,0)">python37</span><span style=3D"color:rgb(102,102,0)">\</span><span=
 style=3D"color:rgb(0,0,0)">li<wbr>b</span><span style=3D"color:rgb(102,102=
,0)">\</span><span style=3D"color:rgb(0,0,0)">site</span><span style=3D"col=
or:rgb(102,102,0)">-</span><span style=3D"color:rgb(0,0,0)">packages </span=
><span style=3D"color:rgb(102,102,0)">(</span><span style=3D"color:rgb(0,0,=
136)">from</span><span style=3D"color:rgb(0,0,0)"> wxPython</span><span sty=
le=3D"color:rgb(102,102,0)">)</span><span style=3D"color:rgb(0,0,0)"> </spa=
n><span style=3D"color:rgb(102,102,0)">(</span><span style=3D"color:rgb(0,1=
02,102)">6.0</span><span style=3D"color:rgb(102,102,0)">.</span><span style=
=3D"color:rgb(0,102,102)">0</span><span style=3D"color:rgb(102,102,0)">)</s=
pan><span style=3D"color:rgb(0,0,0)"><br></span><span style=3D"color:rgb(10=
2,0,102)">Installing</span><span style=3D"color:rgb(0,0,0)"> collected pack=
ages</span><span style=3D"color:rgb(102,102,0)">:</span><span style=3D"colo=
r:rgb(0,0,0)"> wxPython<br></span><span style=3D"color:rgb(102,0,102)">Succ=
essfully</span><span style=3D"color:rgb(0,0,0)"> installed wxPython</span><=
span style=3D"color:rgb(102,102,0)">-</span><span style=3D"color:rgb(0,102,=
102)">4.0</span><span style=3D"color:rgb(102,102,0)">.</span><span style=3D=
"color:rgb(0,102,102)">4</span></div></code></div><br><br></blockquote></bl=
ockquote><div><br></div><div>I try to run=C2=A0=C2=A0<br><br><blockquote st=
yle=3D"margin:0px 0px 0px 40px;border:none;padding:0px"><div><div style=3D"=
background-color:rgb(250,250,250);border-color:rgb(187,187,187);border-styl=
e:solid;border-width:1px"><code><div><span style=3D"color:rgb(0,0,136)">imp=
ort</span><span style=3D"color:rgb(0,0,0)"> wx<br><br><br>app </span><span =
style=3D"color:rgb(102,102,0)">=3D</span><span style=3D"color:rgb(0,0,0)"> =
wx</span><span style=3D"color:rgb(102,102,0)">.</span><span style=3D"color:=
rgb(102,0,102)">App</span><span style=3D"color:rgb(102,102,0)">()</span><sp=
an style=3D"color:rgb(0,0,0)"><br>frame </span><span style=3D"color:rgb(102=
,102,0)">=3D</span><span style=3D"color:rgb(0,0,0)"> wx</span><span style=
=3D"color:rgb(102,102,0)">.</span><span style=3D"color:rgb(102,0,102)">Fram=
e</span><span style=3D"color:rgb(102,102,0)">(</span><span style=3D"color:r=
gb(0,0,0)">parent</span><span style=3D"color:rgb(102,102,0)">=3D</span><spa=
n style=3D"color:rgb(0,0,136)">None</span><span style=3D"color:rgb(102,102,=
0)">,</span><span style=3D"color:rgb(0,0,0)"> title</span><span style=3D"co=
lor:rgb(102,102,0)">=3D</span><span style=3D"color:rgb(0,136,0)">&#39;Hello=
 World&#39;</span><span style=3D"color:rgb(102,102,0)">)</span><span style=
=3D"color:rgb(0,0,0)"><br>frame</span><span style=3D"color:rgb(102,102,0)">=
.</span><span style=3D"color:rgb(102,0,102)">Show</span><span style=3D"colo=
r:rgb(102,102,0)">()</span><span style=3D"color:rgb(0,0,0)"><br>app</span><=
span style=3D"color:rgb(102,102,0)">.</span><span style=3D"color:rgb(102,0,=
102)">MainLoop</span><span style=3D"color:rgb(102,102,0)">()</span></div></=
code></div><div><br></div></div></blockquote><div>But every time it builds =
in sublime, no frame/window appears.<br><br>I&#39;m not sure what to do. al=
l the guides online just say to use pip to install and have vs 2015 install=
ed.=C2=A0<br></div></div></div>

<p></p>

<br></blockquote><div><br></div><div>Have you tried running the script from=
 cmd.exe? I wonder if sublime is somehow preventing it from running correct=
ly.</div><div><br></div><div><div>-----------------<br>Mike Driscoll<br><br=
>Blog:=C2=A0=C2=A0=C2=A0<a href=3D"http://blog.pythonlibrary.org/" rel=3D"n=
ofollow" target=3D"_blank" onmousedown=3D"this.href=3D&#39;http://www.googl=
e.com/url?q\x3dhttp%3A%2F%2Fblog.pythonlibrary.org%2F\x26sa\x3dD\x26sntz\x3=
d1\x26usg\x3dAFQjCNHYTDZQZ3YtcYUiKtCykuj-wQGaZw&#39;;return true;" onclick=
=3D"this.href=3D&#39;http://www.google.com/url?q\x3dhttp%3A%2F%2Fblog.pytho=
nlibrary.org%2F\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNHYTDZQZ3YtcYUiKtCyk=
uj-wQGaZw&#39;;return true;">http://blog.<wbr>pythonlibrary.org</a><br></di=
v>Books:=C2=A0<a href=3D"https://gum.co/py101" rel=3D"nofollow" target=3D"_=
blank" onmousedown=3D"this.href=3D&#39;https://www.google.com/url?q\x3dhttp=
s%3A%2F%2Fgum.co%2Fpy101\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGlJ78R6nTr=
S9BkxZ6qFkVxqPrb5A&#39;;return true;" onclick=3D"this.href=3D&#39;https://w=
ww.google.com/url?q\x3dhttps%3A%2F%2Fgum.co%2Fpy101\x26sa\x3dD\x26sntz\x3d1=
\x26usg\x3dAFQjCNGlJ78R6nTrS9BkxZ6qFkVxqPrb5A&#39;;return true;">Python 101=
</a>,=C2=A0<a href=3D"https://gum.co/py201" rel=3D"nofollow" target=3D"_bla=
nk" onmousedown=3D"this.href=3D&#39;https://www.google.com/url?q\x3dhttps%3=
A%2F%2Fgum.co%2Fpy201\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNHrQzB26otEeIW=
WlF9JKZUKL6nv5w&#39;;return true;" onclick=3D"this.href=3D&#39;https://www.=
google.com/url?q\x3dhttps%3A%2F%2Fgum.co%2Fpy201\x26sa\x3dD\x26sntz\x3d1\x2=
6usg\x3dAFQjCNHrQzB26otEeIWWlF9JKZUKL6nv5w&#39;;return true;">Python 201: I=
ntermediate Python</a>,<a href=3D"https://www.apress.com/us/book/9781484232=
361" rel=3D"nofollow" target=3D"_blank" onmousedown=3D"this.href=3D&#39;htt=
ps://www.google.com/url?q\x3dhttps%3A%2F%2Fwww.apress.com%2Fus%2Fbook%2F978=
1484232361\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNFp_mvyf5bSL2omP36l7Ip6xM=
--DA&#39;;return true;" onclick=3D"this.href=3D&#39;https://www.google.com/=
url?q\x3dhttps%3A%2F%2Fwww.apress.com%2Fus%2Fbook%2F9781484232361\x26sa\x3d=
D\x26sntz\x3d1\x26usg\x3dAFQjCNFp_mvyf5bSL2omP36l7Ip6xM--DA&#39;;return tru=
e;">=C2=A0wxPython Recipes</a>,=C2=A0<a href=3D"https://www.packtpub.com/we=
b-development/python-interviews" rel=3D"nofollow" target=3D"_blank" onmouse=
down=3D"this.href=3D&#39;https://www.google.com/url?q\x3dhttps%3A%2F%2Fwww.=
packtpub.com%2Fweb-development%2Fpython-interviews\x26sa\x3dD\x26sntz\x3d1\=
x26usg\x3dAFQjCNG6s88Ewz5iYd1kLwxxFBDJg2-Z4g&#39;;return true;" onclick=3D"=
this.href=3D&#39;https://www.google.com/url?q\x3dhttps%3A%2F%2Fwww.packtpub=
.com%2Fweb-development%2Fpython-interviews\x26sa\x3dD\x26sntz\x3d1\x26usg\x=
3dAFQjCNG6s88Ewz5iYd1kLwxxFBDJg2-Z4g&#39;;return true;">Python Interviews</=
a>=C2=A0<br></div><div>=C2=A0</div></div></div>
</blockquote></div></div></blockquote></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups &=
quot;wxPython-dev&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:[email protected]">wxPyth=
[email protected]</a>.<br />
To view this discussion on the web visit <a href=3D"https://groups.google.c=
om/d/msgid/wxPython-dev/46844954-92a7-4a99-a34c-263466d8a79f%40googlegroups=
.com?utm_medium=3Demail&utm_source=3Dfooter">https://groups.google.com/d/ms=
gid/wxPython-dev/46844954-92a7-4a99-a34c-263466d8a79f%40googlegroups.com</a=
>.<br />
For more options, visit <a href=3D"https://groups.google.com/d/optout">http=
s://groups.google.com/d/optout</a>.<br />

------=_Part_1177_1987937012.1558124081856--

------=_Part_1176_1169770701.1558124081855--