This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bialix
Recipients
Date 2005-08-26.21:31:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2008-01-20 09:58:07adminlinkissue1274324 messages
2008-01-20 09:58:07admincreate