Re: distutils: troubles with install

2007-12-28 Thread Robert Kern
Vladimir Rusinov wrote: > Hello! > > I've written a small app, succesfully packaged it and trying to install. > I'm getting following error: > # python setup.py install -n > running install_data > error: can't copy 'f': doesn't exist or not a regular file > > What the 'f'??? > data_file

distutils: troubles with install

2007-12-28 Thread Vladimir Rusinov
Hello! I've written a small app, succesfully packaged it and trying to install. I'm getting following error: # python setup.py install -n running install running build running build_py running build_scripts running install_lib creating /usr/lib/python2.4/site-packages/logmanager creating /usr/lib/