Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #30160
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2012-09-26 01:23 -0700 |
| Message-ID | <8f1ed0ca-2dec-4462-964b-dc645ce0f081@googlegroups.com> (permalink) |
| Subject | Looking for pointers/suggestion - how to make a webbrowser with these restriction? |
| From | Anthony Kong <anthony.hw.kong@gmail.com> |
Hi, all, It is kind of a MacGyver question. I am just looking for some general suggestions/pointer. First let me first describe the development environment I am in: it is a locked down WinXP PC with limited development tools and libraries. At my disposal I have python 2.6 , webkit 5.33 dll, wx 2.8 and probably a V8 dll. No visual studio or any C/C++ compiler. Do not have admin right. So given these existing ingredients, is it possible to build a rudimentary web browser using python as a glue language? What will be the main challenge/bottleneck in this sort of project? In particular how can I hook up V8 and Webkit? I have some working experience with Win32 APIs, so you may throw some low level stuff at me if needed. :-) Cheers
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Looking for pointers/suggestion - how to make a webbrowser with these restriction? Anthony Kong <anthony.hw.kong@gmail.com> - 2012-09-26 01:23 -0700
Re: Looking for pointers/suggestion - how to make a webbrowser with these restriction? Chris Angelico <rosuav@gmail.com> - 2012-09-26 20:05 +1000
Re: Looking for pointers/suggestion - how to make a webbrowser with these restriction? Anthony Kong <anthony.hw.kong@gmail.com> - 2012-09-26 03:41 -0700
Re: Looking for pointers/suggestion - how to make a webbrowser with these restriction? Chris Angelico <rosuav@gmail.com> - 2012-09-27 00:04 +1000
Re: Looking for pointers/suggestion - how to make a webbrowser with these restriction? Anthony Kong <anthony.hw.kong@gmail.com> - 2012-09-26 03:41 -0700
csiph-web