Any advice on getting Pyscripter installed & working with Python on Windows 10 computer ?

2017-08-15 Thread TKS
> > > Hi there, > > I am trying to assist my daughter with a school IT task to install Python > & Pyscripter on a Windows 10 notebook. (64 bit system) > > It seems no version of Pyscripter will work - it fails to complete the > installation & ends with an e

Re: Pyscripter Issues

2016-03-31 Thread tjohnson
On 3/31/2016 11:29 AM, Zachary Ware wrote: On Thursday, March 31, 2016, Simon Martin 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

Re: Pyscripter Issues

2016-03-31 Thread tjohnson
On 3/31/2016 11:29 AM, Zachary Ware wrote: On Thursday, March 31, 2016, Simon Martin 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

Re: Pyscripter Issues

2016-03-31 Thread John Gordon
In Simon Martin writes: > 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. Which version of Python did you get: 32-bit or 64-bit? I vaguely recall that PyScripter won't work with the 64-

Re: Pyscripter Issues

2016-03-31 Thread Zachary Ware
On Thursday, March 31, 2016, Simon Martin 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 pyscripte

Re: Pyscripter Issues

2016-03-31 Thread Steven D'Aprano
On Fri, 1 Apr 2016 12:45 am, Simon Martin 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

Pyscripter Issues

2016-03-31 Thread Simon Martin
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? Thanks Simon Sent from Mail for Windows 10 -- https

How Run Py.test from PyScripter

2012-11-14 Thread san
I am a newbie to py.test , Please let me know how to run the py.test in PyScripter Editor. I have tried in the belwo way but it doesn't work. import pytest def func(x): return x + 1 def test_answer(): assert func(3) == 5 pytest.main() below is the Exception that i get Traceback

Re: Light on Dark screen for Spe or Pyscripter

2010-10-10 Thread PyScripter
On Oct 11, 1:51 am, PyScripter wrote: > In Pyscripter try View, Themes, EOS > Further dark theme athttp://www.mytreedb.com/downloads/m-subcat/a-skins.html > (you need to download the archive and place the skin file at %APPDATA%/ > pyscripter/skins) > > Dark hihglighters athttp:/

Re: Light on Dark screen for Spe or Pyscripter

2010-10-10 Thread PyScripter
On Oct 10, 7:48 am, flebber wrote: > On Oct 9, 3:54 pm, flebber wrote: > > > I was hoping someone knew how to setup pyscripter or Spe ide's with > > light on dark windows. I start to have trouble reading the nomal dark > > on light screens after any lengthy peri

Re: Light on Dark screen for Spe or Pyscripter

2010-10-09 Thread flebber
On Oct 9, 3:54 pm, flebber wrote: > I was hoping someone knew how to setup pyscripter or Spe ide's with > light on dark windows. I start to have trouble reading the nomal dark > on light screens after any lengthy period. > > I have seen several screenshot showing emacs wi

Re: PyScripter Logo

2010-03-30 Thread Steven D'Aprano
On Mon, 29 Mar 2010 22:47:40 -0700, Vincent MAILLE wrote: > Where can I find a image of the snake PyScipter in high quality ? Did you mean PyScripter (note spelling)? If so, then googling for PyScripter brings me to the PyScripter project, which has contact details. You should ask the proj

PyScripter Logo

2010-03-29 Thread Vincent MAILLE
Hi, Where can I find a image of the snake PyScipter in high quality ? Thnaks, Vincent -- http://mail.python.org/mailman/listinfo/python-list

Python IDE PyScripter v1.9.9.7 released

2009-05-20 Thread PyScripter
PyScripter version 1.9.9.7 has been released at http://pyscripter.googlecode.com. PyScripter is a free and open-source Python Integrated Development Environment (IDE) created with the ambition to become competitive in functionality with commercial Windows-based IDEs available for other languages

Re: Pb with 2.5.2 & PyScripter

2008-03-01 Thread M�ta-MCI (MVP)
Hi! Problem solved, after reset layouts. Thanks, all! Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: Pb with 2.5.2 & PyScripter

2008-03-01 Thread Colin J. Williams
Méta-MCI (MVP) wrote: > Re! > > An exemple. With this script: >a=123 >b=456 >d=a+b+c > (note than 'c' is not defined). > > When I run, inside Pyscripter, the error-dialog is showed, and, one > second after, PyScripter is closed. > This pr

Re: Pb with 2.5.2 & PyScripter

