<?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: Mount your Flickr account as regular Linux drive</title>
	<atom:link href="http://www.linuxscrew.com/2008/04/30/mount-your-flickr-account-as-regular-linux-drive/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxscrew.com/2008/04/30/mount-your-flickr-account-as-regular-linux-drive/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 06:51:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=4978</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Elizabeth Zeoli</title>
		<link>http://www.linuxscrew.com/2008/04/30/mount-your-flickr-account-as-regular-linux-drive/comment-page-1/#comment-578937</link>
		<dc:creator>Elizabeth Zeoli</dc:creator>
		<pubDate>Fri, 03 Jun 2011 21:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxscrew.com/2008/04/30/mount-your-flickr-account-as-regular-linux-drive/#comment-578937</guid>
		<description>viagra in the water mp3 download free</description>
		<content:encoded><![CDATA[<p>viagra in the water mp3 download free</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: compact sleeping bag</title>
		<link>http://www.linuxscrew.com/2008/04/30/mount-your-flickr-account-as-regular-linux-drive/comment-page-1/#comment-568082</link>
		<dc:creator>compact sleeping bag</dc:creator>
		<pubDate>Tue, 31 May 2011 10:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxscrew.com/2008/04/30/mount-your-flickr-account-as-regular-linux-drive/#comment-568082</guid>
		<description>Hello there, just became aware of your blog site through Google, and discovered that it is truly informative. I am gonna watch out for brussels. I’ll be grateful if you keep going this in future. Numerous people will be benefited from your posting. Regards, !</description>
		<content:encoded><![CDATA[<p>Hello there, just became aware of your blog site through Google, and discovered that it is truly informative. I am gonna watch out for brussels. I’ll be grateful if you keep going this in future. Numerous people will be benefited from your posting. Regards, !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brown leather bag</title>
		<link>http://www.linuxscrew.com/2008/04/30/mount-your-flickr-account-as-regular-linux-drive/comment-page-1/#comment-212442</link>
		<dc:creator>brown leather bag</dc:creator>
		<pubDate>Fri, 31 Dec 2010 22:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxscrew.com/2008/04/30/mount-your-flickr-account-as-regular-linux-drive/#comment-212442</guid>
		<description>Simply one of the greatest posts that I have noticed on this subject.  I&#039;m going to have to advise your web-site to my friends.</description>
		<content:encoded><![CDATA[<p>Simply one of the greatest posts that I have noticed on this subject.  I&#8217;m going to have to advise your web-site to my friends.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: See-ming Lee</title>
		<link>http://www.linuxscrew.com/2008/04/30/mount-your-flickr-account-as-regular-linux-drive/comment-page-1/#comment-26067</link>
		<dc:creator>See-ming Lee</dc:creator>
		<pubDate>Tue, 24 Mar 2009 01:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxscrew.com/2008/04/30/mount-your-flickr-account-as-regular-linux-drive/#comment-26067</guid>
		<description>Just downloaded the same version 1.3.9 of flickrfs into Ubuntu 8.10 Intrepid and received the same error message when the program is run.

So just changed the environment variable by typing the following in the terminal and you are ready to move onto the other exciting bits!

$ export FUSE_PYTHON_API=0.1

...followed by

$ python flickrfs.py /mountpoint

...close browser window after you&#039;re authenticated with Flickr and you should be all set!

Hope this helps.

Cheers,
SML</description>
		<content:encoded><![CDATA[<p>Just downloaded the same version 1.3.9 of flickrfs into Ubuntu 8.10 Intrepid and received the same error message when the program is run.</p>
<p>So just changed the environment variable by typing the following in the terminal and you are ready to move onto the other exciting bits!</p>
<p>$ export FUSE_PYTHON_API=0.1</p>
<p>&#8230;followed by</p>
<p>$ python flickrfs.py /mountpoint</p>
<p>&#8230;close browser window after you&#8217;re authenticated with Flickr and you should be all set!</p>
<p>Hope this helps.</p>
<p>Cheers,<br />
SML</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Marsden</title>
		<link>http://www.linuxscrew.com/2008/04/30/mount-your-flickr-account-as-regular-linux-drive/comment-page-1/#comment-23637</link>
		<dc:creator>David Marsden</dc:creator>
		<pubDate>Tue, 26 Aug 2008 19:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxscrew.com/2008/04/30/mount-your-flickr-account-as-regular-linux-drive/#comment-23637</guid>
		<description>i get the following when trying to run the program:

david@holly:~$ python flickrfs-1.3.9/flickrfs.py
Traceback (most recent call last):
  File &quot;flickrfs-1.3.9/flickrfs.py&quot;, line 1079, in 
    server = Flickrfs()
  File &quot;flickrfs-1.3.9/flickrfs.py&quot;, line 157, in __init__
    Fuse.__init__(self, *args, **kw)
  File &quot;/usr/lib/python2.5/site-packages/fuse.py&quot;, line 652, in __init__
    &quot;&quot;&quot;
RuntimeError: fuse.fuse_python_api not defined.

! Please define fuse.fuse_python_api internally (eg.
! 
! (1)  fuse.fuse_python_api = (0, 2)
! 
! ) or in the enviroment (eg. 
! 
! (2)  FUSE_PYTHON_API=0.1
! 
! ).
!
! If you are actually developing a filesystem, probably (1) is the way to go.
! If you are using a filesystem written before 2007 Q2, probably (2) is what
! you want.&quot;

Any ideas on what to do from here?</description>
		<content:encoded><![CDATA[<p>i get the following when trying to run the program:</p>
<p>david@holly:~$ python flickrfs-1.3.9/flickrfs.py<br />
Traceback (most recent call last):<br />
  File &#8220;flickrfs-1.3.9/flickrfs.py&#8221;, line 1079, in<br />
    server = Flickrfs()<br />
  File &#8220;flickrfs-1.3.9/flickrfs.py&#8221;, line 157, in __init__<br />
    Fuse.__init__(self, *args, **kw)<br />
  File &#8220;/usr/lib/python2.5/site-packages/fuse.py&#8221;, line 652, in __init__<br />
    &#8220;&#8221;"<br />
RuntimeError: fuse.fuse_python_api not defined.</p>
<p>! Please define fuse.fuse_python_api internally (eg.<br />
!<br />
! (1)  fuse.fuse_python_api = (0, 2)<br />
!<br />
! ) or in the enviroment (eg.<br />
!<br />
! (2)  FUSE_PYTHON_API=0.1<br />
!<br />
! ).<br />
!<br />
! If you are actually developing a filesystem, probably (1) is the way to go.<br />
! If you are using a filesystem written before 2007 Q2, probably (2) is what<br />
! you want.&#8221;</p>
<p>Any ideas on what to do from here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntaires de Ponent &#187; Arxiu &#187; Muntar el compte Flickr com un dispositiu</title>
		<link>http://www.linuxscrew.com/2008/04/30/mount-your-flickr-account-as-regular-linux-drive/comment-page-1/#comment-19607</link>
		<dc:creator>Ubuntaires de Ponent &#187; Arxiu &#187; Muntar el compte Flickr com un dispositiu</dc:creator>
		<pubDate>Tue, 06 May 2008 07:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxscrew.com/2008/04/30/mount-your-flickr-account-as-regular-linux-drive/#comment-19607</guid>
		<description>[...] a Linux Screw (en anglès) que és possible muntar el compte de flickr com un dispositiu comú de Linux. Us [...]</description>
		<content:encoded><![CDATA[<p>[...] a Linux Screw (en anglès) que és possible muntar el compte de flickr com un dispositiu comú de Linux. Us [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

