<?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 Rachel's Blog</title>
	<atom:link href="http://www.willmer.com/kb/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.willmer.com/kb</link>
	<description></description>
	<lastBuildDate>Sun, 25 Dec 2011 07:23:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Printing to Windows XP printer from Ubuntu by Anonymous</title>
		<link>http://www.willmer.com/kb/2005/05/printing-to-windows-xp-printer-from-ubuntu/comment-page-2/#comment-60557</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 25 Dec 2011 07:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2005/05/printing-to-windows-xp-printer-from-ubuntu/#comment-60557</guid>
		<description>Hello,
i have a kyocera taskalfa180 printer which doesnt seem to be supported in linux. I installed it in xp vmware and am able to print from it. problem comes when adding it to ubuntu...I browse a network printer from system&gt;printing and i see it but i dont know which drivers to select from the database coz my kyocera model is not listed. Any assistance is highly regarded.

br..

peter</description>
		<content:encoded><![CDATA[<p>Hello,<br />
i have a kyocera taskalfa180 printer which doesnt seem to be supported in linux. I installed it in xp vmware and am able to print from it. problem comes when adding it to ubuntu&#8230;I browse a network printer from system&gt;printing and i see it but i dont know which drivers to select from the database coz my kyocera model is not listed. Any assistance is highly regarded.</p>
<p>br..</p>
<p>peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make a Django ForeignKey optional by Carlos</title>
		<link>http://www.willmer.com/kb/2006/10/how-to-make-a-foreign-key-optional/comment-page-1/#comment-60390</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Sun, 18 Dec 2011 20:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2006/10/how-to-make-a-foreign-key-optional/#comment-60390</guid>
		<description>Thanks.  Also if manage.py synchdb doesn&#039;t work you should drop all those tables by doing a python.exe manage.py sqlclear appname &gt; droptables.sql
 
shell&gt; mysql -u userid -p DBName &lt; droptables.sql</description>
		<content:encoded><![CDATA[<p>Thanks.  Also if manage.py synchdb doesn&#8217;t work you should drop all those tables by doing a python.exe manage.py sqlclear appname &gt; droptables.sql</p>
<p>shell&gt; mysql -u userid -p DBName &lt; droptables.sql</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make a Django ForeignKey optional by daijones</title>
		<link>http://www.willmer.com/kb/2006/10/how-to-make-a-foreign-key-optional/comment-page-1/#comment-58645</link>
		<dc:creator>daijones</dc:creator>
		<pubDate>Fri, 04 Nov 2011 08:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2006/10/how-to-make-a-foreign-key-optional/#comment-58645</guid>
		<description>Just when you need the information quickly without too much waffle, up pops a blog like this and does just the job - many thanks! Stretch&#039;s comment helped as well, since I had already created the table without the null-accepting columns.</description>
		<content:encoded><![CDATA[<p>Just when you need the information quickly without too much waffle, up pops a blog like this and does just the job &#8211; many thanks! Stretch&#8217;s comment helped as well, since I had already created the table without the null-accepting columns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;AttributeError: &#8216;module&#8217; object has no attribute &#8216;blah&#8217;&#8221; by 4F2E4A2E</title>
		<link>http://www.willmer.com/kb/2007/12/attributeerror-module-object-has-no-attribute-blah/comment-page-1/#comment-58434</link>
		<dc:creator>4F2E4A2E</dc:creator>
		<pubDate>Tue, 25 Oct 2011 13:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2007/12/attributeerror-module-object-has-no-attribute-blah/#comment-58434</guid>
		<description>im my case i had the _init_.py, but it had some content like this:
---
import settings
try:
    import ldap
    CAN_USE = True
except:
    CAN_USE = False
---
so i removed it and everything is fine now...</description>
		<content:encoded><![CDATA[<p>im my case i had the _init_.py, but it had some content like this:<br />
&#8212;<br />
import settings<br />
try:<br />
    import ldap<br />
    CAN_USE = True<br />
except:<br />
    CAN_USE = False<br />
&#8212;<br />
so i removed it and everything is fine now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;AttributeError: &#8216;module&#8217; object has no attribute &#8216;blah&#8217;&#8221; by masood</title>
		<link>http://www.willmer.com/kb/2007/12/attributeerror-module-object-has-no-attribute-blah/comment-page-1/#comment-57806</link>
		<dc:creator>masood</dc:creator>
		<pubDate>Mon, 03 Oct 2011 05:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2007/12/attributeerror-module-object-has-no-attribute-blah/#comment-57806</guid>
		<description>Hi..

how to call java method in python

please help me :-(</description>
		<content:encoded><![CDATA[<p>Hi..</p>
<p>how to call java method in python</p>
<p>please help me <img src='http://www.willmer.com/kb/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium WebDriver won&#8217;t let you add/change request headers by Alex</title>
		<link>http://www.willmer.com/kb/2011/07/selenium-webdriver-wont-let-you-addchange-request-headers/comment-page-1/#comment-57281</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 15 Sep 2011 05:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/?p=151#comment-57281</guid>
		<description>THis works:

package org.openqa.selenium.htmlunit;

public class ExtendedHtmlUnitDriver extends HtmlUnitDriver
{
	public ExtendedHtmlUnitDriver(boolean enableJavascript)
	{
		super(enableJavascript);
	}

	public void setHeader(String name, String value)
	{
		this.getWebClient().addRequestHeader(name, value);
	}
}
		ExtendedHtmlUnitDriver driver = new ExtendedHtmlUnitDriver(true);
		driver.setHeader(&quot;cac&quot;, &quot;2200009990&quot;);</description>
		<content:encoded><![CDATA[<p>THis works:</p>
<p>package org.openqa.selenium.htmlunit;</p>
<p>public class ExtendedHtmlUnitDriver extends HtmlUnitDriver<br />
{<br />
	public ExtendedHtmlUnitDriver(boolean enableJavascript)<br />
	{<br />
		super(enableJavascript);<br />
	}</p>
<p>	public void setHeader(String name, String value)<br />
	{<br />
		this.getWebClient().addRequestHeader(name, value);<br />
	}<br />
}<br />
		ExtendedHtmlUnitDriver driver = new ExtendedHtmlUnitDriver(true);<br />
		driver.setHeader(&#8220;cac&#8221;, &#8220;2200009990&#8243;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;AttributeError: &#8216;module&#8217; object has no attribute &#8216;blah&#8217;&#8221; by Anonymous</title>
		<link>http://www.willmer.com/kb/2007/12/attributeerror-module-object-has-no-attribute-blah/comment-page-1/#comment-55576</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 05 Apr 2011 10:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/2007/12/attributeerror-module-object-has-no-attribute-blah/#comment-55576</guid>
		<description>I am seeing the replies as below 
Thanks so much! __init__.py was my problem...

Can anyone explain me the problem of __init__.py problem?</description>
		<content:encoded><![CDATA[<p>I am seeing the replies as below<br />
Thanks so much! __init__.py was my problem&#8230;</p>
<p>Can anyone explain me the problem of __init__.py problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to import extra INSTALLED_APPS from an external settings file by Anonymous</title>
		<link>http://www.willmer.com/kb/2011/03/how-to-import-extra-installed_apps-from-an-external-settings-file/comment-page-1/#comment-54864</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 23 Mar 2011 13:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/?p=147#comment-54864</guid>
		<description>Why not the old INSTALLED_APPS += tuple(EXTRA_INSTALLED_APPS)</description>
		<content:encoded><![CDATA[<p>Why not the old INSTALLED_APPS += tuple(EXTRA_INSTALLED_APPS)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to import extra INSTALLED_APPS from an external settings file by Rachel</title>
		<link>http://www.willmer.com/kb/2011/03/how-to-import-extra-installed_apps-from-an-external-settings-file/comment-page-1/#comment-54863</link>
		<dc:creator>Rachel</dc:creator>
		<pubDate>Wed, 23 Mar 2011 13:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/?p=147#comment-54863</guid>
		<description>Hmm, thought I&#039;d tried that first...
OK, this might be a complete red herring :-)
thanks!</description>
		<content:encoded><![CDATA[<p>Hmm, thought I&#8217;d tried that first&#8230;<br />
OK, this might be a complete red herring <img src='http://www.willmer.com/kb/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to import extra INSTALLED_APPS from an external settings file by Ochs'n Willy</title>
		<link>http://www.willmer.com/kb/2011/03/how-to-import-extra-installed_apps-from-an-external-settings-file/comment-page-1/#comment-54862</link>
		<dc:creator>Ochs'n Willy</dc:creator>
		<pubDate>Wed, 23 Mar 2011 13:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.willmer.com/kb/?p=147#comment-54862</guid>
		<description>or just INSTALLED_APPS += INSTALLED_TEST_APPS return the same result</description>
		<content:encoded><![CDATA[<p>or just INSTALLED_APPS += INSTALLED_TEST_APPS return the same result</p>
]]></content:encoded>
	</item>
</channel>
</rss>

