I have pywebkitgtk + pyjamas desktop sorta working on Mac OS 10.6.8.

The hello and mail examples run, but there are two issues.  The first
is they load the public/*.html as text in the window, and then display
the app in the window (below the html) without applying any or only a
limited set of CSS.  For example, the buttons work as expected, but it
appears that most properties such as color, font, border, etc. are not
applied.

Here is the console output:
mail> ../../bin/pyjd Mail.py
Xlib:  extension "RANDR" missing on display "/tmp/launch-TysDLe/org.x:0".
/Users/jvanvoorst/code/pyjamas/pyjd/imputil.py:329:
DeprecationWarning: the sets module is deprecated
  exec code in module.__dict__
set_main_frame <pyjd.pywebkitgtknew.Browser instance at 0x103ff50e0>

Is there a good location to host screen shots (if someone would like
to see them)?

There could be an issue with some code I commented out -- for now the
WebCore::createCanonicalUUIDString function has the Darwin section
commented out and calls the NotImplemented() function (this is in the
file: WebCore/platform/UUID.cpp).

I looked for that symbol in the pywebkitgtk library, and a few of the
shared libraries loaded by pywebkitgtk, I didn't find a reference to a
function with UUID in the name.

It could also be that I am missing something with respect to running
pyjamas desktop as I haven't used it till now.

Reply via email to