<?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>Cannot run on Windows Vista</title>
		<link>http://photobatch.wikidot.com/forum/t-190505/cannot-run-on-windows-vista</link>
		<description>Posts in the discussion thread &quot;Cannot run on Windows Vista&quot; - How do I uninstall and re-install?</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 13 Feb 2012 22:09:58 +0000</lastBuildDate>
		
					<item>
				<guid>http://photobatch.wikidot.com/forum/t-190505#post-725336</guid>
				<title>Re: Cannot run on Windows Vista</title>
				<link>http://photobatch.wikidot.com/forum/t-190505/cannot-run-on-windows-vista#post-725336</link>
				<description></description>
				<pubDate>Tue, 16 Mar 2010 06:21:20 +0000</pubDate>
				<wikidot:authorName>clanmills</wikidot:authorName>				<wikidot:authorUserId>338207</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Sputster</p> <p>I'm Stani's Scottish Software Situation Solver from Silicon Valley, California. I have the current development branch of Phatch running on XP/32, Vista/64 and Windows7/64 (and several Macs and Linux systems). It is working for me and I am happy to help you.</p> <p>You're probably aware that there are a number of library dependancies involved in getting Phatch to work. We are working towards having a installer (and self contained phatch.exe) which will "just work" without you having to install the dependancies.</p> <p>However we're a few weeks (probably 2-3 months) from having the installer/standalone phatch.exe ready and tested.</p> <p>I have phatch running on Vista/64 Ultimate with ActivePython (2.6) 32bit edition. I downloaded wxWidgets2.8 (2.8.10.1) and PIL 1.1.7. You can google and download those. You will also need pyexiv2 (and several files that come with it) and it's available from clanmills.com.</p> <p>I've used the sysinternals utility "listdlls python" to inspect the libraries that have been loaded into memory and I don't see anything unusual. However I will make a list of the dependancies and from where these can be obtained and update this thread tomorrow (3/16/2010).</p> <p>Do you have bzr installed on your system (to obtain the current code)? If you don't have bzr, I can post a zip of latest code on clanmills.com tomorrow.</p> <p>Do you know which version of phatch you are trying to execute?</p> <p>I understand that all those downloads are rather tedious and that's why we're working on a simple way to install and execute phatch. If you'd like to join the test effort, we're always happy to accept assistance.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://photobatch.wikidot.com/forum/t-190505#post-720072</guid>
				<title>Re: Cannot run on Windows Vista</title>
				<link>http://photobatch.wikidot.com/forum/t-190505/cannot-run-on-windows-vista#post-720072</link>
				<description></description>
				<pubDate>Wed, 10 Mar 2010 13:18:16 +0000</pubDate>
				<wikidot:authorName>Spudster</wikidot:authorName>				<wikidot:authorUserId>453170</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Stani / Anyone willing to help,</p> <p>I have the same problem as above. I've got 2.6 running but phatch just appears as the black command prompt for 2secs.</p> <p>Please help.</p> <p>Thanks</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://photobatch.wikidot.com/forum/t-190505#post-615158</guid>
				<title>Re: Cannot run on Windows Vista</title>
				<link>http://photobatch.wikidot.com/forum/t-190505/cannot-run-on-windows-vista#post-615158</link>
				<description></description>
				<pubDate>Thu, 22 Oct 2009 22:39:11 +0000</pubDate>
				<wikidot:authorName>stani</wikidot:authorName>				<wikidot:authorUserId>60092</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It looks like PIL-1.1.6.win32-py2.6.exe is not properly installed. If you are sure you installed it, please remove it.</p> <p>Afterwards download it from here and try again:<br /> <a href="http://effbot.org/downloads/PIL-1.1.6.win32-py2.6.exe">http://effbot.org/downloads/PIL-1.1.6.win32-py2.6.exe</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://photobatch.wikidot.com/forum/t-190505#post-615155</guid>
				<title>Re: Cannot run on Windows Vista</title>
				<link>http://photobatch.wikidot.com/forum/t-190505/cannot-run-on-windows-vista#post-615155</link>
				<description></description>
				<pubDate>Thu, 22 Oct 2009 22:32:39 +0000</pubDate>
				<wikidot:authorName>Penmonicus</wikidot:authorName>				<wikidot:authorUserId>392357</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I did as you suggested, but the command "python phatch.py" gave an error stating that "python" was not a valid command. By entering simply "phatch.py", the below error came out, which I believe is the same error that appears briefly after I double-click on the phatch.py icon:</p> <p>c:\phatch\phatch&gt;phatch.py<br /> Traceback (most recent call last):<br /> File "C:\phatch\phatch\phatch.py", line 59, in &lt;module&gt;<br /> main()<br /> File "C:\phatch\phatch\phatch.py", line 56, in main<br /> app.main(config_paths, app_file = FILE)<br /> File "C:\phatch\phatch\app.py", line 167, in main<br /> _gui(app_file,paths,settings)<br /> File "C:\phatch\phatch\app.py", line 121, in _gui<br /> from pyWx import gui<br /> File "C:\phatch\phatch\pyWx\gui.py", line 51, in &lt;module&gt;<br /> from core import api, ct<br /> File "C:\phatch\phatch\core\api.py", line 26, in &lt;module&gt;<br /> from core import ct, pil<br /> File "C:\phatch\phatch\core\pil.py", line 26, in &lt;module&gt;<br /> import Image<br /> ImportError: No module named Image</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://photobatch.wikidot.com/forum/t-190505#post-614313</guid>
				<title>Re: Cannot run on Windows Vista</title>
				<link>http://photobatch.wikidot.com/forum/t-190505/cannot-run-on-windows-vista#post-614313</link>
				<description></description>
				<pubDate>Thu, 22 Oct 2009 01:37:27 +0000</pubDate>
				<wikidot:authorName>stani</wikidot:authorName>				<wikidot:authorUserId>60092</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>No the phatch directory can be anywhere. To keep it simple put it as "C:\phatch" Open in the start menu of windows the "Run" entry and type "cmd" (or open the DOS command prompt in another way).</p> <p>Go inside this folder:<br /> cd C:\phatch\phatch</p> <p>and start phatch:<br /> python phatch.py</p> <p>Paste back the error you get.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://photobatch.wikidot.com/forum/t-190505#post-614226</guid>
				<title>Re: Cannot run on Windows Vista</title>
				<link>http://photobatch.wikidot.com/forum/t-190505/cannot-run-on-windows-vista#post-614226</link>
				<description></description>
				<pubDate>Wed, 21 Oct 2009 23:36:23 +0000</pubDate>
				<wikidot:authorName>Penmonicus</wikidot:authorName>				<wikidot:authorUserId>392357</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Heya. Thanks for getting back to me so quickly.</p> <p>I downloaded the first link under Windows on the "Install" wikidot page - "phatch-dependencies-win32-py26.zip", and installed the four dependencies in the order noted in the readme, then installed the 3 "optional" programs, too.</p> <p>These files are saved in C:\Python26<br /> Does the "phatch-0.1.6" directory need to be saved in a particular place?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://photobatch.wikidot.com/forum/t-190505#post-613666</guid>
				<title>Re: Cannot run on Windows Vista</title>
				<link>http://photobatch.wikidot.com/forum/t-190505/cannot-run-on-windows-vista#post-613666</link>
				<description></description>
				<pubDate>Wed, 21 Oct 2009 14:22:54 +0000</pubDate>
				<wikidot:authorName>stani</wikidot:authorName>				<wikidot:authorUserId>60092</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>What downloads did you use to install phatch?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://photobatch.wikidot.com/forum/t-190505#post-613212</guid>
				<title>Cannot run on Windows Vista</title>
				<link>http://photobatch.wikidot.com/forum/t-190505/cannot-run-on-windows-vista#post-613212</link>
				<description></description>
				<pubDate>Tue, 20 Oct 2009 23:49:50 +0000</pubDate>
				<wikidot:authorName>Penmonicus</wikidot:authorName>				<wikidot:authorUserId>392357</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I believe I followed the instructions to the letter, but now when I double-click on the "phatch.py" icon, a black command prompt appears for a second, some text runs down it, then it closes, and nothing happens.</p> <p>- One thing that may have impacted, is that, when installing wxPython, there was a checkbox at the end, which "changed all .py files to .pyc". I'm not sure if I should have left this checked, or if I should have changed phatch.py to phatch.pyc. -</p> <p>If neither of those appear to be the answer, I'm keen to uninstall and re-install to try again - would the normal Windows "Add/Remove Programs" be applicable here, or would it be more in-depth?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
