how to install wxPython from git repository?

The bin dir also contains some other libraries and tools, which might have something to do with Redirecting to Google Groups

···

Am Sonntag, 13. Januar 2013 19:31:07 UTC+1 schrieb Hubert Grzeskowiak:

Am Samstag, 12. Januar 2013 23:46:01 UTC+1 schrieb Robin Dunn:

On 1/11/13 12:12 AM, Ishayahu Lastov wrote:

no, I made this. After that I runed

python build-wxpython.py

it completed without any error, but

python build-wxpython.py --install

completed with that error(

If wx/lib/agw does not exist then either you did not run
bin/suprepos-make or it failed and you ignored the failure.


Robin Dunn

Software Craftsman

http://wxPython.org

I built wxPython from sources a few days ago and faced the same problem. I didn’t install anything, but by setting the right paths I was able to run a demo, which complained about a missing agw package only. I looked through the directories and found wxPython/bin/wx/lib/agw. After copying the whole agw dir to wxPython/wx/lib/ everything worked suddenly.