Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.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.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'url:sourceforge': 0.03; 'scheme.': 0.09; 'suggest': 0.14; 'background.': 0.14; 'compiler.': 0.16; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'programmer,': 0.16; 'pythonwin': 0.16; 'pywin32': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'tjg': 0.16; 'url:pywin32': 0.16; 'wrote:': 0.18; 'appears': 0.22; 'header:User-Agent:1': 0.23; 'received:192.168.100': 0.24; 'asking': 0.27; 'header:In-Reply-To:1': 0.27; 'list:': 0.30; "i'm": 0.30; 'url:mailman': 0.30; '(which': 0.31; 'anyone': 0.31; 'text': 0.33; 'url:python': 0.33; "i'd": 0.34; 'editor': 0.35; 'point.': 0.35; 'but': 0.35; 'url:listinfo': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'effort': 0.37; 'project': 0.37; 'clear': 0.37; 'starting': 0.37; 'to:addr:python-list': 0.38; 'realize': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'url:mail': 0.40; 'manually': 0.60; 'skip:c 50': 0.60; 'black': 0.61; 'color': 0.61; 'john': 0.61; 'places': 0.64; 'more': 0.64; 'talking': 0.65; 'internet': 0.71; 'obvious': 0.74; 'from:addr:mail': 0.83; 'novice': 0.91 Date: Fri, 14 Feb 2014 08:16:57 +0000 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Pythonwin forum? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1392365821 news.xs4all.nl 2836 [2001:888:2000:d::a6]:43521 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:66287 On 14/02/2014 03:17, John Doe wrote: > What's the best place for asking questions about the Pythonwin > IDE? > > I'm a novice programmer, so in an effort to be more clear I'm > talking about the program at this path on my hard drive... > > C:\Python27\Lib\site-packages\pythonwin\Pythonwin.exe > > It appears to be an editor and a compiler. I have some questions > about the color scheme. I'd like light/white text on a black > background. I realize you can manually change the colors, but I'd > like to find out if anyone has a good starting point. I don't see > any obvious places on the Internet to ask. The pywin32 packages (which includes the Pythonwin editor) do have their own sourceforge project with trackers etc.: http://sourceforge.net/projects/pywin32/ But I suggest that you'd do better to join the python-win32 mailing list: https://mail.python.org/mailman/listinfo/python-win32 TJG