Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100614
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Installing PyCharm on Windows (was: issues) |
| Date | 2015-12-19 19:32 +0100 |
| Organization | PointedEars Software (PES) |
| Message-ID | <32971984.pfH099DPo1@PointedEars.de> (permalink) |
| References | <mailman.11.1449433141.2247.python-list@python.org> |
Anna Szaharcsuk wrote: > I was trying to install PyCharm, but didn't worked and needed interpreter. > the computer advised to install the python for windows. Not “the python for windows” (that would be some species of snake), but _Python_ for _Windows_, the programming language interpreter. Just do as “the computer advised”. > Can you help me, please, PyCharm stillnot working...allways gives a > message for repair, after- the repair successful and again message for > repair... Have you installed Python first? If no, it cannot work (and please think about this: What good is an IDE/editor for a programming language if you do not also have the interpreter/compiler?). It says so in the “Quick Start Guide” in the “PyCharm 5.0 Help”, currently to be found on the PyCharm Web site under “Docs & Demos”: <https://www.jetbrains.com/pycharm/help/quick-start-guide.html#prereq> Have you tried to install Python ≥ 3.4.4rc1 on Windows XP? If yes, it cannot work; you need Python < 3.4.4rc1 instead (and you should seriously consider upgrading Windows or even better, to switch to a real operating system, like GNU/Linux – many of the latter come for free and give you more freedom than Windows): <http://stackoverflow.com/a/32942216/855543> Before your next posting, please read <http://www.catb.org/~esr/faqs/smart-questions.html> -- PointedEars Twitter: @PointedEars2 Please do not cc me. / Bitte keine Kopien per E-Mail.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
issues Anna Szaharcsuk <szaharcsuk@googlemail.com> - 2015-12-04 22:44 +0000
Re: issues Paulo da Silva <p_s_d_a_s_i_l_v_a_ns@netcabo.pt> - 2015-12-18 22:19 +0000
Installing PyCharm on Windows (was: issues) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-12-19 19:32 +0100
Re: Installing PyCharm on Windows (was: issues) Josef Pktd <josef.pktd@gmail.com> - 2015-12-19 20:32 -0800
Re: Installing PyCharm on Windows Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-12-20 09:28 +0100
Re: Installing PyCharm on Windows Steven D'Aprano <steve@pearwood.info> - 2015-12-20 20:23 +1100
Re: Installing PyCharm on Windows Chris Angelico <rosuav@gmail.com> - 2015-12-20 20:57 +1100
Re: Installing PyCharm on Windows Josef Pktd <josef.pktd@gmail.com> - 2015-12-20 09:15 -0800
Re: Installing PyCharm on Windows Chris Angelico <rosuav@gmail.com> - 2015-12-21 08:54 +1100
Re: Installing PyCharm on Windows Terry Reedy <tjreedy@udel.edu> - 2015-12-20 17:46 -0500
Re: Installing PyCharm on Windows Chris Angelico <rosuav@gmail.com> - 2015-12-21 10:04 +1100
Re: Installing PyCharm on Windows Erik <python@lucidity.plus.com> - 2015-12-20 21:21 +0000
Re: issues wxjmfauth@gmail.com - 2015-12-20 01:27 -0800
csiph-web