Cannot run on Windows Vista
Forum » Users / Support » Cannot run on Windows Vista
Started by: PenmonicusPenmonicus
On: 1256082590|%e %b %Y, %H:%M %Z|agohover
Number of posts: 6
rss icon RSS: New posts
Summary:
How do I uninstall and re-install?
Cannot run on Windows Vista
PenmonicusPenmonicus 1256082590|%e %b %Y, %H:%M %Z|agohover

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.

- 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. -

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?

unfold Cannot run on Windows Vista by PenmonicusPenmonicus, 1256082590|%e %b %Y, %H:%M %Z|agohover
Re: Cannot run on Windows Vista
stanistani 1256134974|%e %b %Y, %H:%M %Z|agohover

What downloads did you use to install phatch?

unfold Re: Cannot run on Windows Vista by stanistani, 1256134974|%e %b %Y, %H:%M %Z|agohover
Re: Cannot run on Windows Vista
PenmonicusPenmonicus 1256168183|%e %b %Y, %H:%M %Z|agohover

Heya. Thanks for getting back to me so quickly.

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.

These files are saved in C:\Python26
Does the "phatch-0.1.6" directory need to be saved in a particular place?

unfold Re: Cannot run on Windows Vista by PenmonicusPenmonicus, 1256168183|%e %b %Y, %H:%M %Z|agohover
Re: Cannot run on Windows Vista
stanistani 1256175447|%e %b %Y, %H:%M %Z|agohover

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).

Go inside this folder:
cd C:\phatch\phatch

and start phatch:
python phatch.py

Paste back the error you get.

unfold Re: Cannot run on Windows Vista by stanistani, 1256175447|%e %b %Y, %H:%M %Z|agohover
Re: Cannot run on Windows Vista
PenmonicusPenmonicus 1256250759|%e %b %Y, %H:%M %Z|agohover

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:

c:\phatch\phatch>phatch.py
Traceback (most recent call last):
File "C:\phatch\phatch\phatch.py", line 59, in <module>
main()
File "C:\phatch\phatch\phatch.py", line 56, in main
app.main(config_paths, app_file = FILE)
File "C:\phatch\phatch\app.py", line 167, in main
_gui(app_file,paths,settings)
File "C:\phatch\phatch\app.py", line 121, in _gui
from pyWx import gui
File "C:\phatch\phatch\pyWx\gui.py", line 51, in <module>
from core import api, ct
File "C:\phatch\phatch\core\api.py", line 26, in <module>
from core import ct, pil
File "C:\phatch\phatch\core\pil.py", line 26, in <module>
import Image
ImportError: No module named Image

unfold Re: Cannot run on Windows Vista by PenmonicusPenmonicus, 1256250759|%e %b %Y, %H:%M %Z|agohover
Re: Cannot run on Windows Vista
stanistani 1256251151|%e %b %Y, %H:%M %Z|agohover

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.

Afterwards download it from here and try again:
http://effbot.org/downloads/PIL-1.1.6.win32-py2.6.exe

unfold Re: Cannot run on Windows Vista by stanistani, 1256251151|%e %b %Y, %H:%M %Z|agohover
New post
© 2007-2008 www.stani.be
(It is not allowed to copy, distribute or transmit any part of the wiki without written permission.
Only contribute to this wiki if you agree with this term.)