From: Bruce S. <Bru...@nc...> - 2009-11-21 17:59:12
|
You don't specify a platform, but I'm guessing this would be just for Linux? In particular, it's not possible to use distutils for Windows because compilation of C++ is required, and most Windows users don't have a compiler installed. For that matter, most Windows users don't use a command-line interface. I would be interested to hear from knowledgeable people whether this would be a better scheme for Linux, and possibly for the Mac (though again, many Mac users don't use a command-line interface, and there are expectations of what an installer should look like). Bruce Sherwood Michele Mattioni wrote: > Dear all, > > do you think it's a good idea to change the installation of vpython into > a distutils classic one? > > In this way the package can be uploaded on the PYthon Packages Index and > can be listed as one of the dependencies for packages that use it. > More over to install it will be just > easy_install vpython > > Is that possible? > > Cheers, > Michele. |