Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed3.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.044 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'url:sourceforge': 0.03; 'modified': 0.07; 'archive': 0.14; '"python': 0.16; '--help"': 0.16; 'code.': 0.18; 'all,': 0.19; 'trying': 0.19; 'help.': 0.21; 'source': 0.25; 'compiled': 0.26; 'url:bugs': 0.29; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'file': 0.32; 'option': 0.32; 'running': 0.33; 'received:google.com': 0.35; 'version': 0.36; 'hi,': 0.36; 'thank': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'changed': 0.39; 'how': 0.40; 'you.': 0.62; 'url:p': 0.64; 'incorporate': 0.68; 'source?': 0.84; 'subject:Just': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=elA3By9DU/fmaIzmNy/r900sPB+bb3wYuMaH3uCgKH8=; b=RVOXGdo0IlFhZ7Qwn4+xVjJhuxUhRckUGinhCv1kzVCM5wmSm9ZoGA/rB0oJWx2EVK 8qS0Peb/QyQW8ajO2Rxz0/upj4MoYRG3HCNbmxGp5cL7YobZBQfhuL2VX6Ahz2gI2fJl jSXazPBjKTfuX5iu2joHdl5pd1ZNxCDYSO/xKzeMCA9UMNU5iTahn/sG+VFCZqtNzU6P dKmkt67qQ3zbSFLB9VtcQSU9SX8zibe/5SS0H0MnzSNS0PeyPNB0G3EiikwEDFQy21b+ PGiimsIMhIpc7KUMAGTH3NDacnh3WFhKc46awPh7eCcQBNeLcIIJj064UbqJ72biiVLs ZbHA== MIME-Version: 1.0 X-Received: by 10.52.110.201 with SMTP id ic9mr26848962vdb.22.1391504332451; Tue, 04 Feb 2014 00:58:52 -0800 (PST) Date: Tue, 4 Feb 2014 00:58:52 -0800 Subject: Just compilation From: Igor Korot To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391504341 news.xs4all.nl 2832 [2001:888:2000:d::a6]:48033 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65410 Hi, ALL, I'm trying to incorporate the path in http://sourceforge.net/p/mysql-python/bugs/325/. I already modified the source code and now what I need is to produce the pyc code. Running "python --help" I don't see an option to just compile the source into the bytecode. So how do I produce the compiled version of the changed source? What I'm thinking is to compile the file update the archive and reinstall. Please help. Thank you.