I used to run Phatch, but for some time now I couldn't. I downloaded it again today, I did "python setup.py install" as root (no errors), and here is the error I get when I try to run phatch as a normal user or as root:
drslony@localhost ~ $ phatch
/usr/lib64/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14240: UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
Traceback (most recent call last):
File "/usr/bin/phatch", line 14, in <module>
main(config_paths, app_file = file)
File "/usr/lib64/python2.5/site-packages/phatch/app.py", line 165, in main
_gui(app_file,paths,settings)
File "/usr/lib64/python2.5/site-packages/phatch/app.py", line 121, in _gui
from pyWx import gui
File "/usr/lib64/python2.5/site-packages/phatch/pyWx/gui.py", line 51, in <module>
from core import api, ct
File "/usr/lib64/python2.5/site-packages/phatch/core/api.py", line 26, in <module>
from core import ct, pil
File "/usr/lib64/python2.5/site-packages/phatch/core/pil.py", line 26, in <module>
import Image
ImportError: No module named Image
I use gentoo x86_64, and my package versions are:
dev-python/wxpython-2.8.7.1
app-admin/eselect-wxwidgets-0.8
dev-lang/python-2.5.2-r6
dev-python/imaging-1.1.5 (PIL)
sys-apps/findutils-4.3.13
Any ideas?














