Export to GitHub

gui2exe - issue #8

Error while installing


Posted on Oct 16, 2009 by Grumpy Kangaroo

When installing v0.5.0 I get the following output:

/usr/bin/python Setup.py install --prefix=/usr -- root=/usr/src/packages/BUILDROOT/python-gui2exe-0.5.0-1.x86_64 --record- rpm=INSTALLED_FILES

What is the expected output? What do you see instead? /usr/lib64/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'windows' warnings.warn(msg) /usr/lib64/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'zipfile' warnings.warn(msg) running install running build running install_data creating /usr/src/packages/BUILDROOT/python-gui2exe-0.5.0-1.x86_64/usr creating /usr/src/packages/BUILDROOT/python-gui2exe-0.5.0-1.x86_64/usr/docs creating /usr/src/packages/BUILDROOT/python-gui2exe-0.5.0- 1.x86_64/usr/docs/images creating /usr/src/packages/BUILDROOT/python-gui2exe-0.5.0- 1.x86_64/usr/docs/images/icons error: can't copy 'D:\MyProjects\GUI2Exe\docs\images\icons\exclamation.gif': doesn't exist or not a regular file error: Bad exit status from /var/tmp/rpm-tmp.407fan (%install)

Thanks.

Comment #1

Posted on Oct 16, 2009 by Massive Kangaroo

Hi,

this is probably the 10th time I answer this question, please read the project page a bit more:

Important Note

GUI2Exe is not meant to be installed as site-package with this command:

python Setup.py install

Nor to be compiled as executable. GUI2Exe should be used as-is, like a normal Python file, i.e., double-clicking on the GUI2Exe.py file on Windows or writing:

python GUI2Exe.py

Status: Invalid

Labels:
Type-Defect Priority-Medium