Bugs item #1274324, was opened at 2005-08-27 00:31 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=1274324&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Distutils Group: Platform-specific Status: Open Resolution: None Priority: 5 Submitted By: Alexander Belchenko (bialix) Assigned to: Nobody/Anonymous (nobody) Summary: 'setup.py install' fail on linux from read-only storage Initial Comment: I'm trying to install some package on linux from read-only storage (pex, CD-ROM), and process has been crashed. After copying first file from build/lib directory I have error message. I run setup script with command: python setup.py install --skip-build -f --no-compile Directory build/lib contain builded python scripts (and extensions). If I try to install from hard disk -- all OK. If try to install from read-only devices -- process breaked. I have this error message: error: /usr/lib/python2.4/site-package/module/__init__.py: Invalid argument Error message appear after successful copying file __init__.py. If copying directory with all files to install from CD-ROM to hard drive and then launch setup.py, then it is works fine. Tested on: * linux2 + python 2.3 * cygwin + python 2.4 On windows it is works OK. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1274324&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com