Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'win32': 0.03; 'messing': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'wed,': 0.15; 'file,': 0.15; 'properly': 0.15; 'compilers': 0.16; 'library).': 0.16; 'message-id:@4ax.com': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:home': 0.18; '(the': 0.22; '2015': 0.23; 'header:X -Complaints-To:1': 0.26; 'dll': 0.27; 'source': 0.31; 'compiled': 0.32; 'point,': 0.33; 'file': 0.34; 'to:addr:python-list': 0.35; 'c++': 0.35; 'but': 0.36; 'there': 0.36; "didn't": 0.37; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'received:org': 0.38; 'to:addr:python.org': 0.39; '(that': 0.63; 'jul': 0.72; 'sounds': 0.72; 'dennis': 0.91; 'received:108': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: win32print Date: Wed, 01 Jul 2015 09:17:45 -0400 Organization: IISS Elusive Unicorn References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 108.79.219.197 X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1435756683 news.xs4all.nl 2936 [2001:888:2000:d::a6]:55170 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:93372 On Wed, 01 Jul 2015 12:02:36 +0100, BartC declaimed the following: > >Yes, I ended up there at one point, but didn't see a win32print.py file, >only a win32print.cpp one. I think messing about with C++ compilers and >makefiles (that never work properly under Windows) defeats the object of >trying to use Python for this purpose! > So far as I know, there is no "win32print.py" file... The functions are part of the win32 /library/, which is a compiled DLL (the file you found sounds like it may have been the source file for part of the library). -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/