<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Sick of pkg_resources Warnings?</title>
	<link>http://lucumr.pocoo.org/cogitations/2008/02/19/sick-of-pkg_resources-warnings/</link>
	<description>Armin Ronacher thinking</description>
	<pubDate>Sat, 11 Oct 2008 12:09:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Braydon Fuller</title>
		<link>http://lucumr.pocoo.org/cogitations/2008/02/19/sick-of-pkg_resources-warnings/#comment-2334</link>
		<author>Braydon Fuller</author>
		<pubDate>Tue, 19 Feb 2008 23:47:19 +0000</pubDate>
		<guid>http://lucumr.pocoo.org/cogitations/2008/02/19/sick-of-pkg_resources-warnings/#comment-2334</guid>
		<description>It is very annoying. I sidestepped the issue and tried the same using postgresql, and it went away. Weird thing is that for the wsgi bridge file I play with sys.path to import some modules, however I get this when I run the script that doesn't append anything to the sys.path, so it must be happening someplace else.</description>
		<content:encoded><![CDATA[<p>It is very annoying. I sidestepped the issue and tried the same using postgresql, and it went away. Weird thing is that for the wsgi bridge file I play with sys.path to import some modules, however I get this when I run the script that doesn&#8217;t append anything to the sys.path, so it must be happening someplace else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armin Ronacher</title>
		<link>http://lucumr.pocoo.org/cogitations/2008/02/19/sick-of-pkg_resources-warnings/#comment-2333</link>
		<author>Armin Ronacher</author>
		<pubDate>Tue, 19 Feb 2008 23:04:15 +0000</pubDate>
		<guid>http://lucumr.pocoo.org/cogitations/2008/02/19/sick-of-pkg_resources-warnings/#comment-2333</guid>
		<description>Yes. Happens if you are playing with sys.path to inject another lib but there is an egg added later on. Especially for scripts very annoying.</description>
		<content:encoded><![CDATA[<p>Yes. Happens if you are playing with sys.path to inject another lib but there is an egg added later on. Especially for scripts very annoying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Braydon Fuller</title>
		<link>http://lucumr.pocoo.org/cogitations/2008/02/19/sick-of-pkg_resources-warnings/#comment-2332</link>
		<author>Braydon Fuller</author>
		<pubDate>Tue, 19 Feb 2008 22:30:39 +0000</pubDate>
		<guid>http://lucumr.pocoo.org/cogitations/2008/02/19/sick-of-pkg_resources-warnings/#comment-2332</guid>
		<description>I think i get one of these? This is what I've been getting:

UserWarning: Module _mysql was already imported from /var/lib/python-support/python2\
.5/_mysql.so, but /var/lib/python-support/python2.5 is being added to sys.path
  import pkg_resources</description>
		<content:encoded><![CDATA[<p>I think i get one of these? This is what I&#8217;ve been getting:</p>
<p>UserWarning: Module _mysql was already imported from /var/lib/python-support/python2\<br />
.5/_mysql.so, but /var/lib/python-support/python2.5 is being added to sys.path<br />
  import pkg_resources</p>
]]></content:encoded>
	</item>
</channel>
</rss>
