wxPython for python 3.4?

Sorry if missed this thread before, but, due to an issue with compiling some python code into .exe for windows platform, thought would try out a newer version of python, instead of python 2.7 have been using for a while now.

Anyway, got hold of something that seems like a phoenix/wxPython implementation for python 3.4, but, the setup.py file just generates errors if I try run it via python 3.4?

TIA

Jacob Kruger
Blind Biker
Skype: BlindZA
“Roger Wilco wants to welcome you…to the space janitor’s closet…”

Specifying the errors would help but this is the simplest way to grab phoenix:-

c:\Python34\Scripts\pip install -U --pre -f Index of /Phoenix/snapshot-builds wxPython_Phoenix

If you get errors because it's found a tar.gz file download the latest whl file manually and run pip against the local copy.

···

On 29/12/2014 06:02, Jacob Kruger wrote:

Sorry if missed this thread before, but, due to an issue with compiling
some python code into .exe for windows platform, thought would try out a
newer version of python, instead of python 2.7 have been using for a
while now.
Anyway, got hold of something that seems like a phoenix/wxPython
implementation for python 3.4, but, the setup.py file just generates
errors if I try run it via python 3.4?

--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

Ok, if download .whl file, and place it in ./scripts directory, and run pip instal wxPython_Phoenix-3.0.3.dev78279-cp33-none-win32.whl, get the following error message out of error log:

pip.exceptions.UnsupportedWheel: wxPython_Phoenix-3.0.3.dev78279-cp33-none-win32.whl is not a supported wheel on this platform.

Am guessing that that might have to do with this being a 64 bit system, although run 32 bit versions of python, etc.?

Stay well

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

···

----- Original Message ----- From: "'Mark Lawrence' via wxPython-users" <wxpython-users@googlegroups.com>
To: <wxpython-users@lists.wxwidgets.org>
Sent: Monday, December 29, 2014 9:03 AM
Subject: [wxPython-users] Re: wxPython for python 3.4?

On 29/12/2014 06:02, Jacob Kruger wrote:

Sorry if missed this thread before, but, due to an issue with compiling
some python code into .exe for windows platform, thought would try out a
newer version of python, instead of python 2.7 have been using for a
while now.
Anyway, got hold of something that seems like a phoenix/wxPython
implementation for python 3.4, but, the setup.py file just generates
errors if I try run it via python 3.4?

Specifying the errors would help but this is the simplest way to grab phoenix:-

c:\Python34\Scripts\pip install -U --pre -f Index of /Phoenix/snapshot-builds wxPython_Phoenix

If you get errors because it's found a tar.gz file download the latest whl file manually and run pip against the local copy.

--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

--
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.

Oh yes, and the setup.py errors are the following:

Traceback (most recent call last):
  File "setup.py", line 27, in <module>
    os.rename(os.path.join(SRC, item), item)
FileExistsError: [WinError 183] Cannot create a file when that file already exis
ts: 'Phoenix\\setup.py' -> 'setup.py'

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

···

----- Original Message ----- From: "'Mark Lawrence' via wxPython-users" <wxpython-users@googlegroups.com>
To: <wxpython-users@lists.wxwidgets.org>
Sent: Monday, December 29, 2014 9:03 AM
Subject: [wxPython-users] Re: wxPython for python 3.4?

On 29/12/2014 06:02, Jacob Kruger wrote:

Sorry if missed this thread before, but, due to an issue with compiling
some python code into .exe for windows platform, thought would try out a
newer version of python, instead of python 2.7 have been using for a
while now.
Anyway, got hold of something that seems like a phoenix/wxPython
implementation for python 3.4, but, the setup.py file just generates
errors if I try run it via python 3.4?

Specifying the errors would help but this is the simplest way to grab phoenix:-

c:\Python34\Scripts\pip install -U --pre -f Index of /Phoenix/snapshot-builds wxPython_Phoenix

If you get errors because it's found a tar.gz file download the latest whl file manually and run pip against the local copy.

--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

--
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.

And, the amd64 version gives me same error..?

Stay well

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

···

----- Original Message ----- From: "Jacob Kruger" <jacob@blindza.co.za>
To: <wxpython-users@googlegroups.com>
Sent: Monday, December 29, 2014 10:24 AM
Subject: Re: [wxPython-users] Re: wxPython for python 3.4?

Ok, if download .whl file, and place it in ./scripts directory, and run pip instal wxPython_Phoenix-3.0.3.dev78279-cp33-none-win32.whl, get the following error message out of error log:

pip.exceptions.UnsupportedWheel: wxPython_Phoenix-3.0.3.dev78279-cp33-none-win32.whl is not a supported wheel on this platform.

Am guessing that that might have to do with this being a 64 bit system, although run 32 bit versions of python, etc.?

Stay well

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

----- Original Message ----- From: "'Mark Lawrence' via wxPython-users" <wxpython-users@googlegroups.com>
To: <wxpython-users@lists.wxwidgets.org>
Sent: Monday, December 29, 2014 9:03 AM
Subject: [wxPython-users] Re: wxPython for python 3.4?

On 29/12/2014 06:02, Jacob Kruger wrote:

Sorry if missed this thread before, but, due to an issue with compiling
some python code into .exe for windows platform, thought would try out a
newer version of python, instead of python 2.7 have been using for a
while now.
Anyway, got hold of something that seems like a phoenix/wxPython
implementation for python 3.4, but, the setup.py file just generates
errors if I try run it via python 3.4?

Specifying the errors would help but this is the simplest way to grab phoenix:-

c:\Python34\Scripts\pip install -U --pre -f Index of /Phoenix/snapshot-builds wxPython_Phoenix

If you get errors because it's found a tar.gz file download the latest whl file manually and run pip against the local copy.

--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

