metamorphose / metamorphose2

Métamorphose Renamer v2
http://file-folder-ren.sourceforge.net
146 stars 33 forks source link

Ubuntu Mate 18.04 #24

Open valentesolucoes opened 6 years ago

valentesolucoes commented 6 years ago

$ metamorphose2 Traceback (most recent call last): File "/usr/share/metamorphose2/metamorphose2.py", line 188, in main(wx_version, cli_options) File "/usr/share/metamorphose2/metamorphose2.py", line 173, in main import MainWindow File "/usr/share/metamorphose2/MainWindow/init.py", line 38, in import sorting File "/usr/share/metamorphose2/sorting/init.py", line 25, in from exif import EXIF ImportError: No module named exif

diogogomeswww commented 6 years ago

I have the same problem in Ubuntu 17.10

diogogomeswww commented 6 years ago

I've finally manage to install metamorphose2 on my Ubuntu 18.04.

  1. Clone the repo to your computer: git clone git@github.com:diogogomeswww/metamorphose2.git git submodule update --init

  2. On the root of the repo: make install

  3. If you don't have the dependencies install them: sudo apt-get install python-wxgtk3.0 sudo pip install Pillow

  4. Now you can run it by: metamorphose2

Hope this helps!

savoury1 commented 5 years ago

See #26 for a patched PPA build