On Tue, Oct 15, 2013 at 12:27 PM, Lex Berezhny <[email protected]> wrote:

> The stuff that Anthony did with webkit works fine, I've used it when
> working on my app.
>
> I don't know what the status with it is as far as being released and made
> the default when working with pygtk. Anthony?
>
>  - lex
>
>
> On Tue, Oct 15, 2013 at 1:18 PM, Sarvi Shanmugham <[email protected]>wrote:
>
>> Does this hulahop approach required compiling pythonwebkit?
>>
>> I seem to be having trouble compiling pythonwebkit from git://
>> git.savannah.gnu.org/**pythonwebkit.git<http://git.savannah.gnu.org/pythonwebkit.git>
>> though pywebkitgtk seemed to install fine. But from what I am reading that
>> is not usable?
>>
>> Is there another way get going on a Mac using chrome or firefoxor safari
>> to do pyjamasdektop ?
>>
>>
>> On Tuesday, October 15, 2013 1:49:04 AM UTC-7, Kees Bos wrote:
>>>
>>> On Tue, 2013-10-15 at 10:40 +0200, Łukasz Mach wrote:
>>> > Does anybody  use pythonwebkit/pyjamas-desktop?
>>> >
>>> > IIRC it's not usable and Anthony is working on make it usable, but
>>> work
>>> > is very in-progress. Am I wrong?
>>>
>>> I'm not sure, but I'm still using debian/hulahop...
>>>
>>>  --
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Pyjs.org Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Pyjs.org Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

it's merged and works fine; ATM it's not the default and you have to
manually enable it with ..pyjd/pyjdrc:

[gui]
engine=giwebkit

...it could pretty easily auto-detect, or just try to import all three...

it needs addEventListener to be impl'd in ctypes (or cffi, but ctypes is
stdlib) to be useful -- i started this 2 nights ago and got about 1/2 thru.
 i'll be at the in-laws all weekend tho and i usually get pretty good
chunks of time there (since the kiddo spends time with Nana :) so my plan
was to finish this weekend if possible.

the pythonwebkit stuff AFAIK is completely broken for about 2-3 years
now... i thought i removed all refs to it, but maybe i only removed wiki
stuff; will recheck.

-- 

C Anthony

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Pyjs.org Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to