Comments on: Embedding JavaScript in Python http://eikke.com/embedding-javascript-in-python/ 'cause this is what I do Tue, 04 Dec 2012 00:03:23 +0000 hourly 1 http://wordpress.org/?v=3.4.1 By: Vikki http://eikke.com/embedding-javascript-in-python/comment-page-1/#comment-46311 Vikki Mon, 07 Mar 2011 14:45:01 +0000 http://eikke.com/embedding-javascript-in-python/#comment-46311 Hi Nicolas, I tried using your API JScore at : http://git.nicolast.be/?p=python-jscore.git;a=commit;h=2801be031c47ff92d6e3c595b403292a7074e080 I tried to build the dll using my own setup and the source code files found at Webkit. but whenever I am trying to call any function from a test file it says "'module' object has no attribute 'GlobalContext' " I found out that whenever you are doing this : self.ctx = JSGlobalContextCreate(NULL) it starts throwing the above error for all classes. Could you please urgently help me to either explain how to solve the above issue or help me in correctly installing using your setup.py. When I am runnning your Setup.py it says Unable to run pkg-config, is it installed? Please reply urgently, I need to work and finish some deadlines using this API at work. Hi Nicolas,

I tried using your API JScore at :
http://git.nicolast.be/?p=python-jscore.git;a=commit;h=2801be031c47ff92d6e3c595b403292a7074e080

I tried to build the dll using my own setup and the source code files found at Webkit.

but whenever I am trying to call any function from a test file it says “‘module’ object has no attribute ‘GlobalContext’ ”

I found out that whenever you are doing this : self.ctx = JSGlobalContextCreate(NULL)

it starts throwing the above error for all classes.

Could you please urgently help me to either explain how to solve the above issue or help me in
correctly installing using your setup.py.

When I am runnning your Setup.py it says Unable to run pkg-config, is it installed?

Please reply urgently, I need to work and finish some deadlines using this API at work.

]]>
By: hacerus http://eikke.com/embedding-javascript-in-python/comment-page-1/#comment-38981 hacerus Wed, 13 Oct 2010 04:06:12 +0000 http://eikke.com/embedding-javascript-in-python/#comment-38981 this is exactly what i am looking for!!! thanks!! this is exactly what i am looking for!!! thanks!!

]]>
By: James http://eikke.com/embedding-javascript-in-python/comment-page-1/#comment-8354 James Tue, 26 Aug 2008 06:58:28 +0000 http://eikke.com/embedding-javascript-in-python/#comment-8354 Oh, I forgot to add - you can export python objects into JS and return JS objects back to the python virtual machine - tricky much :) Oh, I forgot to add – you can export python objects into JS and return JS objects back to the python virtual machine – tricky much :)

]]>
By: James http://eikke.com/embedding-javascript-in-python/comment-page-1/#comment-8353 James Tue, 26 Aug 2008 06:56:53 +0000 http://eikke.com/embedding-javascript-in-python/#comment-8353 Howdy, this sounds mighty similar to what I did for "python-rhodes" not long ago: http://fagonfoss.com/blog/2007/06/rhodes-01-preview-released/ To get the code: bzr clone http://beta.unstated.net/~james/code/projects/rhodes/rhodes-ng/ Howdy, this sounds mighty similar to what I did for “python-rhodes” not long ago:

http://fagonfoss.com/blog/2007/06/rhodes-01-preview-released/

To get the code:
bzr clone http://beta.unstated.net/~james/code/projects/rhodes/rhodes-ng/

]]>