Hey all

Here is a method to make symlinks, instead of copy the needed files:

$ sudo su -
# cd  /usr/share/phatch/phatch
# for i in /usr/lib/python3/dist-packages/PIL/*.*; do ln -s "$i" "${i##*/}"; 
done

After that command, you will get this information:
ln: failed to create symbolic link ‘__init__.py’: File exists
Thats a good message :) so original file inside phatch folder won't be 
overwritten...

Hope there will be soon a fix for that.. but the above helped me to get
phatch running...

Regards
thomi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1112496

Title:
  python-imaging broken in raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/phatch/+bug/1112496/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to