Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'binary': 0.05; 'developer,': 0.05; 'scripts': 0.09; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'runtime': 0.09; 'sep': 0.09; 'subject:Does': 0.09; 'subject:command': 0.09; 'subject:python': 0.11; '(the': 0.15; 'sat,': 0.15; '[and': 0.16; 'dll.': 0.16; 'externals': 0.16; 'hardware.': 0.16; 'library).': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'scripts.': 0.16; 'later': 0.16; '2.2': 0.17; "shouldn't": 0.17; 'written': 0.20; '2.x': 0.22; 'controlled': 0.22; 'minor': 0.22; "i'd": 0.22; 'installation': 0.23; 'work.': 0.23; 'specified': 0.23; 'script': 0.24; '2.3': 0.27; 'disk': 0.27; 'dll': 0.27; 'installing': 0.27; 'newer': 0.27; 'header:X -Complaints-To:1': 0.28; 'chris': 0.28; 'source': 0.29; 'maybe': 0.29; 'normally': 0.30; 'push': 0.30; 'code': 0.31; 'loading': 0.33; 'url:home': 0.33; 'problem': 0.33; 'to:addr:python-list': 0.33; 'produced': 0.33; 'version': 0.34; 'needed': 0.35; 'subject:?': 0.35; 'received:org': 0.36; 'but': 0.36; 'smaller': 0.36; 'too': 0.36; 'charset:us-ascii': 0.36; 'author': 0.37; 'ones': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'release': 0.39; 'header:Received:5': 0.40; 'enable': 0.60; 'organization': 0.61; 'ever': 0.63; 'sole': 0.75; 'subject:have': 0.79; '2.3.': 0.84; 'tasked': 0.84; 'dennis': 0.91; 'received:108': 0.91; 'examine': 0.95 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Does python have built command for package skeleton creation? Date: Fri, 21 Sep 2012 16:04:12 -0400 Organization: > Bestiaria Support Staff < References: <48ed7c38-966a-48d4-97aa-cf3b350ce39b@googlegroups.com> <832435ee-230c-49c2-916c-18e9f807a422@googlegroups.com> <505c8dc1$0$29981$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 108.79.219.15 X-Newsreader: Forte Agent 3.3/32.846 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 32 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348257856 news.xs4all.nl 6958 [2001:888:2000:d::a6]:43782 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29669 On Sat, 22 Sep 2012 03:44:55 +1000, Chris Angelico 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/