Hi, I was wondering if Wxpython is going to be updated for Python 3 at any point, as I have been using it for some time now and didn’t want to change as I love it, but was worried about the future of this module?
Kind regards.
Hi, I was wondering if Wxpython is going to be updated for Python 3 at any point, as I have been using it for some time now and didn’t want to change as I love it, but was worried about the future of this module?
Kind regards.
Hi,
Hi, I was wondering if Wxpython is going to be updated for Python 3 at any point, as I have been using it for some time now and didn't want to change as I love it, but was worried about the future of this module?
The wxPython Phoenix project will provide support for Python 3.3+ (or is it 3.2+ not sure).
http://wxpython.org/Phoenix/docs/html/main.html
Snapshots can be installed with:
pip install -U --pre -f Index of /Phoenix/snapshot-builds wxPython_Phoenix
Werner
On 12/19/2014 3:25, kevjwells wrote:
hello, I’ve tried this command without success.Where am I going wrong?
c:\Python34\Scripts>pip install -U --pre -f http://wxpython.org/Phoenix/snapshot
-builds/wxPython_Phoenix/wxPython_Phoenix-3.0.3.dev78256-cp34-none-win_amd64.whl
You must give at least one requirement to install (maybe you meant “pip install
http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix/wxPython_Phoenix-3.
0.3.dev78256-cp34-none-win_amd64.whl”?)
Following the hint I get:
c:\Python34\Scripts>pip install http://wxpython.org/Phoenix/snapshot-builds/wxPy
thon_Phoenix/wxPython_Phoenix-3.0.3.dev78256-cp34-none-win_amd64.whl
Downloading/unpacking http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoen
ix/wxPython_Phoenix-3.0.3.dev78256-cp34-none-win_amd64.whl
HTTP error 404 while getting http://wxpython.org/Phoenix/snapshot-builds/wxPyt
hon_Phoenix/wxPython_Phoenix-3.0.3.dev78256-cp34-none-win_amd64.whl
Cleaning up…
Exception:
Traceback (most recent call last):
File “C:\Python34\lib\site-packages\pip\basecommand.py”, line 122, in main
status = self.run(options, args)
File “C:\Python34\lib\site-packages\pip\commands\install.py”, line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundl
e=self.bundle)
File “C:\Python34\lib\site-packages\pip\req.py”, line 1197, in prepare_files
do_download,
File “C:\Python34\lib\site-packages\pip\req.py”, line 1375, in unpack_url
self.session,
File “C:\Python34\lib\site-packages\pip\download.py”, line 547, in unpack_http
_url
resp.raise_for_status()
File “C:\Python34\lib\site-packages\pip_vendor\requests\models.py”, line 795,
in raise_for_status
raise HTTPError(http_error_msg, response=self)
pip._vendor.requests.exceptions.HTTPError: 404 Client Error: Not Found
On Friday, December 19, 2014 8:44:58 AM UTC+1, werner wrote:
Hi,
On 12/19/2014 3:25, kevjwells wrote:
Hi, I was wondering if Wxpython is going to be updated for Python 3 at
any point, as I have been using it for some time now and didn’t want
to change as I love it, but was worried about the future of this module?The wxPython Phoenix project will provide support for Python 3.3+ (or is
it 3.2+ not sure).http://wxpython.org/Phoenix/docs/html/main.html
Snapshots can be installed with:
pip install -U --pre -f http://wxpython.org/Phoenix/snapshot-builds/
wxPython_Phoenix
Werner
…
Not the space between ‘builds/’ and ‘wxPython_Phoenix’
If above fails it is often due to a build being in progress and your
specific requirements is not met.
You can as an alternative download one of the builds ‘.whl’ matching
your requirement, i.e. platform and python version, from here:
and install it with:
pip.exe install -U --pre name_of_the_file_you_downloded.whl
Werner
Hi,
On 12/22/2014 18:57, Marco Prosperi wrote:
Snapshots
can be installed with:
pip install -U --pre -f [http://wxpython.org/Phoenix/snapshot-builds/](http://wxpython.org/Phoenix/snapshot-builds/)
wxPython_Phoenix