Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29669
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: Does python have built command for package skeleton creation? |
| Date | 2012-09-21 16:04 -0400 |
| Organization | > Bestiaria Support Staff < |
| References | (3 earlier) <mailman.1004.1348232641.27098.python-list@python.org> <cc665e18-0821-47e9-b182-e825ff63bf75@googlegroups.com> <mailman.1009.1348235433.27098.python-list@python.org> <505c8dc1$0$29981$c3e8da3$5496439d@news.astraweb.com> <CAPTjJmpXif_nioefUWqaO-6WAb98CwuPU5C8RXXAPgwUG9ttLA@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1031.1348257856.27098.python-list@python.org> (permalink) |
On Sat, 22 Sep 2012 03:44:55 +1000, Chris Angelico <rosuav@gmail.com>
declaimed the following in gmane.comp.python.general:
> The way I see it, a Python minor release shouldn't normally be a
> problem to an active developer, but is too big a change to push
> quietly to active scripts. That's a lot smaller than a release of a
Before my lay-off I'd been tasked to examine a version complication
on systems at work.
I'd produced a few scripts under Python 2.3... They /should/ be
workable under any later 2.x version (the only externals were [at the
time] ctypes, PMW, and maybe one other library). BUT -- out of fear the
organization kept installing 2.3 [and its a good thing I'd kept a CD of
my original installation disk for the scripts].
Problem -- one system had a script written by someone else that used
Python 2.2 AND had a custom binary DLL. My scripts couldn't be
downgraded to 2.2 as they /did/ rely on features new in 2.3.
And I couldn't find the source code for that custom DLL to enable
building for a newer Python. Don't know if they ever tracked down the
author of that program to find out how to upgrade it.
Sole reason they needed this unification? They were adding that 2.2
system to the ClearCase controlled network -- and my 2.3 scripts were
the ones that automated the loading of specified "builds" from ClearCase
onto the runtime hardware.
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Does python have built command for package skeleton creation? xliiv <tymoteusz.jankowski@gmail.com> - 2012-09-21 03:07 -0700
Re: Does python have built command for package skeleton creation? Tarek Ziadé <tarek@ziade.org> - 2012-09-21 13:08 +0200
Re: Does python have built command for package skeleton creation? xliiv <tymoteusz.jankowski@gmail.com> - 2012-09-21 05:14 -0700
Re: Does python have built command for package skeleton creation? Tarek Ziadé <tarek@ziade.org> - 2012-09-21 15:04 +0200
Re: Does python have built command for package skeleton creation? xliiv <tymoteusz.jankowski@gmail.com> - 2012-09-21 06:13 -0700
Re: Does python have built command for package skeleton creation? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-21 14:50 +0100
Re: Does python have built command for package skeleton creation? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-21 15:54 +0000
Re: Does python have built command for package skeleton creation? Dave Angel <d@davea.name> - 2012-09-21 13:26 -0400
Re: Does python have built command for package skeleton creation? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-21 17:31 +0000
Re: Does python have built command for package skeleton creation? Chris Angelico <rosuav@gmail.com> - 2012-09-22 03:44 +1000
Re: Does python have built command for package skeleton creation? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-22 01:43 +0000
Re: Does python have built command for package skeleton creation? Chris Angelico <rosuav@gmail.com> - 2012-09-22 12:00 +1000
Re: Does python have built command for package skeleton creation? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-09-21 16:04 -0400
Re: Does python have built command for package skeleton creation? xliiv <tymoteusz.jankowski@gmail.com> - 2012-09-21 06:13 -0700
Re: Does python have built command for package skeleton creation? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-24 11:54 -0700
Re: Does python have built command for package skeleton creation? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-24 11:54 -0700
Re: Does python have built command for package skeleton creation? alex23 <wuwei23@gmail.com> - 2012-09-23 20:59 -0700
Re: Does python have built command for package skeleton creation? Terry Reedy <tjreedy@udel.edu> - 2012-09-24 00:28 -0400
Re: Does python have built command for package skeleton creation? alex23 <wuwei23@gmail.com> - 2012-09-23 22:00 -0700
Re: Does python have built command for package skeleton creation? Ramchandra Apte <maniandram01@gmail.com> - 2012-09-23 22:33 -0700
Re: Does python have built command for package skeleton creation? Ramchandra Apte <maniandram01@gmail.com> - 2012-09-23 22:33 -0700
Re: Does python have built command for package skeleton creation? xliiv <tymoteusz.jankowski@gmail.com> - 2012-09-21 05:14 -0700
csiph-web