Discussion:
[Phoenix] Installation and status
Johannes Brunen
2014-09-29 16:02:12 UTC
Permalink
Hello,



I'm currently using wxPython with Python 2.7 and would like to make the
transition to Python 3.4.x on windows 7 64 bit.

I did try to install the Phoenix port with pip from
http://wxpython.org/Phoenix/snapshot-builds/ with

the following commandos



pip install -U --pre -f http://wxpython.org/Phoenix/snapshot-builds/
wxPython_Phoenix

pip install --allow-external --allow-unverified py -f
http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix

pip install --allow-external wxPython_Phoenix wxPython_Phoenix



However, it does not work. Can anyone give me the ultimate correct call
for installation of wxPython Phoenix into a clean windows Python 3.4.x
setup?



Additionally, I would like to ask about the status of the transition of
wxPython to Phoenix. What is working and what is still pending?



With best regards,

Johannes
--
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Werner
2014-09-29 16:31:05 UTC
Permalink
Hi Johannes,
Post by Johannes Brunen
Hello,
I'm currently using wxPython with Python 2.7 and would like to make the
transition to Python 3.4.x on windows 7 64 bit.
I did try to install the Phoenix port with pip from
http://wxpython.org/Phoenix/snapshot-builds/ with
the following commandos
pip install -U --pre -f http://wxpython.org/Phoenix/snapshot-builds/
wxPython_Phoenix
pip install --allow-external --allow-unverified py -f
http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix
pip install --allow-external wxPython_Phoenix wxPython_Phoenix
However, it does not work.
Not very useful, no? Did you get any error messages?
Post by Johannes Brunen
Can anyone give me the ultimate correct call
for installation of wxPython Phoenix into a clean windows Python 3.4.x
setup?
Not the "ultimate correct call" but it works for me:-) :
pip install -U --pre -f http://wxpython.org/Phoenix/snapshot-builds/
wxPython_Phoenix

Note the space after the last "/" and wxPython_Phoenix

Doing this regularly on Python 3.4 (originally this was a clean install)
and Python 2.7 both 32bit version but running on Windows 8.1 64 bit and
I also used on Linux Mint with Python 3.4.
Post by Johannes Brunen
Additionally, I would like to ask about the status of the transition of
wxPython to Phoenix. What is working and what is still pending?
Very much work in progress, especially in the wx.lib space, see PR's
here: https://github.com/RobinD42/Phoenix/pulls

- 'wx.aui' is not ported and not sure it will be ported, but there is
'wx.lib.agw.aui' as a drop in replacement

Basically if it shows in the doc
http://wxpython.org/Phoenix/docs/html/main.html then it is ported and
should work with the exception of 'wx.lib' stuff, you need to check the
PR's mentioned above and they have a "Tags:" entry at the beginning of
the module to show it's status -
http://wiki.wxpython.org/ProjectPhoenix/LibraryMigration

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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Johannes
2014-09-30 08:11:19 UTC
Permalink
Hi Werner,
Post by Johannes Brunen
Post by Johannes Brunen
Can anyone give me the ultimate correct call
for installation of wxPython Phoenix into a clean windows Python 3.4.x
setup?
pip install -U --pre -f http://wxpython.org/Phoenix/snapshot-builds/
wxPython_Phoenix
As it did for me :-)

Thanks,
Johannes
--
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...