<?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"
	>
<channel>
	<title>Comments on: Webilder 0.5 Released</title>
	<atom:link href="http://www.thesamet.com/blog/2006/10/13/webilder-05-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thesamet.com/blog/2006/10/13/webilder-05-released/</link>
	<description>The Ramblings of a Freelance Software Developer</description>
	<pubDate>Sat, 22 Nov 2008 02:50:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Oleg Melnychuk</title>
		<link>http://www.thesamet.com/blog/2006/10/13/webilder-05-released/#comment-6767</link>
		<dc:creator>Oleg Melnychuk</dc:creator>
		<pubDate>Thu, 03 Apr 2008 09:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesamet.com/blog/2006/10/13/webilder-05-released/#comment-6767</guid>
		<description>I had the same problem. Try to install 'python-devel' package...</description>
		<content:encoded><![CDATA[<p>I had the same problem. Try to install &#8216;python-devel&#8217; package&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaime Madrid</title>
		<link>http://www.thesamet.com/blog/2006/10/13/webilder-05-released/#comment-6692</link>
		<dc:creator>jaime Madrid</dc:creator>
		<pubDate>Fri, 19 Oct 2007 15:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesamet.com/blog/2006/10/13/webilder-05-released/#comment-6692</guid>
		<description>maybe you solved your pb, but if you still have the pb, if you are behind a proxy you must set the env variable:

http_proxy in your bash profile.

try this:

export "http://user:pass@proxyhostname:port/"

and after rerun:

webilder_downloader</description>
		<content:encoded><![CDATA[<p>maybe you solved your pb, but if you still have the pb, if you are behind a proxy you must set the env variable:</p>
<p>http_proxy in your bash profile.</p>
<p>try this:</p>
<p>export &#8220;http://user:pass@proxyhostname:port/&#8221;</p>
<p>and after rerun:</p>
<p>webilder_downloader</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kooki</title>
		<link>http://www.thesamet.com/blog/2006/10/13/webilder-05-released/#comment-6656</link>
		<dc:creator>kooki</dc:creator>
		<pubDate>Mon, 17 Sep 2007 03:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesamet.com/blog/2006/10/13/webilder-05-released/#comment-6656</guid>
		<description>Hi
I installed Webilder 0.6.2 . but it can't connect and close after some second.
if I run it from terminal, i see this error:
kooki@kooki-desktop~$ webilder_downloader
&lt;code&gt;
Downloading list of photos (may take some time) 
Traceback (most recent call last):
  File "/usr/bin/webilder_downloader", line 3, in 
    main()
  File "/var/lib/python-support/python2.5/webilder/downloader.py", line 177, in main
    download_all(notify)
  File "/var/lib/python-support/python2.5/webilder/downloader.py", line 134, in download_all
    photos = get_full_download_list(config)
  File "/var/lib/python-support/python2.5/webilder/downloader.py", line 18, in get_full_download_list
    photos = module.get_download_list(config)
  File "/var/lib/python-support/python2.5/webilder/flickr/__init__.py", line 40, in get_download_list
    photos = flickr.photos_search(**params_dict)
  File "/var/lib/python-support/python2.5/webilder/flickr/flickrapi.py", line 31, in photos_search
    photos = self.call('flickr.photos.search', **kwargs)
  File "/var/lib/python-support/python2.5/webilder/flickr/flickrapi.py", line 20, in call
    resp = urllib2.urlopen('http://api.flickr.com/services/rest/?' + args)
  File "/usr/lib/python2.5/urllib2.py", line 121, in urlopen
    return _opener.open(url, data)
  File "/usr/lib/python2.5/urllib2.py", line 374, in open
    response = self._open(req, data)
  File "/usr/lib/python2.5/urllib2.py", line 392, in _open
    '_open', req)
  File "/usr/lib/python2.5/urllib2.py", line 353, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.5/urllib2.py", line 1100, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.5/urllib2.py", line 1075, in do_open
    raise URLError(err)
urllib2.URLError: 

&lt;/code&gt;

i use ubuntu feisty.
it may be filter by my isp, but i 'm not sure. beacuse the site fickr has been filter...!
thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
I installed Webilder 0.6.2 . but it can&#8217;t connect and close after some second.<br />
if I run it from terminal, i see this error:<br />
kooki@kooki-desktop~$ webilder_downloader<br />
<code><br />
Downloading list of photos (may take some time)<br />
Traceback (most recent call last):<br />
  File "/usr/bin/webilder_downloader", line 3, in<br />
    main()<br />
  File "/var/lib/python-support/python2.5/webilder/downloader.py", line 177, in main<br />
    download_all(notify)<br />
  File "/var/lib/python-support/python2.5/webilder/downloader.py", line 134, in download_all<br />
    photos = get_full_download_list(config)<br />
  File "/var/lib/python-support/python2.5/webilder/downloader.py", line 18, in get_full_download_list<br />
    photos = module.get_download_list(config)<br />
  File "/var/lib/python-support/python2.5/webilder/flickr/__init__.py", line 40, in get_download_list<br />
    photos = flickr.photos_search(**params_dict)<br />
  File "/var/lib/python-support/python2.5/webilder/flickr/flickrapi.py", line 31, in photos_search<br />
    photos = self.call('flickr.photos.search', **kwargs)<br />
  File "/var/lib/python-support/python2.5/webilder/flickr/flickrapi.py", line 20, in call<br />
    resp = urllib2.urlopen('http://api.flickr.com/services/rest/?' + args)<br />
  File "/usr/lib/python2.5/urllib2.py", line 121, in urlopen<br />
    return _opener.open(url, data)<br />
  File "/usr/lib/python2.5/urllib2.py", line 374, in open<br />
    response = self._open(req, data)<br />
  File "/usr/lib/python2.5/urllib2.py", line 392, in _open<br />
    '_open', req)<br />
  File "/usr/lib/python2.5/urllib2.py", line 353, in _call_chain<br />
    result = func(*args)<br />
  File "/usr/lib/python2.5/urllib2.py", line 1100, in http_open<br />
    return self.do_open(httplib.HTTPConnection, req)<br />
  File "/usr/lib/python2.5/urllib2.py", line 1075, in do_open<br />
    raise URLError(err)<br />
urllib2.URLError: </p>
<p></code></p>
<p>i use ubuntu feisty.<br />
it may be filter by my isp, but i &#8216;m not sure. beacuse the site fickr has been filter&#8230;!<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish</title>
		<link>http://www.thesamet.com/blog/2006/10/13/webilder-05-released/#comment-3353</link>
		<dc:creator>Satish</dc:creator>
		<pubDate>Mon, 26 Mar 2007 06:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesamet.com/blog/2006/10/13/webilder-05-released/#comment-3353</guid>
		<description>Hi,

I tried compiling Webilder on openSuSE 10.2 and failed with the following errors:

running install
error: invalid Python installation: unable to open /usr/lib/python2.5/config/Makefile (No such file or directory)


I get this with both with build and install
Any way to get this on SuSE?
An rpm would be excellent though</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried compiling Webilder on openSuSE 10.2 and failed with the following errors:</p>
<p>running install<br />
error: invalid Python installation: unable to open /usr/lib/python2.5/config/Makefile (No such file or directory)</p>
<p>I get this with both with build and install<br />
Any way to get this on SuSE?<br />
An rpm would be excellent though</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.239 seconds -->
