Re: how to simulate the situation in DNA evolution for finding the minimum population needed and minimum samples selected to mating in order to no extinction in any one of original species and new spe

2016-11-18 Thread meInvent bbird
i noticed the faces of human repeated or similar, and would like to prove whether evolution a several generations will return to the original intelligence of ancester On Friday, November 18, 2016 at 1:55:31 PM UTC+8, meInvent bbird wrote: > how to simulate the situation in DNA evolution for find

Re: How to run a function in SPE on Python 2.5

2011-06-22 Thread FunAt Work
Not tried SPE. But in PyScripter, as simple as that. import sys def scramble2Decrypt(cipherText): halfLength = len(cipherText) // 2 oddChars = cipherText[:halfLength] evenChars = cipherText[halfLength:] plainText = "" for i in range(halfLength): plainText =

Re: How to run a function in SPE on Python 2.5

2011-06-22 Thread MRAB
On 23/06/2011 03:19, bill lawhorn wrote: I have a program: decrypt2.py which contains this function: def scramble2Decrypt(cipherText): halfLength = len(cipherText) // 2 oddChars = cipherText[:halfLength] evenChars = cipherText[halfLength:] plainText = "" for i in range

How to run a function in SPE on Python 2.5

2011-06-22 Thread bill lawhorn
plainText + evenChars[i] plainText = plainText + oddChars[i] if len(oddChars) < len(evenChars): plainText = plainText + evenChars[-1] return plainText When I load this program in SPE and click on debug with winpdb i'm not sure what to do next. In Idle I

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://code.google.com/p/

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: GUI(eclipse+pydev/SPE) freeze when doing python auto-completion under Linux

2009-06-19 Thread Fabio Zadrozny
gt;> > wrote: >> >> >> >> Do you experience the same problem even on an empty program file or is >> >> it >> >> limited to just one file? >> >> >> >> -Tyler >> >> >> >> On Wed, Jun 17, 2009 at 7:47 P

Re: GUI(eclipse+pydev/SPE) freeze when doing python auto-completion under Linux

2009-06-18 Thread Wei, Xiaohai
gt; >> Do you experience the same problem even on an empty program file or is > it > >> limited to just one file? > >> > >> -Tyler > >> > >> On Wed, Jun 17, 2009 at 7:47 PM, Wei, James wrote: > >>> > >>> On Jun 18, 10:45 a

Re: GUI(eclipse+pydev/SPE) freeze when doing python auto-completion under Linux

2009-06-18 Thread Fabio Zadrozny
Wed, Jun 17, 2009 at 7:47 PM, Wei, James wrote: >>> >>> On Jun 18, 10:45 am, "Wei, James" wrote: >>> > When I am editing python program with SPE, I found that SPE will >>> > freeze when it is doing auto-completion. The behavior is very strange >&

Re: GUI(eclipse+pydev/SPE) freeze when doing python auto-completion under Linux

2009-06-17 Thread Wei, Xiaohai
, Wei, James wrote: > >> On Jun 18, 10:45 am, "Wei, James" wrote: >> > When I am editing python program with SPE, I found that SPE will >> > freeze when it is doing auto-completion. The behavior is very strange >> > that I can not edit the file again.

Re: GUI(eclipse+pydev/SPE) freeze when doing python auto-completion under Linux

2009-06-17 Thread Tyler Laing
Do you experience the same problem even on an empty program file or is it limited to just one file? -Tyler On Wed, Jun 17, 2009 at 7:47 PM, Wei, James wrote: > On Jun 18, 10:45 am, "Wei, James" wrote: > > When I am editing python program with SPE, I found that SPE will &g

Re: GUI(eclipse+pydev/SPE) freeze when doing python auto-completion under Linux

2009-06-17 Thread Wei, James
On Jun 18, 10:45 am, "Wei, James" wrote: > When I am editing python program with SPE, I found that SPE will > freeze when it is doing auto-completion. The behavior is very strange > that I can not edit the file again. If I switch to another file and > then switch back, I can

GUI(eclipse+pydev/SPE) freeze when doing python auto-completion under Linux

2009-06-17 Thread Wei, James
When I am editing python program with SPE, I found that SPE will freeze when it is doing auto-completion. The behavior is very strange that I can not edit the file again. If I switch to another file and then switch back, I can edit it again. So I switch to eclipse+pydev, but I found the same

