<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Mysqldb on Kenno&#39;s Open Note</title>
    <link>https://blog.khmersite.net/tags/mysqldb/</link>
    <description>Recent content in Mysqldb on Kenno&#39;s Open Note</description>
    <image>
      <title>Kenno&#39;s Open Note</title>
      <url>https://blog.khmersite.net/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://blog.khmersite.net/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.154.0</generator>
    <language>en</language>
    <lastBuildDate>Sun, 09 Nov 2008 14:40:10 +0000</lastBuildDate>
    <atom:link href="https://blog.khmersite.net/tags/mysqldb/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Python MySQLdb package for Debian</title>
      <link>https://blog.khmersite.net/p/pythonmysqldb-package-for-debian/</link>
      <pubDate>Sun, 09 Nov 2008 14:40:10 +0000</pubDate>
      <guid>https://blog.khmersite.net/p/pythonmysqldb-package-for-debian/</guid>
      <description>&lt;p&gt;I try to use MySQLdb module with my Python code for the first time. This is what I see:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;import MySQLdb
Traceback (most recent call last):
File &amp;#34;&amp;#34;, line 1, in
ImportError: No module named MySQLdb
your code here
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For Debian, the package for MySQLdb module is &lt;strong&gt;python-mysqldb&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;# apt-get install python-mysqldb&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Now, let&amp;rsquo;s verify if MySQLdb module has been correctly installed:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&amp;gt;&amp;gt;&amp;gt; import MySQLdb
&amp;gt;&amp;gt;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;No more import error message, which means you can start using MySQldb module now.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
