Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   Possible to install from CD using distutils? (http://www.velocityreviews.com/forums/t319418-possible-to-install-from-cd-using-distutils.html)

Bob Smith 07-09-2003 12:52 AM

Possible to install from CD using distutils?
 
Hi. I'm trying to distribute a Python package on a CD-ROM that gets
installed using distutils. The problem is that distutils attempts to
write a new 'build' folder on the CD during the installation and fails
(it of course can't write the to CD). I know the user could copy my
files onto his hard drive and then install the package, but I'm trying
to make the installation as simple as possible. So... is there a way
to tell distutils to use the hard drive when it's being run from a CD?

Thanks.

Bob


All times are GMT. The time now is 03:28 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57