SPE restore defaults

2008-09-23 Thread Samuel Morhaim
Hi, I am sorry if this is a bit off topic... I downloaded SPE, but i changed the config option by mistake to a Skin only for Mac... so everytime i start SPE it crashes. I tried uninstalling, but it didnt work, it seems the value is in the registry, but i couldnt find it. Can anyone help? (Spe

Re: Stani's python ide 'spe' editor problem

2008-04-09 Thread SPE - Stani's Python Editor
Did you try to remove the .spe folder from your c:\Documents & Settings \username folder? Stani On Apr 9, 6:16 pm, Rick King <[EMAIL PROTECTED]> wrote: > Hi everyone, > The editor inspeon my system (win XP home sp2) does not do automatic > indentation. I can't fig

Re: Pydev shell (was: Re: Stani's python ide 'spe' editor problem)

2008-04-09 Thread Rick King
I guess this is appropriate to the list... the funky things in eclipse that were happening are hard to describe, but first let me say that none of the other ide's had any funky things happening so I don't think it was my code. That said: I'm working on a command line bulk file renaming tool (us

Pydev shell (was: Re: Stani's python ide 'spe' editor problem)

2008-04-09 Thread Fabio Zadrozny
> Anyway, I am extremely frustrated. I've tried other ide's: pythonwin (I > found it inadequate for my purposes - why is a command line prompt > displayed in a dialog window?) - eclipse (editor is just ok, shell does > not have command history(!), and then *really* funky things started > happe

Stani's python ide 'spe' editor problem (again)

2008-04-09 Thread Rick King
In my previous post about spe I didn't mention that my set up is: python 2.4.4 wxpython 2.8.3 thanks. -Rick King -- http://mail.python.org/mailman/listinfo/python-list

Stani's python ide 'spe' editor problem

2008-04-09 Thread Rick King
Hi everyone, The editor in spe on my system (win XP home sp2) does not do automatic indentation. I can't figure out why - it used to. I'm set up with subversion so I have the very latest stuff from Stani. It's amazing how not having automatic indentation can make working in

Re: Question on SPE and pwintypes.dll

2007-08-17 Thread Ian Clark
Gerry wrote: >... but the OS wasn't migrated ... There's your problem right there. It's hard to run most software these days without an OS. Ian -- http://mail.python.org/mailman/listinfo/python-list

Re: Question on SPE and pwintypes.dll

2007-08-17 Thread Gerry
On Aug 17, 10:14 am, [EMAIL PROTECTED] wrote: > On Aug 17, 8:38 am, Gerry <[EMAIL PROTECTED]> wrote: > > > I'm running SPE 8.3.c under XP, on a new PC. > > >The files for SPE and Python were copied to the new machine, but > > the OS wasn't migrate

Re: Question on SPE and pwintypes.dll

2007-08-17 Thread kyosohma
On Aug 17, 8:38 am, Gerry <[EMAIL PROTECTED]> wrote: >I'm running SPE 8.3.c under XP, on a new PC. > > The files for SPE and Python were copied to the new machine, but > the OS wasn't migrated, so the registry didn't know about either. > >I rei

Question on SPE and pwintypes.dll

2007-08-17 Thread Gerry
I'm running SPE 8.3.c under XP, on a new PC. The files for SPE and Python were copied to the new machine, but the OS wasn't migrated, so the registry didn't know about either. I reinstalled Python 2.5.1, and Python seems fine. I made a shortcut to SPE.pyw. Clicking

Re: SPE

2007-04-27 Thread SPE - Stani's Python Editor
On Apr 26, 9:06 pm, Glich <[EMAIL PROTECTED]> wrote: > After posting this message I realized the stupid mistake I had made! > But it was too late to change! I think patching it with py2exe would > be a good idea. > > Greetings also, > Glich Yes, it would. Please subscribe

Re: SPE

2007-04-26 Thread Glich
After posting this message I realized the stupid mistake I had made! But it was too late to change! I think patching it with py2exe would be a good idea. Greetings also, Glich -- http://mail.python.org/mailman/listinfo/python-list

Re: SPE

2007-04-26 Thread Stargaming
Glich schrieb: > Is SPE open source? I want to try to implement a windows compiler into > the GUI using py2exe. > > thanks! > > -Glich > Aye. The `Checkout Manual <http://pythonide.blogspot.com/2007/02/how-to-download-latest-spe-from_26.html>`_, `WebSVN <http://

SPE

2007-04-26 Thread Glich
Is SPE open source? I want to try to implement a windows compiler into the GUI using py2exe. thanks! -Glich -- http://mail.python.org/mailman/listinfo/python-list

Re: SPE question

2007-03-27 Thread SPE - Stani's Python Editor
On 27 Mrz., 14:01, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I believe that just deleting the folders should work No, never delete the folder if you used the windows installer (*.exe)! Go to your control panel>Add/Remove Programs and there should be an entry

Re: SPE question

2007-03-27 Thread [EMAIL PROTECTED]
I believe that just deleting the folders should work Dick Moores wrote: > At 03:37 AM 3/27/2007, [EMAIL PROTECTED] wrote: > >On Mar 27, 11:39 am, "alain" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > Could someone tell me how to uninsta

Re: SPE question

2007-03-27 Thread Dick Moores
At 03:37 AM 3/27/2007, [EMAIL PROTECTED] wrote: >On Mar 27, 11:39 am, "alain" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Could someone tell me how to uninstall SPE under windows? > > > > Alain > >Dunno about SPE, but most Python modules I&

Re: SPE question

2007-03-27 Thread irstas
On Mar 27, 11:39 am, "alain" <[EMAIL PROTECTED]> wrote: > Hi, > > Could someone tell me how to uninstall SPE under windows? > > Alain Dunno about SPE, but most Python modules I've installed can be uninstalled from control panel/add remove programs. -- htt

Re: SPE question

2007-03-27 Thread Dick Moores
At 01:39 AM 3/27/2007, alain wrote: >Hi, > >Could someone tell me how to uninstall SPE under windows? Well, mine is in E:\Python25\Lib\site-packages\_spe, so I'd try deleting that folder. Dick Moores -- http://mail.python.org/mailman/listinfo/python-list

SPE question

2007-03-27 Thread alain
Hi, Could someone tell me how to uninstall SPE under windows? Alain -- http://mail.python.org/mailman/listinfo/python-list

Re: SPE python IDE: Call for testers!

2007-03-07 Thread SPE - Stani's Python Editor
rds, > Jordan Hi Jordan, Thanks for trying. Did you try from subversion? Could you send me the debug output (python SPE.py --debug) or send me the file you were trying to open? SPE has not any specific wxPython2.8 feature, so I am very curious what causes the error. Stani PS Erratum: I forgot

Re: SPE python IDE: Call for testers!

2007-03-06 Thread MonkeeSage
Very nice. One issue I've come across is that it doesn't seem to work with < wxwidgets-2.8 (segfault when trying to load a file), so you should probably set MIN_WX_VERSION to 2.8. Regards, Jordan -- http://mail.python.org/mailman/listinfo/python-list

SPE python IDE: Call for testers!

2007-03-06 Thread SPE - Stani's Python Editor
I've been working a lot on fixing SPE and upgrading it with the latest plugins. The winpdb debugger no longer fails and wxGlade crashes are history. Is that not great? Are you eager to try it out yourself? Please do! Get it from subversion and test it for any critical bug, so I can iron it o

Re: What happened to SPE?

2007-02-24 Thread SPE - Stani's Python Editor
On Feb 3, 2:18 am, Jaroslaw Zabiello <[EMAIL PROTECTED]> wrote: > Dnia 11 Jan 2007 17:02:49 +0100, Neil Cerutti napisa³(a): > > >SPElost its web host, and last I heard is looking for a new > > home. For now you can get it here: > > > http://sourceforge.net/pro

Re: What happened to SPE?

2007-02-02 Thread Jaroslaw Zabiello
Dnia 11 Jan 2007 17:02:49 +0100, Neil Cerutti napisał(a): > SPE lost its web host, and last I heard is looking for a new > home. For now you can get it here: > > http://sourceforge.net/projects/spe/ That is old addres. Never is http://developer.berlios.de/projects/python/

Re: What happened to SPE?

2007-01-12 Thread Paulo Pinto
Hi, Thanks for the feedback. Paulo -- http://mail.python.org/mailman/listinfo/python-list

Re: What happened to SPE?

2007-01-11 Thread Dick Moores
At 07:43 AM 1/11/2007, Paulo Pinto wrote: >does anyone know what happened to SPE? > >It seems that the address http://pythonide.stani.be >is no longer valid. :( I'd suggest subscribing to the Python-spe-users list, <https://lists.berlios.de/mailman/listinfo/python-spe-use

Re: What happened to SPE?

2007-01-11 Thread Neil Cerutti
On 2007-01-11, Paulo Pinto <[EMAIL PROTECTED]> wrote: > does anyone know what happened to SPE? > > It seems that the address http://pythonide.stani.be > is no longer valid. :( SPE lost its web host, and last I heard is looking for a new home. For now you can get

What happened to SPE?

2007-01-11 Thread Paulo Pinto
Hi, does anyone know what happened to SPE? It seems that the address http://pythonide.stani.be is no longer valid. :( Thanks in advance, Paulo -- http://mail.python.org/mailman/listinfo/python-list

Re: SPE website down?

2006-12-14 Thread SPE - Stani's Python Editor
On 14 dec, 21:07, William Allison <[EMAIL PROTECTED]> wrote: > Laszlo Nagy wrote: > > The home page of SPE (Stani's editor) is not available. > > >http://pythonide.stani.be/ > > > Is there a mailing list for this editor? > > Where should I ask questio

Re: SPE website down?

2006-12-14 Thread SPE - Stani's Python Editor
On 14 dec, 18:35, Laszlo Nagy <[EMAIL PROTECTED]> wrote: > The home page of SPE (Stani's editor) is not available. > > http://pythonide.stani.be/ > > Is there a mailing list for this editor? > Where should I ask questions about it? > Where can I report bugs and make

Re: SPE website down?

2006-12-14 Thread William Allison
Laszlo Nagy wrote: > The home page of SPE (Stani's editor) is not available. > > http://pythonide.stani.be/ > > Is there a mailing list for this editor? > Where should I ask questions about it? > Where can I report bugs and make suggestions? > > Thanks, >

SPE website down?

2006-12-14 Thread Laszlo Nagy
The home page of SPE (Stani's editor) is not available. http://pythonide.stani.be/ Is there a mailing list for this editor? Where should I ask questions about it? Where can I report bugs and make suggestions? Thanks, Laszlo -- http://mail.python.org/mailman/listinfo/python-list

Re: SPE (Stani's Python Editor) web site?

2006-12-06 Thread dimitri pater
Hi, You would do me and other gurus a great favour if you put it on a server somewhere. I can put it on my server (serpia.org) if you want to, just email it to me and you can download it from serpia.org/spe --- You can't have everything. Where would you put it? -- Steven Wright --- p

Re: SPE (Stani's Python Editor) web site?

2006-12-06 Thread John DeRosa
at. Thanks anyway! John > >John DeRosa a écrit : > >> On 28 Nov 2006 13:16:41 -0800, "Bernard" <[EMAIL PROTECTED]> >> wrote: >> >> > >> >I can send you the latest tar.gz ( SPE-0.8.3.c-wx2.6.1.0.tar ) file if >> >you want it :)

Re: SPE (Stani's Python Editor) web site?

2006-12-06 Thread Frederik Cornillie
Bernard schreef: > yes sir should I send them to you? You would do me and other gurus a great favour if you put it on a server somewhere. F > > John DeRosa a écrit : > >> On 28 Nov 2006 13:16:41 -0800, "Bernard" <[EMAIL PROTECTED]> >> wrote: >&

Re: SPE (Stani's Python Editor) web site?

2006-12-04 Thread Bernard
yes sir should I send them to you? John DeRosa a écrit : > On 28 Nov 2006 13:16:41 -0800, "Bernard" <[EMAIL PROTECTED]> > wrote: > > > > >I can send you the latest tar.gz ( SPE-0.8.3.c-wx2.6.1.0.tar ) file if > >you want it :) > > I'm l

Re: SPE refuses.

2006-11-30 Thread SPE - Stani's Python Editor
which version of SPE are you using? You'll need SPE 0.8.3.c for wxPython 2.7 I've fixed this bug already in the latest version. http://prdownload.berlios.de/python/SPE-0.8.3.c-wx2.6.1.0-no_setup.zip Stani On 30 nov, 12:23, Thomas Ploch <[EMAIL PROTECTED]> wrote: > SPE - St

Re: SPE refuses.

2006-11-30 Thread Thomas Ploch
SPE - Stani's Python Editor schrieb: > On 30 nov, 10:50, egbert <[EMAIL PROTECTED]> wrote: >> On Wed, Nov 29, 2006 at 03:15:45PM -0800, SPE - Stani's Python Editor >> wrote:> Do you have python-wxversion installed? >> >>> $sudo apt-get inst

Re: SPE refuses.

2006-11-30 Thread SPE - Stani's Python Editor
On 30 nov, 10:50, egbert <[EMAIL PROTECTED]> wrote: > On Wed, Nov 29, 2006 at 03:15:45PM -0800, SPE - Stani's Python Editor wrote:> > Do you have python-wxversion installed? > > > $sudo apt-get install python-wxversionThat helped. But why isn't it > > i

Re: SPE refuses.

2006-11-30 Thread egbert
On Wed, Nov 29, 2006 at 03:15:45PM -0800, SPE - Stani's Python Editor wrote: > Do you have python-wxversion installed? > > $sudo apt-get install python-wxversion > That helped. But why isn't it included in the wxPython download ? Anyway, the first screen looks great. I wi

Re: SPE refuses.

2006-11-29 Thread SPE - Stani's Python Editor
Do you have python-wxversion installed? $sudo apt-get install python-wxversion Stani On 29 nov, 23:21, egbert <[EMAIL PROTECTED]> wrote: > On Wed, Nov 29, 2006 at 11:31:27AM -0800, SPE - Stani's Python Editor wrote:> > If wxPython is rightly installed, which means th

Re: SPE refuses.

2006-11-29 Thread egbert
On Wed, Nov 29, 2006 at 11:31:27AM -0800, SPE - Stani's Python Editor wrote: > If wxPython is rightly installed, which means that "import wx" works > fine and "wx.VERSION" gives the right version, you can ignore the > wxPython warning. > In a Python shell the

Re: SPE refuses.

2006-11-29 Thread SPE - Stani's Python Editor
29 nov, 19:51, egbert <[EMAIL PROTECTED]> wrote: > According to apt-show-versions I have installed: > python-wxgtk2.6 2.6.3.2.1.5 > spe 0.8.2a+repack-1 > > However when I start SPE I get the message > You need to install at least wxPython v2.5.4.1 to run SPE >

SPE refuses.

2006-11-29 Thread egbert
According to apt-show-versions I have installed: python-wxgtk2.6 2.6.3.2.1.5 spe 0.8.2a+repack-1 However when I start SPE I get the message You need to install at least wxPython v2.5.4.1 to run SPE How do I tell SPE that I have the right wxPython ? e. -- Egbert Bouwman

Re: SPE (Stani's Python Editor) web site?

2006-11-28 Thread John DeRosa
On 28 Nov 2006 13:16:41 -0800, "Bernard" <[EMAIL PROTECTED]> wrote: > >I can send you the latest tar.gz ( SPE-0.8.3.c-wx2.6.1.0.tar ) file if >you want it :) I'm looking for SPE for Python 2.5 and wxPython 2.7.2.0, on Windows. Do you have that? -- http://mail.pyth

Re: SPE (Stani's Python Editor) web site?

2006-11-28 Thread Bernard
I can send you the latest tar.gz ( SPE-0.8.3.c-wx2.6.1.0.tar ) file if you want it :) Bernard John DeRosa wrote: > SPE's site (http://pythonide.stani.be/) has been inaccessible to me > for at least a day. Can anyone else get to it? > > I looked on Google and didn't see

Re: SPE (Stani's Python Editor) web site?

2006-11-28 Thread Fuzzyman
John DeRosa wrote: > SPE's site (http://pythonide.stani.be/) has been inaccessible to me > for at least a day. Can anyone else get to it? > > I looked on Google and didn't see any new locations for SPE. Has it > recently moved to somewhere else? I dimly recall a post b

Re: SPE (Stani's Python Editor) web site?

2006-11-28 Thread Larry Bates
John DeRosa wrote: > SPE's site (http://pythonide.stani.be/) has been inaccessible to me > for at least a day. Can anyone else get to it? > > I looked on Google and didn't see any new locations for SPE. Has it > recently moved to somewhere else? I dimly recall a post b

SPE (Stani's Python Editor) web site?

2006-11-28 Thread John DeRosa
SPE's site (http://pythonide.stani.be/) has been inaccessible to me for at least a day. Can anyone else get to it? I looked on Google and didn't see any new locations for SPE. Has it recently moved to somewhere else? I dimly recall a post by Stani wherein he said he might move the s

Re: SPE bug?

2006-11-13 Thread SPE - Stani's Python Editor
timmy schreef: > i can't paste from SPE into an xterm window. is this problem with SPE? No the problem is with the wxPython binding of stc (scintilla). It happens with the wxPython demo as well. I'll ask on the wxpython-users mailing list. Stani -- http://mail.python.org/mai

SPE bug?

2006-11-09 Thread timmy
i can't paste from SPE into an xterm window. is this problem with SPE? -- http://mail.python.org/mailman/listinfo/python-list

Re: SPE editor slow?

2006-11-06 Thread SPE - Stani's Python Editor
timmy schreef: > SPE - Stani's Python Editor wrote: > > timmy schreef: > > > > > >>hello i've been using the SPE editor on a moderately large project and > >>it's constantly pausing during editing, like it's attempting to check >

Re: SPE editor slow?

2006-11-06 Thread timmy
SPE - Stani's Python Editor wrote: > timmy schreef: > > >>hello i've been using the SPE editor on a moderately large project and >>it's constantly pausing during editing, like it's attempting to check >>something as i edit. >>as you can imagi

Re: SPE editor slow?

2006-11-06 Thread SPE - Stani's Python Editor
timmy schreef: > hello i've been using the SPE editor on a moderately large project and > it's constantly pausing during editing, like it's attempting to check > something as i edit. > as you can imagine a 4 second pause every few characters is EXTREMELY > annoying

SPE editor slow?

2006-11-05 Thread timmy
hello i've been using the SPE editor on a moderately large project and it's constantly pausing during editing, like it's attempting to check something as i edit. as you can imagine a 4 second pause every few characters is EXTREMELY annoying when you just want to get some work

Re: ANN: SPE 0.8.3.c Python IDE editor

2006-11-01 Thread Chris Seymour
Hi Stani, I got it going now. Not sure why but seems good to go now. Thanks for a great product. Cheers. Chris SPE - Stani's Python Editor wrote: > I checked the berlios site and it seems to be working. Or do you have > another problem? > Stani > > Chris Seymour sch

Re: ANN: SPE 0.8.3.c Python IDE editor

2006-11-01 Thread SPE - Stani's Python Editor
Chris > Bernard wrote: > > thanks Stani! > > > > SPE - Stani's Python Editor wrote: > > > This is a maintenance release (mostly bug fixing) to prove that SPE is > > > alive and well! In case you are using wxPython2.7 you'll need to > > > up

Re: ANN: SPE 0.8.3.c Python IDE editor

2006-10-30 Thread Chris Seymour
Hi Stani, Not able to reach Berlios. The SourceForge page does not have the Windows installer. Any ideas when it will be available? Thanks. Chris Bernard wrote: > thanks Stani! > > SPE - Stani's Python Editor wrote: > > This is a maintenance release (mostly bug fixing)

Re: ANN: SPE 0.8.3.c Python IDE editor

2006-10-30 Thread Bernard
thanks Stani! SPE - Stani's Python Editor wrote: > This is a maintenance release (mostly bug fixing) to prove that SPE is > alive and well! In case you are using wxPython2.7 you'll need to > upgrade to this release. Submitted patches will be reviewed and > included if app

ANN: SPE 0.8.3.c Python IDE editor

2006-10-30 Thread SPE - Stani's Python Editor
This is a maintenance release (mostly bug fixing) to prove that SPE is alive and well! In case you are using wxPython2.7 you'll need to upgrade to this release. Submitted patches will be reviewed and included if approved for next release. Thanks for all your patient support and conti

Re: SPE for 2.5?

2006-10-19 Thread SPE - Stani's Python Editor
icks up a free project that it will get free support comparable to commercial support. If however they would be willing to pay a fair amount for fixing these quirks, they would have not only helped themselves but anyone who uses SPE. No shame, no blame. Stani http://pythonide.stani.be -- http://m

Re: SPE for 2.5?

2006-10-19 Thread SPE - Stani's Python Editor
about philosophy. That said, a new version of SPE 0.8.3.a is going to be released soon. Yes, open source projects do hibernate, which by some people is wrongly perceived as ..., but anyway SPE is alive and will always be unless I say differently. Best whishes, Stani -- http://pythonide.stani.be -- PS I am

Re: SPE for 2.5?

2006-10-15 Thread Fuzzyman
SPE - Stani's Python Editor wrote: > John Salerno schreef: > > > Does anyone know if SPE is compatible with Python 2.5? I don't see a > > Windows exe file for 2.5, so I wasn't sure if I should use the 2.4 version. > > > > Thanks. > > It sh

Re: SPE for 2.5?

2006-10-15 Thread SPE - Stani's Python Editor
John Salerno schreef: > Does anyone know if SPE is compatible with Python 2.5? I don't see a > Windows exe file for 2.5, so I wasn't sure if I should use the 2.4 version. > > Thanks. It should be. Contact me and I'll help you to make a 2.5 installer, which I'll gl

Re: SPE for 2.5?

2006-10-14 Thread John DeRosa
On 13 Oct 2006 17:41:12 -0700, "Fuzzyman" <[EMAIL PROTECTED]> wrote: > >John Salerno wrote: >> Does anyone know if SPE is compatible with Python 2.5? I don't see a >> Windows exe file for 2.5, so I wasn't sure if I should use the 2.4 version. >> &

Re: SPE for 2.5?

2006-10-13 Thread Fuzzyman
John Salerno wrote: > Does anyone know if SPE is compatible with Python 2.5? I don't see a > Windows exe file for 2.5, so I wasn't sure if I should use the 2.4 version. > Certainly worth trying the 2.4 version, but it's true that there hasn't been an uupdate of SPE

Re: SPE for 2.5?

2006-10-13 Thread John Salerno
Kevin Walzer wrote: > February is the last month > anything new appeared, as far as I know. Actually, the latest looks to be January. -- http://mail.python.org/mailman/listinfo/python-list

Re: SPE for 2.5?

2006-10-13 Thread Kevin Walzer
John Salerno wrote: > Does anyone know if SPE is compatible with Python 2.5? I don't see a > Windows exe file for 2.5, so I wasn't sure if I should use the 2.4 version. > > Thanks. I'm not sure...but is SPE even developed anymore? After a furious number of releas

SPE for 2.5?

2006-10-13 Thread John Salerno
Does anyone know if SPE is compatible with Python 2.5? I don't see a Windows exe file for 2.5, so I wasn't sure if I should use the 2.4 version. Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: SPE output

2006-05-18 Thread Sybren Stuvel
Alex Pavluck enlightened us with: > SPE is amazing with the intellisense but maybe there is a better > choice out there. Check VIM. The newly released VIM 7.0 has smart completion too (intellisense is a trademark of Microsoft) Sybren -- The problem with the world is stupidity. Not saying

SPE output

2006-05-18 Thread Alex Pavluck
Does anyone know if there is a way to configure the SPE output? IDLE and Pythonwin IDE both have nicely formatted output that shows tabs and spaces correctly. SPE seems to just print out the text without any formatting. SPE is amazing with the intellisense but maybe there is a better choice out

Re: SPE / winpdb problem

2006-05-01 Thread Steve Holden
MakaMaka wrote: > Hi All, > I'm having a problem with Stani's Python Editor (SPE) that I'm hoping > somebody has run into before. If I create a simple hello world > program: > > print "hello" > > and try and run it in winpdb via the SPE comm

SPE / winpdb problem

2006-04-30 Thread MakaMaka
Hi All, I'm having a problem with Stani's Python Editor (SPE) that I'm hoping somebody has run into before. If I create a simple hello world program: print "hello" and try and run it in winpdb via the SPE command ALT-F9, the program does not launch and the following re

Re: SPE IDE videos and more...

2006-02-19 Thread Claudio Grondi
[EMAIL PROTECTED] wrote: > I'm happy to spread the word about showmedo.com, an excellent > collection of python programming videos. > >>From the website > http://showmedo.com/videoListPage?listKey=TheBigPythonList: The server response under: http://showmedo.com/videoListPage?listKey=TheBigPyt

[ANN] SPE IDE videos and more...

2006-02-19 Thread SPE - Stani's Python Editor
he supercharged IPython interpreter and the great free editor SPE? Or maybe you want to see how easy it is to create great-looking, powerful graphical user interfaces using wxPython. If so, take a gander at the videos below.""" They have two SPE specific videos: """ P

Re: ANN: SPE 0.8.2.a Python IDE: configure styles, interactive terminals & ubuntu

2006-01-28 Thread dimitri pater
Hi,From: http://www.serpia.org/spe switching to http://www.serpia.org/sorry"""please enable _javascript_ in your browser to visit serpia.orgif you think that sucks, please contact me about it if not, enable _javascript_ and click here"""If you would like to know

Re: ANN: SPE 0.8.2.a Python IDE: configure styles, interactive terminals & ubuntu

2006-01-26 Thread Claudio Grondi
SPE - Stani's Python Editor wrote: > Release news from http://pythonide.stani.be > > This is an important a bugfix release for all platforms. As new > features it can customize your fonts and colors (styles), supports > interactive terminals and has improved support for Ub

ANN: SPE 0.8.2.a Python IDE: configure styles, interactive terminals & ubuntu

2006-01-26 Thread SPE - Stani's Python Editor
package to install SPE easily and create an entry in the start menu on debian based linux distro's such as Ubuntu. I'm also in contact with Matthias Klose to make an updated SPE available with the Ubuntu Dapper Drake release. :**New features**: - Configurable style editor for fonts and co

Re: SPE [was: Wingide is a beautiful application]

2006-01-16 Thread SPE - Stani's Python Editor
Sybren Stuvel wrote: > It runs now, but some things aren't working. Besides the crashing down, what else? I am very curious. > When I open a file and > click on the "browse" tab, I see the current directory. If I then > double-click on a Python file, I'd ex

Re: SPE [was: Wingide is a beautiful application]

2006-01-15 Thread Sybren Stuvel
SPE - Stani's Python Editor enlightened us with: > If you would have read the blog (http://pythonide.stani.be/blog), > you could clearly read this: I haven't. >2. download and unpack the archive >SPE-0.8.1.d-wx2.6.1.0-no_setup.zip > > If you follow these three

Re: SPE [was: Wingide is a beautiful application]

2006-01-15 Thread SPE - Stani's Python Editor
Anyway, apt-getting spe now... which doesn't work: > > Unpacking python-wxversion (from > .../python-wxversion_2.6.1.1.1ubuntu2_all.deb) > ... > dpkg: error processing > /var/cache/apt/archives/python-wxversion_2.6.1.1.1ubuntu2 _all.deb > (--unpack): > tryi

Re: SPE [was: Wingide is a beautiful application]

2006-01-15 Thread Sybren Stuvel
SPE - Stani's Python Editor enlightened us with: > This is a misinterpretation, SPE failed because of something else. > (As would have become clear if you would have run SPE in the > debugging mode 'python SPE.py --debug'.) IMO displayed messages should be clear witho

Re: Anyone using SPE editor on Ubuntu?

2006-01-05 Thread SPE - Stani's Python Editor
So is Ubuntu your primary OS? Please email me privately at pythonide.stani.be_gmail.com News about new release you can follow here: http://pythonide.stani.be/blog -- http://mail.python.org/mailman/listinfo/python-list

Re: Anyone using SPE editor on Ubuntu?

2006-01-05 Thread Birdman
I use SPE and my editor on my primary OS and I'd be very interested in using SPE with Ubuntu. -- http://mail.python.org/mailman/listinfo/python-list

Anyone using SPE editor on Ubuntu?

2006-01-05 Thread SPE - Stani's Python Editor
Hi, I'm playing around with the latest (soon to be released) SPE on Ubuntu. This probably will increase the quality of SPE on Ubuntu and Linux/GTK in general. I already made some patches, but I would like to get in contact with SPE users on Ubuntu. The version of SPE which is now availab

  1   2   >