2008-03-01 Thread M�ta-MCI (MVP)
Hi! Thank you for return. I will uninstall+reinstall Pyscripter. @-salutations -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: Pb with 2.5.2 & PyScripter

2008-03-01 Thread Ricardo Aráoz
Méta-MCI (MVP) wrote: > Re! > > An exemple. With this script: > a=123 > b=456 > d=a+b+c > (note than 'c' is not defined). > > When I run, inside Pyscripter, the error-dialog is showed, and, one > second after, PyScripter is closed. >

Re: Pb with 2.5.2 & PyScripter

2008-03-01 Thread M�ta-MCI (MVP)
Re! An exemple. With this script: a=123 b=456 d=a+b+c (note than 'c' is not defined). When I run, inside Pyscripter, the error-dialog is showed, and, one second after, PyScripter is closed. This problem is present since Python 2.5.2. I search, for know if it's a pro

Re: Pb with 2.5.2 & PyScripter

2008-03-01 Thread Colin J. Williams
Méta-MCI (MVP) wrote: > Hi, all! > > Since the install of Python 2.5.2, Pyscripter (1.9.9.1) close for each > error. > Is it only me? Or another guys have the same thing? > > @-salutations > > Michel Claveau > > > > Could you be more explicit pl

Pb with 2.5.2 & PyScripter

2008-03-01 Thread M�ta-MCI (MVP)
Hi, all! Since the install of Python 2.5.2, Pyscripter (1.9.9.1) close for each error. Is it only me? Or another guys have the same thing? @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: Pyscripter

2007-08-05 Thread RichSaneSwindler
On Aug 5, 4:45 am, Stef Mientki <[EMAIL PROTECTED]> wrote: > RichSaneSwindler wrote: > > I think that pyscripter is the most promising Python IDE around > > but for windows only ! > and I > > > am exciting about its possibilities. However, I find a few issues w

Re: Pyscripter

2007-08-05 Thread Stef Mientki
RichSaneSwindler wrote: > I think that pyscripter is the most promising Python IDE around but for windows only ! and I > am exciting about its possibilities. However, I find a few issues with > it annoying enough that I don't use it. They seem easily fixed in > which case I

Pyscripter

2007-08-05 Thread RichSaneSwindler
I think that pyscripter is the most promising Python IDE around and I am exciting about its possibilities. However, I find a few issues with it annoying enough that I don't use it. They seem easily fixed in which case I think it would be superior to most IDEs. I am wondering if any users out

Re: pyscripter to slow

2007-05-03 Thread Larry Bates
Gigs_ wrote: > I have some problem with pyscripter. > Sometimes when I type pyscripter get to slow (i type 10 chars and > pyscripter needs 5 seconds to complete this). This happens mostly on > deleting some chars. > > It is very frustrating. > > Does someone have same

pyscripter to slow

2007-05-03 Thread Gigs_
I have some problem with pyscripter. Sometimes when I type pyscripter get to slow (i type 10 chars and pyscripter needs 5 seconds to complete this). This happens mostly on deleting some chars. It is very frustrating. Does someone have same situation? btw My comp is amd athlon x2 4000 2mb

pyscripter on windows vista

2007-04-04 Thread gigs
does pyscriter work on windows vista -- http://mail.python.org/mailman/listinfo/python-list

Re: pyscripter

2007-02-28 Thread Gabriel Genellina
En Wed, 28 Feb 2007 11:28:49 -0300, Gigs_ <[EMAIL PROTECTED]> escribió: > im using pyscripter ide > > it is all alright till the next def > > class Checkbar(Frame): > def __init__(self, parent=None, picks=[], side=LEFT, anchor=W): > Frame.__init__(self, p

pyscripter

2007-02-28 Thread Gigs_
im using pyscripter ide it is all alright till the next def class Checkbar(Frame): def __init__(self, parent=None, picks=[], side=LEFT, anchor=W): Frame.__init__(self, parent) self.vars = [] for pick in picks: var = IntVar() chk

Re: pyscripter

2007-02-14 Thread PyScripter
olor, but in interpreter is > back to default. > > thx This is a bug in PyScripter that was fixed in version control. The fix will be available in the next version. Workaround: After starting Pyscripter, go to Tools, Option, Editor Options and press OK. This will apply your syntax hig

pyscripter

2007-02-14 Thread Gigs_
How to change syntax color in pyscripter for python interpreter? I have change color in tools>options>editor options and everything is fine till restart pyscripter. After restart only in module is good syntax color, but in interpreter is back to default. thx -- http://mail.python.org/m