Attempting to use pyjsbuild as stated, but still running into trouble:
mclange@ubuSoph:~/Pyjamas/pyjs/examples$ ../bin/pyjsbuild mail/Mail.py
Building: mail/Mail
PYJSPATH: ['/home/mclange/Pyjamas/pyjs/examples',
'/home/mclange/Pyjamas/pyjs/library',
'/home/mclange/Pyjamas/pyjs/addons']
Translating file :
/home/mclange/Pyjamas/pyjs/pyjs/src/pyjs/builtin/pyjslib.py
Translating file : /home/mclange/Pyjamas/pyjs/pyjs/src/pyjs/lib/sys.py
Translating file : /home/mclange/Pyjamas/pyjs/library/dynamic.py
Translating file : /home/mclange/Pyjamas/pyjs/library/pyjamas/__init__.py
Translating file : /home/mclange/Pyjamas/pyjs/library/pyjamas/DOM.py
Translating file : /home/mclange/Pyjamas/pyjs/pyjs/src/pyjs/lib/pyjd.py
Translating file : /home/mclange/Pyjamas/pyjs/library/pyjamas/Window.py
Translating file : /home/mclange/Pyjamas/pyjs/library/pyjamas/Location.py
Translating file : /home/mclange/Pyjamas/pyjs/library/pyjamas/ui/__init__.py
Translating file : /home/mclange/Pyjamas/pyjs/library/pyjamas/ui/Event.py
Translating file [ie6] : /home/mclange/Pyjamas/pyjs/library/pyjamas/DOM.py
Translating file [ie6] :
/home/mclange/Pyjamas/pyjs/library/pyjamas/Window.py
Translating file [ie6] :
/home/mclange/Pyjamas/pyjs/library/pyjamas/Location.py
Translating file [ie6] :
/home/mclange/Pyjamas/pyjs/library/pyjamas/ui/Event.py
Traceback (most recent call last):
File "../bin/pyjsbuild", line 21, in <module>
pyjs.browser.build_script()
File "/home/mclange/Pyjamas/pyjs/pyjs/src/pyjs/browser.py", line 508, in
build_script
runtime_options, args)
File "/home/mclange/Pyjamas/pyjs/pyjs/src/pyjs/browser.py", line 432, in
build
l()
File "/home/mclange/Pyjamas/pyjs/pyjs/src/pyjs/linker.py", line 262, in
__call__
self.visit_end_platform(platform)
File "/home/mclange/Pyjamas/pyjs/pyjs/src/pyjs/browser.py", line 115, in
visit_end_platform
self.app_files[platform] = self._generate_app_file(platform)
File "/home/mclange/Pyjamas/pyjs/pyjs/src/pyjs/browser.py", line 171, in
_generate_app_file
template = self.read_boilerplate('all.cache.html')
File "/home/mclange/Pyjamas/pyjs/pyjs/src/pyjs/browser.py", line 158, in
read_boilerplate
f = file(self.find_boilerplate(name))
File "/home/mclange/Pyjamas/pyjs/pyjs/src/pyjs/browser.py", line 144, in
find_boilerplate
raise RuntimeError('Top module not found %r' % self.top_module)
RuntimeError: Top module not found 'mail.Mail'
On Thursday, August 16, 2012 4:01:01 AM UTC-7, C Anthony Risinger wrote:
>
> On Thu, Aug 16, 2012 at 3:09 AM, mateolan <[email protected] <javascript:>>
> wrote:
> > Yeah, I do appreciate the inclusion of a new webkit for 12.04, that is
> handy
> > because following al of thoseother links is a cluster F....
> > The instructions in each of those links are all slightly different from
> each
> > other, and also differ from the README files that are included with
> pyjs.
> > Again, examples don't mean anything if folks can't even get installed
> > easily.
> > I am happy to consolidate my efforts into one concise wiki page for
> 12.04
> > once this is done, but I would hope that we could remove or at least
> > consolidate these other pages
> > Things began to build alright after having used the PPA, but now I get
> the
> > following when I try to make pythonwebkit in compile process.
> > Thoughts appreciated.
>
> while both based on WebKit, the link i provided is a completely
> separate and massively diffferent implementation than the
> "pythonwebkit" one -- don't try to do/use/build both.
>
> frankly, as uninspiring as it sounds, i would recommend you do not try
> and use the pythonwebkit one at all ... its close to 2yrs+ outdated
> WebKit, and has not been successfully built on a recent distribution
> (to my knowledge).
>
> i am fitting the last bits for the gobject-introspection based runner
> this week, and expect to merge by the weekend. this backend will be
> 100% current and functional at that point. until then, just translate
> to JS using `pyjsbuild`.
>
> --
>
> C Anthony
>
--