ExifTool Forum

ExifTool => Install Problems => Topic started by: refrain on October 27, 2014, 10:57:38 AM

Title: Having trouble with setup.py : set.up py not found
Post by: refrain on October 27, 2014, 10:57:38 AM
I tried to install ExifToolGUI on Ubuntu and run the setup script from the command line with :

sudo ./setup.py install
[/b]

but what I got was this error message:

sudo: ./setup.py: command not found
[/b]

and when i run the setup script from the command line with

sudo ./install_remove.py install

what I got was this error message:

You have chosen to install pyExiftoolGUI on your system

=======================================================

usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: option --install-layout not recognized

=======================================================

But when i checked into the folder where I untarred the pyExifToolGui-x.y.tgz, i found that there is 'setup.py' file. How is this possible? Any guidance? Hope someone help me. Thanks. :)

Regards,

Intan Nur F
Title: Re: Having trouble with setup.py : set.up py not found
Post by: Phil Harvey on October 28, 2014, 04:53:40 AM
Follow the instructions in the included README file to install exiftool.

There is no setup.py

- Phil
Title: Re: Having trouble with setup.py : set.up py not found
Post by: StarGeek on October 28, 2014, 02:31:07 PM
Quote from: refrain on October 27, 2014, 10:57:38 AM
I tried to install ExifToolGUI on Ubuntu and run the setup script from the command line with :

Just to get some clarification, are you talking about pyExifToolGui (http://hvdwolf.github.io/pyExifToolGUI/)?  Because ExifToolGUI (https://exiftool.org/forum/index.php?topic=2750.0) is a windows program and comes in a zip file.
Title: Re: Having trouble with setup.py : set.up py not found
Post by: refrain on November 04, 2014, 12:46:24 AM
Quote from: StarGeek on October 28, 2014, 02:31:07 PM
Quote from: refrain on October 27, 2014, 10:57:38 AM
I tried to install ExifToolGUI on Ubuntu and run the setup script from the command line with :

Just to get some clarification, are you talking about pyExifToolGui (http://hvdwolf.github.io/pyExifToolGUI/)?  Because ExifToolGUI (https://exiftool.org/forum/index.php?topic=2750.0) is a windows program and comes in a zip file.

yeah, i just tried to install pyExifToolGUI but there's an error when i run the setup script from the command line with

sudo ./setup.py install
[/b]

there's an error like sudo: ./setup.py: command not found

What should i do then?
Title: Re: Having trouble with setup.py : set.up py not found
Post by: Hayo Baan on November 04, 2014, 02:10:22 AM
Though there are probably some people on this forum that could answer this as well, I think you'd best contact the author of pyExifToolGUI himself.

Edit: I just looked at the install instructions, and if you're trying to install one of the newer versions of the GUI (>=0.32) you will need to use the following command to install:
QuotepyExiftoolGUI >= 0.32: Run the setup script from the command line with
sudo ./install_remove.py install
Title: Re: Having trouble with setup.py : set.up py not found
Post by: refrain on November 22, 2014, 08:11:18 AM
Thank you for your helps. Those problems are solved, now. I have installed pyExifToolGUI on my Ubuntu succesfully.  ;D