Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #106169 > unrolled thread

Re: Pyscripter Issues

Started byZachary Ware <zachary.ware+pylist@gmail.com>
First post2016-03-31 10:29 -0500
Last post2016-03-31 10:29 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Pyscripter Issues Zachary Ware <zachary.ware+pylist@gmail.com> - 2016-03-31 10:29 -0500

#106169 — Re: Pyscripter Issues

FromZachary Ware <zachary.ware+pylist@gmail.com>
Date2016-03-31 10:29 -0500
SubjectRe: Pyscripter Issues
Message-ID<mailman.266.1459438186.28225.python-list@python.org>
On Thursday, March 31, 2016, Simon Martin <martinsr1988@gmail.com> wrote:
>
> Hi
>
> I have been having issues trying to run python 3.5.1 and pyscripter 2.6. Giving the error message that it cannot initialize python.
>
> I have tried to re-install multiple versions of both python and pyscripter to no avail. Any advice?

Use PyCharm.

Less bluntly, I used to be a heavy PyScripter user, but after it took
forever for PyScripter to support Python 3.4 (I wasn't even sure if it
did yet, but it apparently does as of a year ago, added one year after
3.4 was released), I moved on.  PyScripter also has the big
disadvantage of being strictly single-platform, unlike Python itself,
so if you were to try to develop on another platform you would have to
learn a new IDE/editor anyway. I have found PyCharm to be very nice,
and very consistent cross-platform--I use it regularly on OSX and
Windows, and have also used it on Linux. I'm also becoming rather
partial to vim, which is also nicely cross-platform: if you have Git
on Windows, you have vim available already.  Vim does have a somewhat
steeper learning curve, though.

Looking a bit deeper into what your problem might actually be,
PyScripter does not support Python 3.5.  Support for each new Python
version has to be added explicitly, and it has not been done for 3.5.
If you still want to use PyScripter, you should use the latest release
of Python 3.4.  Keep in mind that you must match use 32-bit Python
with 32-bit PyScripter, and 64-bit Python with 64-bit PyScripter, you
cannot mix and match.

But seriously, you'll be much happier with PyCharm.

-- 
Zach

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web