Hi Smartboy,
settings.py is located in WebKitTools/wx/build, which should be added to your PYTHONPATH before running waf. Are you building using Cygwin? If so, try using the Windows shell instead. You will need to run `perl build-webkit --wx --makeargs="--wxpython -j2". Note that waf automatically determines the best setting for parallel jobs, so you probably will get good results even if you don't pass it in. Downloading straight from SVN should work, but from time-to-time they break the wx build, which is one reason I set up a separate gitorious repo in the first place.
Thanks,
Kevin
···
On Mar 27, 2010, at 12:34 PM, Smartboy wrote:
Hi, I got the latest nightly build of webkit today from webkit.org,
and have been trying to build the wxwebkit and wxpython bindings for
wxwebkit, but whenever I try to run './build-webkit --wx
--makeargs="--wxpython -j2"' (without the single quotes of course) I
get an error from
WebKitTools/wx/.waf-1.5.9-348e3aaccbaa30a635e201c139c9c145/wafadmin/Utils.py
;ome 30, 'ImportError: No module named settings'. I looked in the file
I can't see where its getting the "settings" module from, it certainly
isn't in my python installation.
The reason I am not using the gitorious repository is because it is
too slow and times out for me after tring to run it a few times and
letting it go for hours. Thus, I just went straight to webkit to
download their build, which may be part of the problem.
So, Anyone have any ideas?
Thanks,
Smartboy
--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en
To unsubscribe from this group, send email to wxpython-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
Hi Smartboy,
I am building on Arch Linux, actually, not Cygwin. By the way, it
seems there is no folder build in wx,
Then that is what you're missing:
http://trac.webkit.org/browser/trunk/WebKitTools/wx/build
Not sure why that didn't check out for you, but I suspect it might add it if you do an svn update.
and the build-wxwebkit file
gives me a bad file format when i try to run it.
Weird, that shouldn't be there, but I see it is as an empty, 0 byte file. I guess something went wrong with removing it...
Thanks,
Kevin
···
On Mar 27, 2010, at 4:51 PM, Smartboy wrote:
Is there something
I'm missing, as it seems I did what was in the documentation on the
site.
Smartboy
On Sat, Mar 27, 2010 at 2:42 PM, Kevin Ollivier > <kevin-lists@theolliviers.com> wrote:
Hi Smartboy,
settings.py is located in WebKitTools/wx/build, which should be added to your PYTHONPATH before running waf. Are you building using Cygwin? If so, try using the Windows shell instead. You will need to run `perl build-webkit --wx --makeargs="--wxpython -j2". Note that waf automatically determines the best setting for parallel jobs, so you probably will get good results even if you don't pass it in. Downloading straight from SVN should work, but from time-to-time they break the wx build, which is one reason I set up a separate gitorious repo in the first place.
Thanks,
Kevin
On Mar 27, 2010, at 12:34 PM, Smartboy wrote:
Hi, I got the latest nightly build of webkit today from webkit.org,
and have been trying to build the wxwebkit and wxpython bindings for
wxwebkit, but whenever I try to run './build-webkit --wx
--makeargs="--wxpython -j2"' (without the single quotes of course) I
get an error from
WebKitTools/wx/.waf-1.5.9-348e3aaccbaa30a635e201c139c9c145/wafadmin/Utils.py
;ome 30, 'ImportError: No module named settings'. I looked in the file
I can't see where its getting the "settings" module from, it certainly
isn't in my python installation.
The reason I am not using the gitorious repository is because it is
too slow and times out for me after tring to run it a few times and
letting it go for hours. Thus, I just went straight to webkit to
download their build, which may be part of the problem.
So, Anyone have any ideas?
Thanks,
Smartboy
--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en
To unsubscribe from this group, send email to wxpython-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en
To unsubscribe from this group, send email to wxpython-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en
To unsubscribe from this group, send email to wxpython-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.