New issue 8 by matrixworkstation: Error while installing
http://code.google.com/p/gui2exe/issues/detail?id=8
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.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 8 by andrea.gavana: Error while installing
http://code.google.com/p/gui2exe/issues/detail?id=8
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