From: Arthur <ajs...@op...> - 2003-02-18 17:21:45
|
Andrew asks- >Is it possible to create a Vpython rpm (or deb) for easy linux >installation? I know that wouldn't necessarily answer the question of >where the demos and docs should go, but it might simplify installation >problems for people new to Vpython. distutils does rpms as well. Again, given a good setup.py - creating an rpm as opposed to a Windows .exe or a pure source distribution, is only a command line switch to the python setup.py xxxx. cool, no? Art |