Here is my notes on fedora 20 but on ubuntu it should be very similar: Note that the pyjs.org is extracted into
/home/pyjs/pyjstest/pyjsroot/ update webkitgtk3 2.3.1+, pygobject3 3.13.2, gobject-introspection 1.39+ ========================================================================== bash-4.2# yum update pygobject3 webkitgtk3 gobject-introspection Updating: gobject-introspection i686 1.40.0-2.fc20 wk3u2 228 k pygobject3 i686 3.13.2-1.fc20 wk3u2 14 k webkitgtk3 i686 2.4.3-1.fc20 wk3u2 11 M Updating for dependencies: pygobject3-base i686 3.13.2-1.fc20 wk3u2 296 k pyjs.org install =================== $ pwd /home/pyjs/pyjstest/virtualenv-1.11.4 $ python virtualenv.py /home/pyjs/pyjstest/pyjsroot/mypy New python executable in /home/pyjs/pyjstest/pyjsroot/mypy/bin/python Installing setuptools, pip...done. $ pwd /home/pyjs/pyjstest/pyjsroot $ mypy/bin/pip install /home/pyjs/pyjstest/pyjsroot pyjs.org desktop run ====================== set rc -------- $ cat ~/.pyjd/pyjdrc [gui] engine=giwebkit run app using the script -------------------------- $ cat senv #!/bin/bash #senv -- invoke python export DISPLAY=:0.0 export PYTHONPATH=/home/pyjs/pyjstest/pyjsroot:\ /home/pyjs/pyjstest/pyjsroot/mypy/lib/python2.7/site-packages:\ /lib/python2.7/site-packages # python Hello.py #gdb --args ../../mypy/bin/python Hello.py ../../mypy/bin/python Hello.py exit 0 -- --- 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 pyjs-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.