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

Robin Dunn <[email protected]> Mon, 20 May 2019 08:09:05 -0700 (PDT)
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
------=_Part_1903_1182440985.1558364945754
Content-Type: multipart/alternative; 
	boundary="----=_Part_1904_993131082.1558364945754"

------=_Part_1904_993131082.1558364945754
Content-Type: text/plain; charset="UTF-8"

On Saturday, May 18, 2019 at 7:55:02 PM UTC-7, Christian O. wrote:
>
> I have uninstalled 3.7 and tried using wxPython with 3.6 however I still 
> havnt been able to get a frame to show. 
>

Try this with whichever python you are using now:

python.exe -c "import wx; a=wx.App(); wx.Frame(None).Show(); a.MainLoop()" 

-- 
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/db753349-bcda-48ea-97b1-14261c7f7871%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

<div dir=3D"ltr">On Saturday, May 18, 2019 at 7:55:02 PM UTC-7, Christian O=
. wrote:<blockquote class=3D"gmail_quote" style=3D"margin: 0;margin-left: 0=
.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir=3D"ltr">I hav=
e uninstalled 3.7 and tried using wxPython with 3.6 however I still havnt b=
een able to get a frame to show.=C2=A0</div></blockquote><div><br></div><di=
v>Try this with whichever python you are using now:</div><div><br></div><di=
v>python.exe -c &quot;import wx; a=3Dwx.App(); wx.Frame(None).Show(); a.Mai=
nLoop()&quot;=C2=A0</div></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/db753349-bcda-48ea-97b1-14261c7f7871%40googlegroups=
.com?utm_medium=3Demail&utm_source=3Dfooter">https://groups.google.com/d/ms=
gid/wxPython-dev/db753349-bcda-48ea-97b1-14261c7f7871%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_1904_993131082.1558364945754--

------=_Part_1903_1182440985.1558364945754--