how to get rid of pyc files ?

John Machin sjmachin at lexicon.net
Mon May 25 19:52:11 EDT 2009


On May 26, 6:04 am, pythoncuri... at gmail.com wrote:
> On May 25, 12:07 am, John Machin <sjmac... at lexicon.net> wrote:
>
> > "switching" scarcely seems to be the right description. You appear to
> > be running the same code from one repository simultaneously available
> > to two different platforms.
>
> > Try this: Instead of running your code straight from your repository,
> > set up a run-time "launch pad" in an appropriate place for each
> > platform. When there is a new release of your app, install it in each
> > launchpad.
>
> For releases, that's a good enough idea. But while developing and
> wanting to run units tests, it's sort of a big overhead. Especially
> since I tend to run the unit test quite frequently.

Oh .. so there's no concept of copying only the changed files??




More information about the Python-list mailing list