[Python-bugs-list] [ python-Bugs-809163 ] Can't add files with spaces

SourceForge.net noreply at sourceforge.net
Fri Sep 19 05:10:20 EDT 2003


Bugs item #809163, was opened at 2003-09-19 09:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=809163&group_id=5470

Category: Distutils
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Antonio Beamud Montero (antonio)
Assigned to: Nobody/Anonymous (nobody)
Summary: Can't add files with spaces

Initial Comment:
If i try to add data files with blank spaces in its

names using a wildcard in the MANIFEST.in file, it

doesn't do the work well and add only the fisrt part of

the name file. For example:

----- MANIFEST.in ----

images/*

-----------------------

The MANIFEST file generated is ok, but when rpm util

try to process it fail... The solution is to scape the

names or quote the names that are generated inside

INSTALLED_FILES



INSTALLED_FILES

running install

running build

running install_data

writing list of installed files to 'INSTALLED_FILES'

+ /usr/lib/rpm/brp-compress

+ /usr/lib/rpm/brp-strip

+ /usr/lib/rpm/brp-strip-comment-note

Processing files: garra-configurator-0.9.12-1

error: Two files on one line:

/usr/local/apache/htdocs/images/default

error: File must begin with "/": logo-tv-1.png





----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=809163&group_id=5470



More information about the Python-bugs-list mailing list