<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Can&#039;t get phatch to run</title>
		<link>http://photobatch.wikidot.com/forum/t-88811/can-t-get-phatch-to-run</link>
		<description>Posts in the discussion thread &quot;Can&#039;t get phatch to run&quot; - wxPython/wxWidgets errors</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 13 Jul 2026 05:55:47 +0000</lastBuildDate>
		
					<item>
				<guid>http://photobatch.wikidot.com/forum/t-88811#post-259979</guid>
				<title>Re: Can&#039;t get phatch to run</title>
				<link>http://photobatch.wikidot.com/forum/t-88811/can-t-get-phatch-to-run#post-259979</link>
				<description></description>
				<pubDate>Sun, 14 Sep 2008 21:55:47 +0000</pubDate>
				<wikidot:authorName>stani</wikidot:authorName>				<wikidot:authorUserId>60092</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This means something is wrong with your wxpython installations. Probably wxpython and wxwidgets have a slightly different version number.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://photobatch.wikidot.com/forum/t-88811#post-259966</guid>
				<title>Re: Can&#039;t get phatch to run</title>
				<link>http://photobatch.wikidot.com/forum/t-88811/can-t-get-phatch-to-run#post-259966</link>
				<description></description>
				<pubDate>Sun, 14 Sep 2008 21:12:10 +0000</pubDate>
				<wikidot:authorName>DrSlony</wikidot:authorName>				<wikidot:authorUserId>95471</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hmm I just updated my stable dev-python/imaging-1.1.5 (PIL) to unstable for amd64 dev-python/imaging-1.1.6 and now Phatch starts up properly :]</p> <p>I still get this error in the console though:<br /> /usr/lib64/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14240: UserWarning: wxPython/wxWidgets release number mismatch<br /> warnings.warn(&quot;wxPython/wxWidgets release number mismatch&quot;)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://photobatch.wikidot.com/forum/t-88811#post-259963</guid>
				<title>Re: Can&#039;t get phatch to run</title>
				<link>http://photobatch.wikidot.com/forum/t-88811/can-t-get-phatch-to-run#post-259963</link>
				<description></description>
				<pubDate>Sun, 14 Sep 2008 21:07:14 +0000</pubDate>
				<wikidot:authorName>DrSlony</wikidot:authorName>				<wikidot:authorUserId>95471</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>There is a flag I can set while compiling dev-python/imaging:<br /> tk: Adds support for Tk GUI toolkit</p> <p>Do I need that?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://photobatch.wikidot.com/forum/t-88811#post-259944</guid>
				<title>Re: Can&#039;t get phatch to run</title>
				<link>http://photobatch.wikidot.com/forum/t-88811/can-t-get-phatch-to-run#post-259944</link>
				<description></description>
				<pubDate>Sun, 14 Sep 2008 20:15:40 +0000</pubDate>
				<wikidot:authorName>stani</wikidot:authorName>				<wikidot:authorUserId>60092</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It seems like the python imaging module (PIL) is not installed correctly as &quot;import Image&quot; is not possible. Please ask on a gentoo forum how to accomplish this.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://photobatch.wikidot.com/forum/t-88811#post-259354</guid>
				<title>Can&#039;t get phatch to run</title>
				<link>http://photobatch.wikidot.com/forum/t-88811/can-t-get-phatch-to-run#post-259354</link>
				<description></description>
				<pubDate>Sat, 13 Sep 2008 15:42:53 +0000</pubDate>
				<wikidot:authorName>DrSlony</wikidot:authorName>				<wikidot:authorUserId>95471</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I used to run Phatch, but for some time now I couldn't. I downloaded it again today, I did &quot;python setup.py install&quot; as root (no errors), and here is the error I get when I try to run phatch as a normal user or as root:</p> <p>drslony@localhost ~ $ phatch<br /> /usr/lib64/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14240: UserWarning: wxPython/wxWidgets release number mismatch<br /> warnings.warn(&quot;wxPython/wxWidgets release number mismatch&quot;)<br /> Traceback (most recent call last):<br /> File &quot;/usr/bin/phatch&quot;, line 14, in &lt;module&gt;<br /> main(config_paths, app_file = <span style="text-decoration: underline;">file</span>)<br /> File &quot;/usr/lib64/python2.5/site-packages/phatch/app.py&quot;, line 165, in main<br /> _gui(app_file,paths,settings)<br /> File &quot;/usr/lib64/python2.5/site-packages/phatch/app.py&quot;, line 121, in _gui<br /> from pyWx import gui<br /> File &quot;/usr/lib64/python2.5/site-packages/phatch/pyWx/gui.py&quot;, line 51, in &lt;module&gt;<br /> from core import api, ct<br /> File &quot;/usr/lib64/python2.5/site-packages/phatch/core/api.py&quot;, line 26, in &lt;module&gt;<br /> from core import ct, pil<br /> File &quot;/usr/lib64/python2.5/site-packages/phatch/core/pil.py&quot;, line 26, in &lt;module&gt;<br /> import Image<br /> ImportError: No module named Image</p> <p>I use gentoo x86_64, and my package versions are:<br /> dev-python/wxpython-2.8.7.1<br /> app-admin/eselect-wxwidgets-0.8<br /> dev-lang/python-2.5.2-r6<br /> dev-python/imaging-1.1.5 (PIL)<br /> sys-apps/findutils-4.3.13</p> <p>Any ideas?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>