Kivy for Python 3.3
Paul Kölle
paul at subsignal.org
Thu Jul 11 09:17:07 EDT 2013
More information about the Python-list mailing list
Thu Jul 11 09:17:07 EDT 2013
- Previous message (by thread): Kivy for Python 3.3
- Next message (by thread): Kivy for Python 3.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 11.07.2013 11:09, schrieb fronagzen at 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
- Previous message (by thread): Kivy for Python 3.3
- Next message (by thread): Kivy for Python 3.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list