I am trying to install cx_Freeze on Ubuntu 16.04. Pip installation does not work, so I have downloaded a tarball (tar.gz), extracted it and moved the cx_Freeze folder to my home directory.
I have navigated to the cx_freeze folder and used this command:
sudo python setup.py build
and this went through without any errors, but when I try to install it with:
sudo python setup.py install
I end up with this error:
error: [Errno 2] No such file or directory: 'samples'
I read somewhere about absolute path etc., but I am unsure how I am supposed to tell cx_Freeze's setup script the absolute path it is working, or if this has much to say.
Hopefully someone can help me with this issue.
Kind regards.
Edit: I am on a 64-bit version of Ubuntu