Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!news2.euro.net!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; 'python,': 0.02; 'newbie': 0.05; 'subject:Python': 0.06; 'error:': 0.07; 'only,': 0.07; 'exit': 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; 'gui': 0.12; '2.7': 0.14; 'received:141': 0.14; "'gcc'": 0.16; 'is).': 0.16; 'iteration': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:3.3': 0.16; 'trying': 0.19; 'written': 0.21; 'command': 0.22; 'platforms': 0.22; 'install': 0.23; 'header:User- Agent:1': 0.23; 'paul': 0.24; 'looks': 0.24; '(or': 0.24; "i've": 0.25; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'url:bugs': 0.29; 'returned': 0.30; "i'm": 0.30; 'compatible': 0.32; 'supposed': 0.32; '(including': 0.33; 'url:python': 0.33; 'running': 0.33; 'minimal': 0.33; 'copying': 0.34; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'fact': 0.38; '(from': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'most': 0.60; 'from:charset:utf-8': 0.61; 'first': 0.61; 'fin': 0.84; 'hassle.': 0.84; 'nice,': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: =?UTF-8?B?UGF1bCBLw7ZsbGU=?= Subject: Re: Kivy for Python 3.3 Date: Thu, 11 Jul 2013 15:17:07 +0200 References: <3814d9c3-c926-4024-81ab-a968c7f86324@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: canon.lpg.tu-cottbus.de User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 In-Reply-To: <3814d9c3-c926-4024-81ab-a968c7f86324@googlegroups.com> 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373548644 news.xs4all.nl 15912 [2001:888:2000:d::a6]:35376 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50442 Am 11.07.2013 11:09, schrieb fronagzen@gmail.com: > Hello, first time poster here, and general newbie to Python. > > I'm looking to write a program in Python, (and have in fact written > most of it by now,) and am trying to put together a GUI for it. Kivy > looks very nice, particularly with the fact that it's supposed to be > compatible with most platforms (including Android, which I would like > to be able to use my program on in addition to running it on my > desktop) with minimal hassle. However, its current iteration is > Python 2.7 only, and I've only learned Python 3.3. [ snipp ] > C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: > cannot fin d -lmsvcr100 collect2: ld returned 1 exit status error: > command 'gcc' failed with exit status 1 It might help copying msvcr100.dll (from MS VC++ Redistributable Package) to c:\python33\libs (or wherever your python install is). See http://bugs.python.org/issue15315 msg191106 hth Paul