wxPython3.x.x.x library for Debian (Raspbian)

Hello

I’m working on a project that has a need to use wx.WebView and html2 wich is available in wxPython2.9 and beyond. As for the Debian (Raspbian) system on Raspbeery pi, only the version wxPython2.8 is available without the functions I’m looking for. I was trying to build the required library myself from scrach as proposed on the web page of wxpython.org …. (may be a bit naive :-), but I gave it a try … ).

The attached file shows lot of error messages I got … may be for an experienced user a hint, what went wrong …

Error Dump.txt (76.9 KB)

Was this the result of running build-wxpython.py? You were using this? Phoenix/README.rst at master · wxWidgets/Phoenix · GitHub

···

On Sunday, February 15, 2015 at 9:36:19 AM UTC-8, Sailor wrote:

Hello

I’m working on a project that has a need to use wx.WebView and html2 wich is available in wxPython2.9 and beyond. As for the Debian (Raspbian) system on Raspbeery pi, only the version wxPython2.8 is available without the functions I’m looking for. I was trying to build the required library myself from scrach as proposed on the web page of wxpython.org …. (may be a bit naive :-), but I gave it a try … ).

The attached file shows lot of error messages I got … may be for an experienced user a hint, what went wrong …

hello I figured out, that I have missed 2 required libraries because I thought I do not need it (libjpeg-dev and liftoff-dev). However I figured out that it still is doing what I want (show a webpage in a Panel). I will rebuild my library during the next days to make sure I cover everything.
You can close this entry … thanks Richard

···

Am Dienstag, 17. Februar 2015 19:37:58 UTC+1 schrieb Nathan McCorkle:

On Sunday, February 15, 2015 at 9:36:19 AM UTC-8, Sailor wrote:

Hello

I’m working on a project that has a need to use wx.WebView and html2 wich is available in wxPython2.9 and beyond. As for the Debian (Raspbian) system on Raspbeery pi, only the version wxPython2.8 is available without the functions I’m looking for. I was trying to build the required library myself from scrach as proposed on the web page of wxpython.org …. (may be a bit naive :-), but I gave it a try … ).

The attached file shows lot of error messages I got … may be for an experienced user a hint, what went wrong …

Was this the result of running build-wxpython.py? You were using this? http://www.wxpython.org/BUILD.html

If you the included web widget doesn’t work for you, checkout the cefpython project and you can embed Google Chromium into your wx app!

···

On Thursday, February 19, 2015 at 2:11:04 AM UTC-8, Richard Kunzmann wrote:

hello I figured out, that I have missed 2 required libraries because I thought I do not need it (libjpeg-dev and liftoff-dev). However I figured out that it still is doing what I want (show a webpage in a Panel). I will rebuild my library during the next days to make sure I cover everything.
You can close this entry … thanks Richard

Am Dienstag, 17. Februar 2015 19:37:58 UTC+1 schrieb Nathan McCorkle:

On Sunday, February 15, 2015 at 9:36:19 AM UTC-8, Sailor wrote:

Hello

I’m working on a project that has a need to use wx.WebView and html2 wich is available in wxPython2.9 and beyond. As for the Debian (Raspbian) system on Raspbeery pi, only the version wxPython2.8 is available without the functions I’m looking for. I was trying to build the required library myself from scrach as proposed on the web page of wxpython.org …. (may be a bit naive :-), but I gave it a try … ).

The attached file shows lot of error messages I got … may be for an experienced user a hint, what went wrong …

Was this the result of running build-wxpython.py? You were using this? http://www.wxpython.org/BUILD.html

In the meantime my project made some progress and as I need to work with web sockets the requirement is there, to build everything at least with Python3.2 for the Raspbeery.
Unfortunately the given build file on wxpython.org does not work with this version of python.

Has any one ever tried to build the latest version of wxpython3.0.2.0 with Python 3.2 ???

···

Am Sonntag, 15. Februar 2015 18:36:19 UTC+1 schrieb Richard Kunzmann:

Hello

I’m working on a project that has a need to use wx.WebView and html2 wich is available in wxPython2.9 and beyond. As for the Debian (Raspbian) system on Raspbeery pi, only the version wxPython2.8 is available without the functions I’m looking for. I was trying to build the required library myself from scrach as proposed on the web page of wxpython.org …. (may be a bit naive :-), but I gave it a try … ).

The attached file shows lot of error messages I got … may be for an experienced user a hint, what went wrong …

Hi Richard,

In the meantime my project made some progress and as I need to work with web sockets the requirement is there, to build everything at least with Python3.2 for the Raspbeery.
Unfortunately the given build file on wxpython.org does not work with this version of python.

Has any one ever tried to build the latest version of wxpython3.0.2.0 with Python 3.2 ???

Only wxPython Phoenix will work with Python 3.x, but even there only 3.3+ will be supported. I do not know if you could build it yourself for 3.2.

Note that Phoenix is still in development, a lot is already there but there are also still missing bits.

Snapshots can be found here:
http://wxpython.org/Phoenix/snapshot-builds/

Other info:
http://wiki.wxpython.org/How%20to%20install%20wxPython#Installing_wxPython-Phoenix_using_pip
http://wxpython.org/Phoenix/docs/html/main.html
http://wiki.wxpython.org/ContributeWithGIT

Werner

···

On 6/15/2015 13:54, Richard Kunzmann wrote:

Hello,

can you confirm that it was possible to build wxPython 3.0 (classic) on a Raspberry Pi (for Python2.7)? If yes, can you describe the exact steps (which libs are required)? Do you have steps for building wxPython (Phoenix) for Python2.7 (you wrote you tried 3.2 but I think 2.7 would be very useful as well)?

I can confirm that wxPython 2.8 can be installed with no issue at all with apt-get on Raspbian (no compiling necessary, all dependencies get installed automagically).

···

On Thursday, February 19, 2015 at 11:11:04 AM UTC+1, Richard Kunzmann wrote:

hello I figured out, that I have missed 2 required libraries because I thought I do not need it (libjpeg-dev and liftoff-dev). However I figured out that it still is doing what I want (show a webpage in a Panel). I will rebuild my library during the next days to make sure I cover everything.
You can close this entry … thanks Richard