--
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.

--
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.

Why guess, why not do some research so that you get the correct file? Yes you do need a 64 bit build for a 64 bit target but you also need the correct Python version. You've downloaded 3.3 but your title says 3.4.

···

On 29/12/2014 08:24, Jacob Kruger wrote:

Ok, if download .whl file, and place it in ./scripts directory, and run
pip instal wxPython_Phoenix-3.0.3.dev78279-cp33-none-win32.whl, get the
following error message out of error log:

pip.exceptions.UnsupportedWheel:
wxPython_Phoenix-3.0.3.dev78279-cp33-none-win32.whl is not a supported
wheel on this platform.

Am guessing that that might have to do with this being a 64 bit system,
although run 32 bit versions of python, etc.?

--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

Most likely due to 'cp33' which is a Python 3.3 version, you want 'cp34', if you use Python 32 bit on Windows then 'win32' is correct for you.

Werner

···

On 12/29/2014 9:24, Jacob Kruger wrote:

Ok, if download .whl file, and place it in ./scripts directory, and run pip instal wxPython_Phoenix-3.0.3.dev78279-cp33-none-win32.whl, get the following error message out of error log:

pip.exceptions.UnsupportedWheel: wxPython_Phoenix-3.0.3.dev78279-cp33-none-win32.whl is not a supported wheel on this platform.

Nope, if I launch python interpreter, here's the first line it shows:
Python 3.4.2 (v3.4.2:ab2c023a9432, Oct 6 2014, 22:15:05) [MSC v.1600 32 bit (In
tel)] on win32

As in, definitely python 3.4, but, run 32 bit versions, even though this is a 64 bit machine, since that seemed to be an issue with compatibility with target machines, if went directly for python 64 bit as such - think so anyway, since think found mention of it on various sites, etc.?

And, you'll see in my other reply that also tried the amd64 version of wx phoenix, in case, and it gave me same error.

Plus, FWIW, the reason decided to try python 3.4 at all was due to it meaning to be more compatible with the module called accessible_output2 that was having compilation issues with since people seemed to think it could work better with python 3.4, but, it doesn't want to work at all as of yet.

Stay well

Stay well

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

···

----- Original Message ----- From: "'Mark Lawrence' via wxPython-users" <wxpython-users@googlegroups.com>
To: <wxpython-users@lists.wxwidgets.org>
Sent: Monday, December 29, 2014 11:31 AM
Subject: [wxPython-users] Re: wxPython for python 3.4?

On 29/12/2014 08:24, Jacob Kruger wrote:

Ok, if download .whl file, and place it in ./scripts directory, and run
pip instal wxPython_Phoenix-3.0.3.dev78279-cp33-none-win32.whl, get the
following error message out of error log:

pip.exceptions.UnsupportedWheel:
wxPython_Phoenix-3.0.3.dev78279-cp33-none-win32.whl is not a supported
wheel on this platform.

Am guessing that that might have to do with this being a 64 bit system,
although run 32 bit versions of python, etc.?

Why guess, why not do some research so that you get the correct file? Yes you do need a 64 bit build for a 64 bit target but you also need the correct Python version. You've downloaded 3.3 but your title says 3.4.

--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

--
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.

Ok, Mark/Werner, now I get it - am now busy downloading following file, and will again try install it via pip, and let's see from there - but still won't sort out issue with other module, but anyway - that's not relevant to wx at all:
http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-3.0.3.dev78265-cp34-none-win32.whl

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

···

----- Original Message ----- From: "Werner" <wernerfbd@gmx.ch>
To: <wxpython-users@googlegroups.com>
Sent: Monday, December 29, 2014 12:26 PM
Subject: Re: [wxPython-users] Re: wxPython for python 3.4?

On 12/29/2014 9:24, Jacob Kruger wrote:

Ok, if download .whl file, and place it in ./scripts directory, and run pip instal wxPython_Phoenix-3.0.3.dev78279-cp33-none-win32.whl, get the following error message out of error log:

pip.exceptions.UnsupportedWheel: wxPython_Phoenix-3.0.3.dev78279-cp33-none-win32.whl is not a supported wheel on this platform.

Most likely due to 'cp33' which is a Python 3.3 version, you want 'cp34', if you use Python 32 bit on Windows then 'win32' is correct for you.

Werner

--
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.

And, that .whl file worked, so wx is now available for use under 3.4, but anyway.

Stay well

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

···

----- Original Message ----- From: "Jacob Kruger" <jacob@blindza.co.za>
To: <wxpython-users@googlegroups.com>
Sent: Monday, December 29, 2014 1:55 PM
Subject: Re: [wxPython-users] Re: wxPython for python 3.4?

Ok, Mark/Werner, now I get it - am now busy downloading following file, and will again try install it via pip, and let's see from there - but still won't sort out issue with other module, but anyway - that's not relevant to wx at all:
http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-3.0.3.dev78265-cp34-none-win32.whl

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

----- Original Message ----- From: "Werner" <wernerfbd@gmx.ch>
To: <wxpython-users@googlegroups.com>
Sent: Monday, December 29, 2014 12:26 PM
Subject: Re: [wxPython-users] Re: wxPython for python 3.4?

On 12/29/2014 9:24, Jacob Kruger wrote:

Ok, if download .whl file, and place it in ./scripts directory, and run pip instal wxPython_Phoenix-3.0.3.dev78279-cp33-none-win32.whl, get the following error message out of error log:

pip.exceptions.UnsupportedWheel: wxPython_Phoenix-3.0.3.dev78279-cp33-none-win32.whl is not a supported wheel on this platform.

Most likely due to 'cp33' which is a Python 3.3 version, you want 'cp34', if you use Python 32 bit on Windows then 'win32' is correct for you.

Werner

--
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.

--
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.