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
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 =
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
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
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/
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
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
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
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
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
>&
, 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.
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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://
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
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
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
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&
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
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
Hi,
Could someone tell me how to uninstall SPE under windows?
Alain
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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/
Hi,
Thanks for the feedback.
Paulo
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
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,
>
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
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
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 :)
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:
>&
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
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
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
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
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
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
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
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
>
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
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
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
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
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'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
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
i can't paste from SPE into an xterm window. is this problem with SPE?
--
http://mail.python.org/mailman/listinfo/python-list
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
>
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
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
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
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
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
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)
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
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
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
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
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
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
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.
>>
&
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
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
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
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
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
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
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
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
[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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 142 matches
Mail list logo