After building wxWidgets and Phoenix from source on Lubuntu 12.04 by executing the following command in the console python build.py 3.3 build do I need to install Phoenix by executing python3 setup.py install ???
Bo�tjan wrote:
After building wxWidgets and Phoenix from source on Lubuntu 12.04 by executing the following command in the console python build.py 3.3 build do I need to install Phoenix by executing python3 setup.py install ???
For now I suggest just using it from the build folder by setting the appropriate environment variables. The current setup.py has had very little testing beyond just the basic in-place build so there are likely some issues with it.
I am in the process of stripping almost everything out of the setup.py, especially some ugly hacks that I've had to do in the past, and making it much more simple. It will delegate all of the code generation and the builds to Phoenix's build.py and then setup.py will just handle the other distutils types of things like install, or setuptools/distribute commands like develop or bdist_egg.
···
--
Robin Dunn
Software Craftsman