<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Embedding JavaScript in Python</title>
	<atom:link href="http://eikke.com/embedding-javascript-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://eikke.com/embedding-javascript-in-python/</link>
	<description>&#039;cause this is what I do</description>
	<lastBuildDate>Tue, 29 Nov 2011 11:02:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Vikki</title>
		<link>http://eikke.com/embedding-javascript-in-python/comment-page-1/#comment-46311</link>
		<dc:creator>Vikki</dc:creator>
		<pubDate>Mon, 07 Mar 2011 14:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/embedding-javascript-in-python/#comment-46311</guid>
		<description>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 &quot;&#039;module&#039; object has no attribute &#039;GlobalContext&#039; &quot;

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.</description>
		<content:encoded><![CDATA[<p>Hi Nicolas,</p>
<p>I tried using your API JScore at :<br />
<a href="http://git.nicolast.be/?p=python-jscore.git;a=commit;h=2801be031c47ff92d6e3c595b403292a7074e080" rel="nofollow">http://git.nicolast.be/?p=python-jscore.git;a=commit;h=2801be031c47ff92d6e3c595b403292a7074e080</a></p>
<p>I tried to build the dll using my own setup and the source code files found at Webkit.</p>
<p>but whenever I am trying to call any function from a test file it says &#8220;&#8216;module&#8217; object has no attribute &#8216;GlobalContext&#8217; &#8221;</p>
<p>I found out that whenever you are doing this : self.ctx = JSGlobalContextCreate(NULL)</p>
<p>it starts throwing the above error for all classes.</p>
<p>Could you please urgently help me to either explain how to solve the above issue or help me in<br />
correctly installing using your setup.py.</p>
<p>When I am runnning your Setup.py it says Unable to run pkg-config, is it installed?</p>
<p>Please reply urgently, I need to work and finish some deadlines using this API at work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hacerus</title>
		<link>http://eikke.com/embedding-javascript-in-python/comment-page-1/#comment-38981</link>
		<dc:creator>hacerus</dc:creator>
		<pubDate>Wed, 13 Oct 2010 04:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/embedding-javascript-in-python/#comment-38981</guid>
		<description>this is exactly what i am looking for!!! thanks!!</description>
		<content:encoded><![CDATA[<p>this is exactly what i am looking for!!! thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://eikke.com/embedding-javascript-in-python/comment-page-1/#comment-8354</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 26 Aug 2008 06:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/embedding-javascript-in-python/#comment-8354</guid>
		<description>Oh, I forgot to add - you can export python objects into JS and return JS objects back to the python virtual machine - tricky much :)</description>
		<content:encoded><![CDATA[<p>Oh, I forgot to add &#8211; you can export python objects into JS and return JS objects back to the python virtual machine &#8211; tricky much <img src='http://eikke.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://eikke.com/embedding-javascript-in-python/comment-page-1/#comment-8353</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 26 Aug 2008 06:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/embedding-javascript-in-python/#comment-8353</guid>
		<description>Howdy, this sounds mighty similar to what I did for &quot;python-rhodes&quot; 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/</description>
		<content:encoded><![CDATA[<p>Howdy, this sounds mighty similar to what I did for &#8220;python-rhodes&#8221; not long ago:</p>
<p><a href="http://fagonfoss.com/blog/2007/06/rhodes-01-preview-released/" rel="nofollow">http://fagonfoss.com/blog/2007/06/rhodes-01-preview-released/</a></p>
<p>To get the code:<br />
bzr clone <a href="http://beta.unstated.net/~james/code/projects/rhodes/rhodes-ng/" rel="nofollow">http://beta.unstated.net/~james/code/projects/rhodes/rhodes-ng/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

