How to get and install wxpython Phoenix?

Today, I noticed that I’m running Classic wxpython, not Phoenix.

I downloaded “Phoenix-master” zip file from https://github.com/wxWidgets/Phoenix (I’m not sure it is the right file). I use Windows 7.

When I ran

python setup.py install

I got the following error:

“no module named build-widgets”

How do I install wxpython Phoenix? (latest stable version)

The reason I want Phoenix is it has adv module, which has TimePickerCtrl class.

See DevPlayer’s January 1 post to this list dated Thu, 1 Jan 2015 16:34:10 -0800 (PST) I think it has all the information you need, but I haven’t tried it myself.

(I’d post the link, but I can’t seem to find the link to the post.)

HTH.

Cheers,

Scott.

···

On Sun, Jan 11, 2015 at 10:31 AM, steve oslocourse@gmail.com wrote:

Today, I noticed that I’m running Classic wxpython, not Phoenix.

I downloaded “Phoenix-master” zip file from https://github.com/wxWidgets/Phoenix (I’m not sure it is the right file). I use Windows 7.

When I ran

python setup.py install

I got the following error:

“no module named build-widgets”

How do I install wxpython Phoenix? (latest stable version)

The reason I want Phoenix is it has adv module, which has TimePickerCtrl class.

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.

Hi,

Check the readme.txt here:
http://wxpython.org/Phoenix/snapshot-builds/README.txt

werner

steve wrote:

Today, I noticed that I'm running /Classic wxpython/, not /Phoenix/.

I downloaded "Phoenix-master" zip file from
GitHub - wxWidgets/Phoenix: wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before. (I'm not sure it is the right
file). I use Windows 7.

When I ran

python setup.py install

I got the following error:

"no module named build-widgets"

How do I install wxpython Phoenix? (latest stable version)

The reason I want Phoenix is it has adv module, which has TimePickerCtrl
class.

To build it yourself you need to use the source tarballs from Index of /Phoenix/snapshot-builds as they will include both wxWidgets and Phoenix. (Or you can get them both from git but then you'll need to be sure to use the correct wxWidgets branch.) There are more details in Phoenix's README.rst. Also, although using setup.py directly will work, you will get more control over the build if you use build.py instead.

···

--
Robin Dunn
Software Craftsman