A
Armin
Hello,
I have the following setup script for py2exe:
from distutils.core import setup
import py2exe
setup(windows=['dpconf.py'],
data_files=[ "", ["proj_db","gsd_db","dachs2.xbm"]]
)
When I create the distribution I got the following err msg:
*** copy data files ***
warning: install_data: setup script did not provide a directory for ''
-- installing right in 'C:\pyDPCONF.2.3-dev\dist'
error: can't copy '': doesn't exist or not a regular file
Looks a little bit inconsistent ?
--Armin
PS: "." makes also problems
I have the following setup script for py2exe:
from distutils.core import setup
import py2exe
setup(windows=['dpconf.py'],
data_files=[ "", ["proj_db","gsd_db","dachs2.xbm"]]
)
When I create the distribution I got the following err msg:
*** copy data files ***
warning: install_data: setup script did not provide a directory for ''
-- installing right in 'C:\pyDPCONF.2.3-dev\dist'
error: can't copy '': doesn't exist or not a regular file
Looks a little bit inconsistent ?
--Armin
PS: "." makes also problems