<?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 for /dev/stu</title>
	<atom:link href="http://www.stuartaxon.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuartaxon.com</link>
	<description>Adding LOC to the web.</description>
	<lastBuildDate>Fri, 20 Jul 2012 15:17:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Playing a sound in pygame by Wian Rifqi Dwi</title>
		<link>http://www.stuartaxon.com/2008/02/24/playing-a-sound-in-pygame/comment-page-1/#comment-47791</link>
		<dc:creator>Wian Rifqi Dwi</dc:creator>
		<pubDate>Fri, 20 Jul 2012 15:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=39#comment-47791</guid>
		<description><![CDATA[Sir, my name Wian..
Could I ask you some question?

This&#039;s about playing the sound using Python with Pygame..
I&#039;ve already did what you post here, I&#039;ve changed the filename to my &#039;real&#039; sound WAV name..
Using quote &#039;gameover.wav&#039; inside the bracket after the pygame.mixer.Sound() &amp; the variable name after try:

And the result it do nothing but the error appear because not using pygame.quit &amp; sys.exit..

What should I do then, I&#039;m a newbie..
Please guide me]]></description>
		<content:encoded><![CDATA[<p>Sir, my name Wian..<br />
Could I ask you some question?</p>
<p>This&#8217;s about playing the sound using Python with Pygame..<br />
I&#8217;ve already did what you post here, I&#8217;ve changed the filename to my &#8216;real&#8217; sound WAV name..<br />
Using quote &#8216;gameover.wav&#8217; inside the bracket after the pygame.mixer.Sound() &amp; the variable name after try:</p>
<p>And the result it do nothing but the error appear because not using pygame.quit &amp; sys.exit..</p>
<p>What should I do then, I&#8217;m a newbie..<br />
Please guide me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cairo with python Ctypes by Stu</title>
		<link>http://www.stuartaxon.com/2012/01/09/cairo-with-python-ctypes/comment-page-1/#comment-43100</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Sat, 02 Jun 2012 17:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=299#comment-43100</guid>
		<description><![CDATA[I still need to try on ctypesgen in windows vs linux to see if thats the reason for the difference in ctypesgen.

Do you which .h files, it might be possible to just pass those to ctypesgen.

I noticed that M_PI is included from math.h an used in the tests, I&#039;ve successfully replaced it with math.pi in testing.

The ctypesgen loader doesn&#039;t seem to understand ubuntu style ld.so.conf files containing wildcards, so this is what I&#039;ve been looking at, hopefully can get this working and upstream next.]]></description>
		<content:encoded><![CDATA[<p>I still need to try on ctypesgen in windows vs linux to see if thats the reason for the difference in ctypesgen.</p>
<p>Do you which .h files, it might be possible to just pass those to ctypesgen.</p>
<p>I noticed that M_PI is included from math.h an used in the tests, I&#8217;ve successfully replaced it with math.pi in testing.</p>
<p>The ctypesgen loader doesn&#8217;t seem to understand ubuntu style ld.so.conf files containing wildcards, so this is what I&#8217;ve been looking at, hopefully can get this working and upstream next.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cairo with python Ctypes by maxim</title>
		<link>http://www.stuartaxon.com/2012/01/09/cairo-with-python-ctypes/comment-page-1/#comment-43060</link>
		<dc:creator>maxim</dc:creator>
		<pubDate>Sat, 02 Jun 2012 11:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=299#comment-43060</guid>
		<description><![CDATA[Ok.
I use only ctypesgen SVN version, but last changes is from Feb.24.2012 http://code.google.com/p/ctypesgen/source/detail?r=141.
If you know more recent (young) version, send me link please.

Also I must warn about my hand additions - it is some necessary functions from other &quot;.h&quot; files, for work with PNG surface.]]></description>
		<content:encoded><![CDATA[<p>Ok.<br />
I use only ctypesgen SVN version, but last changes is from Feb.24.2012 <a href="http://code.google.com/p/ctypesgen/source/detail?r=141" rel="nofollow">http://code.google.com/p/ctypesgen/source/detail?r=141</a>.<br />
If you know more recent (young) version, send me link please.</p>
<p>Also I must warn about my hand additions &#8211; it is some necessary functions from other &#8220;.h&#8221; files, for work with PNG surface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cairo with python Ctypes by stu</title>
		<link>http://www.stuartaxon.com/2012/01/09/cairo-with-python-ctypes/comment-page-1/#comment-42513</link>
		<dc:creator>stu</dc:creator>
		<pubDate>Mon, 28 May 2012 14:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=299#comment-42513</guid>
		<description><![CDATA[Hi Maxim,
  Your Enlish is fine :)
I&#039;ll have a look at the changes when I get a chance.  The issue I was having on 64 bit ubuntu seems in ctypesgen svn.
Can you try regenerating cairo.py with svn ctypesgen, that should be the same as the when I generate it in ubuntu and &#039;just work&#039;.

The subversion ctypesgen.py is a bit simpler:  ctypesgen.py cairo.h &gt; cairo.py seems to be enough to get working bindings.

It&#039;s probably an idea to not modify cairo.py, so that it can be regenerated without breaking anything.]]></description>
		<content:encoded><![CDATA[<p>Hi Maxim,<br />
  Your Enlish is fine <img src='http://www.stuartaxon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I&#8217;ll have a look at the changes when I get a chance.  The issue I was having on 64 bit ubuntu seems in ctypesgen svn.<br />
Can you try regenerating cairo.py with svn ctypesgen, that should be the same as the when I generate it in ubuntu and &#8216;just work&#8217;.</p>
<p>The subversion ctypesgen.py is a bit simpler:  ctypesgen.py cairo.h > cairo.py seems to be enough to get working bindings.</p>
<p>It&#8217;s probably an idea to not modify cairo.py, so that it can be regenerated without breaking anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cairo with python Ctypes by maxim</title>
		<link>http://www.stuartaxon.com/2012/01/09/cairo-with-python-ctypes/comment-page-1/#comment-42495</link>
		<dc:creator>maxim</dc:creator>
		<pubDate>Mon, 28 May 2012 07:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=299#comment-42495</guid>
		<description><![CDATA[Hi Stuart.
Thanks for bug reports and patches again, I will work under these.
Consider load Cairo library - I made some changes after ctypesgen was generated, first change is on 595 line of cairo.py, now it have _CAIRO_LIBRARY_ variable and may be used in users py file 
(or test.py) as first line of code before import cairo &quot;import os; os.environ[&#039;_CAIRO_LIBRARY_&#039;] = &#039;full_path_name_to_custom_cairo_library&quot;.

Sorry for my English.]]></description>
		<content:encoded><![CDATA[<p>Hi Stuart.<br />
Thanks for bug reports and patches again, I will work under these.<br />
Consider load Cairo library &#8211; I made some changes after ctypesgen was generated, first change is on 595 line of cairo.py, now it have _CAIRO_LIBRARY_ variable and may be used in users py file<br />
(or test.py) as first line of code before import cairo &#8220;import os; os.environ['_CAIRO_LIBRARY_'] = &#8216;full_path_name_to_custom_cairo_library&#8221;.</p>
<p>Sorry for my English.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cairo with python Ctypes by stu</title>
		<link>http://www.stuartaxon.com/2012/01/09/cairo-with-python-ctypes/comment-page-1/#comment-42421</link>
		<dc:creator>stu</dc:creator>
		<pubDate>Sun, 27 May 2012 12:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=299#comment-42421</guid>
		<description><![CDATA[PyIrricht looks nice, I haven&#039;t checked out game engines for while.

Cheers for adding setup.py and  the other changes.

I did some testing in linux, but hit a bug in the ctypesgen generated code.

http://code.google.com/p/cairo-ctypes/issues/detail?id=5


I&#039;ve got ctypesgen on linux here, let me know if there are any tests I can do to try and find the source of the bug.]]></description>
		<content:encoded><![CDATA[<p>PyIrricht looks nice, I haven&#8217;t checked out game engines for while.</p>
<p>Cheers for adding setup.py and  the other changes.</p>
<p>I did some testing in linux, but hit a bug in the ctypesgen generated code.</p>
<p><a href="http://code.google.com/p/cairo-ctypes/issues/detail?id=5" rel="nofollow">http://code.google.com/p/cairo-ctypes/issues/detail?id=5</a></p>
<p>I&#8217;ve got ctypesgen on linux here, let me know if there are any tests I can do to try and find the source of the bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cairo with python Ctypes by maxim</title>
		<link>http://www.stuartaxon.com/2012/01/09/cairo-with-python-ctypes/comment-page-1/#comment-42403</link>
		<dc:creator>maxim</dc:creator>
		<pubDate>Sun, 27 May 2012 10:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=299#comment-42403</guid>
		<description><![CDATA[Thank you for your reply.
 I understand about classes, see my pyIrrlicht project, but should be noted that, Cairo purely functional (cairo-ctypes auto-generated, respectively), and object approach requires more time to develop and direct (individual) developer, but my main project pyIrrlicht.

 I also use Cairo for rendering SVG in irrlicht_c.dll and I&#039;m very important analogue of Cairo in Python, for study and testing.

 Thanks for the tips on googlecode, I made some corrections.]]></description>
		<content:encoded><![CDATA[<p>Thank you for your reply.<br />
 I understand about classes, see my pyIrrlicht project, but should be noted that, Cairo purely functional (cairo-ctypes auto-generated, respectively), and object approach requires more time to develop and direct (individual) developer, but my main project pyIrrlicht.</p>
<p> I also use Cairo for rendering SVG in irrlicht_c.dll and I&#8217;m very important analogue of Cairo in Python, for study and testing.</p>
<p> Thanks for the tips on googlecode, I made some corrections.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cairo with python Ctypes by stu</title>
		<link>http://www.stuartaxon.com/2012/01/09/cairo-with-python-ctypes/comment-page-1/#comment-39907</link>
		<dc:creator>stu</dc:creator>
		<pubDate>Fri, 04 May 2012 08:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=299#comment-39907</guid>
		<description><![CDATA[Hi Maxim,
  Your library looks useful, it&#039;s slightly different to this one at the moment - yours provides the cairo C.

What I&#039;m interested in is providing the pycairo API where you get classes for things like Context, Surface, ImageSurface etc.

This is achieved by importing a ctypes style binding then using metaclasses to bind the functions to classes using their names (e.g. a prefix of cairo_image_surface_ goes to ImageSurface).

I could save a lot of the nastier code by just building on your library.

I haven&#039;t worked on this for a little while though so feel free to take the ideas/code. A pycairo compatible library might be useful for running pycairo style code on pypy for instance.]]></description>
		<content:encoded><![CDATA[<p>Hi Maxim,<br />
  Your library looks useful, it&#8217;s slightly different to this one at the moment &#8211; yours provides the cairo C.</p>
<p>What I&#8217;m interested in is providing the pycairo API where you get classes for things like Context, Surface, ImageSurface etc.</p>
<p>This is achieved by importing a ctypes style binding then using metaclasses to bind the functions to classes using their names (e.g. a prefix of cairo_image_surface_ goes to ImageSurface).</p>
<p>I could save a lot of the nastier code by just building on your library.</p>
<p>I haven&#8217;t worked on this for a little while though so feel free to take the ideas/code. A pycairo compatible library might be useful for running pycairo style code on pypy for instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cairo with python Ctypes by maxim</title>
		<link>http://www.stuartaxon.com/2012/01/09/cairo-with-python-ctypes/comment-page-1/#comment-39897</link>
		<dc:creator>maxim</dc:creator>
		<pubDate>Fri, 04 May 2012 06:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=299#comment-39897</guid>
		<description><![CDATA[see my version on http://cairo-ctypes.googlecode.com]]></description>
		<content:encoded><![CDATA[<p>see my version on <a href="http://cairo-ctypes.googlecode.com" rel="nofollow">http://cairo-ctypes.googlecode.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netcat in windows by Thaoh</title>
		<link>http://www.stuartaxon.com/2008/05/22/netcat-in-windows/comment-page-1/#comment-24747</link>
		<dc:creator>Thaoh</dc:creator>
		<pubDate>Tue, 02 Aug 2011 18:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuartaxon.com/?p=51#comment-24747</guid>
		<description><![CDATA[I&#039;d like to note that I&#039;ve taken the liberty of adding this blog post to my Netcat mirror site over at http://thaoh.net/Tools/Netcat :)]]></description>
		<content:encoded><![CDATA[<p>I&#8217;d like to note that I&#8217;ve taken the liberty of adding this blog post to my Netcat mirror site over at <a href="http://thaoh.net/Tools/Netcat" rel="nofollow">http://thaoh.net/Tools/Netcat</a> <img src='http://www.stuartaxon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
