wx under python 3.5.1

Know this topic has (probably) been discussed quite a bit on this list, but, only just installed 3.5.1 32-bit myself on my, now, windows 10 64-bit machine.

While found a .whl file to try installing wx under 3.5.1, it bombed out, relating to something like invalid online pointers/URL's, etc., so though would ask if you guys had any suggestions relating to getting wx to run/work under python 3.5.1?

TIA

  Jacob Kruger
Blind Biker
Skype: BlindZA
"Roger Wilco wants to welcome you...to the space janitor's closet..."

I don't really use 3.5(.0) myself, but I've built a wheel for this which I could send you.
On this list you find informations how to build it yourself, but it's not really fun to do it at the moment.

Which wheel did you try? Is there one somewhere for download?

Regards,

Dietmar

···

On 21.01.2016 15:32, jacob Kruger wrote:

Know this topic has (probably) been discussed quite a bit on this list, but, only just installed 3.5.1 32-bit myself on my, now, windows 10 64-bit machine.

While found a .whl file to try installing wx under 3.5.1, it bombed out, relating to something like invalid online pointers/URL's, etc., so though would ask if you guys had any suggestions relating to getting wx to run/work under python 3.5.1?

Hi,
unfortunately, there isn't any official build of wxpython for python 3.5 yet.
In the snapshot builds for wxPython Phoenix, which also runs on python 3:
http://wxpython.org/Phoenix/snapshot-builds/
there is a "closest" wheel only for python 3.4
http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-3.0.3.dev1839+4ecd949-cp34-none-win32.whl

(the part of the filename -cp34- indicates, it is for Python 3.4;
there is currently only a wheel for mac with py 3.5)

It was mentioned somewhere on this list, that the more recent windows
compiler used for python 3.5 requires some extra work to make wxpython
compatible with it; but I am not sure, what exactly could be involved
in such task.

regards,
    vbr

···

2016-01-21 15:32 GMT+01:00 jacob Kruger <jacob@blindza.co.za>:

Know this topic has (probably) been discussed quite a bit on this list, but,
only just installed 3.5.1 32-bit myself on my, now, windows 10 64-bit
machine.

While found a .whl file to try installing wx under 3.5.1, it bombed out,
relating to something like invalid online pointers/URL's, etc., so though
would ask if you guys had any suggestions relating to getting wx to run/work
under python 3.5.1?

TIA

Jacob Kruger
Blind Biker
Skype: BlindZA
"Roger Wilco wants to welcome you...to the space janitor's closet..."

--

Hi,
Answers inline.

···

-----Original Message-----
From: wxpython-users@googlegroups.com [mailto:wxpython-users@googlegroups.com] On Behalf Of Vlastimil Brom
Sent: Thursday, January 21, 2016 12:15 PM
To: wxPython-users
Subject: Re: [wxPython-users] wx under python 3.5.1

2016-01-21 15:32 GMT+01:00 jacob Kruger <jacob@blindza.co.za>:

Know this topic has (probably) been discussed quite a bit on this
list, but, only just installed 3.5.1 32-bit myself on my, now, windows
10 64-bit machine.

While found a .whl file to try installing wx under 3.5.1, it bombed
out, relating to something like invalid online pointers/URL's, etc.,
so though would ask if you guys had any suggestions relating to
getting wx to run/work under python 3.5.1?

TIA

Jacob Kruger
Blind Biker
Skype: BlindZA
"Roger Wilco wants to welcome you...to the space janitor's closet..."

--

Hi,
unfortunately, there isn't any official build of wxpython for python 3.5 yet.
In the snapshot builds for wxPython Phoenix, which also runs on python 3:
http://wxpython.org/Phoenix/snapshot-builds/
there is a "closest" wheel only for python 3.4 http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-3.0.3.dev1839+4ecd949-cp34-none-win32.whl

(the part of the filename -cp34- indicates, it is for Python 3.4; there is currently only a wheel for mac with py 3.5)

It was mentioned somewhere on this list, that the more recent windows compiler used for python 3.5 requires some extra work to make wxpython compatible with it; but I am not sure, what exactly could be involved in such task.

regards,
    vbr

JL: If you need to build extensions for Python 3.5, you'll need Visual Studio 2015.
Cheers,
Joseph

--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

See e.g. here and the following post:
  "Compiling wxPython Phoenix on Windows 10 64 bit with VS2015 and Python 35"
https://groups.google.com/d/msg/wxpython-users/9cUXJVmE8MY/y3uHQiEaFgAJ

The modifications for Phoenix are also in a pull-request on Github. The wxWidget modifications still would need to be applied.
The required Visual Studio version is available for free.

Regards,

Dietmar

···

On 21.01.2016 21:15, Vlastimil Brom wrote:

It was mentioned somewhere on this list, that the more recent windows
compiler used for python 3.5 requires some extra work to make wxpython
compatible with it; but I am not sure, what exactly could be involved
in such task.

---start---

···

--

Hi,
unfortunately, there isn't any official build of wxpython for python 3.5 yet.
In the snapshot builds for wxPython Phoenix, which also runs on python 3:
http://wxpython.org/Phoenix/snapshot-builds/
there is a "closest" wheel only for python 3.4
http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-3.0.3.dev1839+4ecd949-cp34-none-win32.whl

---end---
That's where got hold of .whl I tried out - renaming it, etc. - was just trying my luck, in case.

Thanks

Jacob Kruger
Blind Biker
Skype: BlindZA
"Roger Wilco wants to welcome you...to the space janitor's closet..."

See e.g. here and the following post:
"Compiling wxPython Phoenix on Windows 10 64 bit with VS2015 and Python 35"
https://groups.google.com/d/msg/wxpython-users/9cUXJVmE8MY/y3uHQiEaFgAJ

The modifications for Phoenix are also in a pull-request on Github. The wxWidget modifications still would need to be applied.
The required Visual Studio version is available for free.

Regards,

Dietmar

···

On 2016-01-21 10:24 PM, Dietmar Schwertberger wrote:
---
Got VS.Net 2015 enterprise/free version here, but haven't bothered installing it yet - not really, generally of interest to me, but, let's see...<smile>

Jacob Kruger
Blind Biker
Skype: BlindZA
"Roger Wilco wants to welcome you...to the space janitor's closet..."

Hi,

You can download this compilated whl for python 3.5 : http://permalink.gmane.org/gmane.comp.python.wxpython/104648