Re: [Tutor] SPE - Stani's Python Editor ?

2007-06-24 Thread Alan Gauld
"Hi?u Hoàng" <[EMAIL PROTECTED]> wrote

> http://prdownload.berlios.de/python/SPE-0.8.3.c-wx2.6.1.0-no_setup.zip
>
> should be what you need. The subversion version can now run on
> wxPython 2.8 reliably, and he's moving up to wxPy 2.8.

I managed to get the standard download working with wxPy 2.8
just by moving one line of code in the init method of  Throbber
in Menu.py

So far that has worked fine...

Alan G.


___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] SPE - Stani's Python Editor ?

2007-06-24 Thread Hiếu Hoàng
The SPE is pure Python, you can run it on 2.5 without change. I think
Fuzzyman makes a zip file that can be used for all versions. Just
wxPython need to be compiled against 2.5 specifically.

http://prdownload.berlios.de/python/SPE-0.8.3.c-wx2.6.1.0-no_setup.zip

should be what you need. The subversion version can now run on
wxPython 2.8 reliably, and he's moving up to wxPy 2.8.

SPE's site is now http://pythonide.blogspot.com
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] SPE - Stani's Python Editor ?

2007-01-04 Thread Shanmuhanathan T

I found eclipse+pydev to be as good as/better than komodo or wingware.
also eclipse has other plugins which makes it a powerful IDEs for
php/ruby/perl etc.

Regards,
Shanmu.

On 1/4/07, Mike Hansen <[EMAIL PROTECTED]> wrote:




> -Original Message-
> From: OkaMthembo [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 04, 2007 9:18 AM
> To: Mike Hansen
> Subject: Re: [Tutor] SPE - Stani's Python Editor ?
>
> have you tried Komodo from ActiveState or Wingware? might be
> great, comeercial though.
>
>

I convinced my company to purchase Komodo. I use it off an on. I mostly
gravitate toward VIM. I'm looking forward to the next version of Komodo
since it will have vi keybindings. The nice thing about Komodo is that
you can use it for other languages like Perl and Ruby where I believe
that Wingware is Python only.

Mike


-

  NOTICE:  This e-mail transmission and any documents or files attached to
  it contain information for the sole use of the above-identified
individual or entity.

  Its contents may be privileged, confidential, and exempt from disclosure
under the law.
  Any dissemination, distribution, or copying of this communication is
strictly prohibited.

  Please notify the sender immediately if you are not the intended
recipient.

FGNS


___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor



___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] SPE - Stani's Python Editor ?

2007-01-04 Thread Mike Hansen
 

> -Original Message-
> From: OkaMthembo [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, January 04, 2007 9:18 AM
> To: Mike Hansen
> Subject: Re: [Tutor] SPE - Stani's Python Editor ?
> 
> have you tried Komodo from ActiveState or Wingware? might be 
> great, comeercial though.
> 
> 

I convinced my company to purchase Komodo. I use it off an on. I mostly
gravitate toward VIM. I'm looking forward to the next version of Komodo
since it will have vi keybindings. The nice thing about Komodo is that
you can use it for other languages like Perl and Ruby where I believe
that Wingware is Python only.

Mike
-

  NOTICE:  This e-mail transmission and any documents or files attached to
  it contain information for the sole use of the above-identified individual or 
entity.

  Its contents may be privileged, confidential, and exempt from disclosure 
under the law.
  Any dissemination, distribution, or copying of this communication is strictly 
prohibited.

  Please notify the sender immediately if you are not the intended recipient.

FGNS
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] SPE - Stani's Python Editor ?

2007-01-03 Thread Chris Hengge

Pydev Extensions are only about $40. Most of the plugin's are $50 or less if
not free... I'd personally much rather pay for the feature's I want, as I
want them, then be forced bloated software (Visual Studio) that will cost
hundreds to thousands of dollars, which will still require very expensive
add-ons, as well as forces you to live in the MS Languages (Which is fine if
you need that)

I guess I don't see a problem with helping out active projects, I normally
toss open source software that I use for any amount of time atleast one
"tip". In the end, its still a ton cheaper then Visual Studio or some of the
other options out there.

On 1/3/07, Mike Hansen <[EMAIL PROTECTED]> wrote:




> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Chris Hengge
> Sent: Tuesday, January 02, 2007 4:57 PM
> To: Dick Moores
> Cc: tutor@python.org
> Subject: Re: [Tutor] SPE - Stani's Python Editor ?
>
> I've recently started playing with Eclipse and the two PyDev
> plugin's over the holidays. I'm seriously liking it... but my
> likes are more closely related to Visual Studio as an editor,
> so this is like the perfect environment for me..
>
> http://www.showmedo.com/videos/series?name=PyDevEclipseList
>
> This link shows you two video's on how pydev works, and how to setup.
>

I played with Eclipse a little bit. I got annoyed that the plugins would
nickel and dime you to death. Pydev is free, but the additional features
in Pydev Extensions cost $. I heard there was a plugin for vi emulation.
Unfortunately, it was another plugin that you had to pay for.

I decided to stick with VIM where the plugins are free. I recently
starting using VIM's snippets.emu plugin. It emulates TextMate's
snippets. TextMate is an editor for OS X that is getting a lot of
attention. There are people working on TextMate-like editors for Windows
and Linux.

Mike




-

  NOTICE:  This e-mail transmission and any documents or files attached to
  it contain information for the sole use of the above-identified
individual or entity.

  Its contents may be privileged, confidential, and exempt from disclosure
under the law.
  Any dissemination, distribution, or copying of this communication is
strictly prohibited.

  Please notify the sender immediately if you are not the intended
recipient.

FGNS


___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor



___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] SPE - Stani's Python Editor ?

2007-01-03 Thread Mike Hansen
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Chris Hengge
> Sent: Tuesday, January 02, 2007 4:57 PM
> To: Dick Moores
> Cc: tutor@python.org
> Subject: Re: [Tutor] SPE - Stani's Python Editor ?
> 
> I've recently started playing with Eclipse and the two PyDev 
> plugin's over the holidays. I'm seriously liking it... but my 
> likes are more closely related to Visual Studio as an editor, 
> so this is like the perfect environment for me.. 
> 
> http://www.showmedo.com/videos/series?name=PyDevEclipseList
> 
> This link shows you two video's on how pydev works, and how to setup. 
> 

I played with Eclipse a little bit. I got annoyed that the plugins would
nickel and dime you to death. Pydev is free, but the additional features
in Pydev Extensions cost $. I heard there was a plugin for vi emulation.
Unfortunately, it was another plugin that you had to pay for.

I decided to stick with VIM where the plugins are free. I recently
starting using VIM's snippets.emu plugin. It emulates TextMate's
snippets. TextMate is an editor for OS X that is getting a lot of
attention. There are people working on TextMate-like editors for Windows
and Linux.

Mike

  
-

  NOTICE:  This e-mail transmission and any documents or files attached to
  it contain information for the sole use of the above-identified individual or 
entity.

  Its contents may be privileged, confidential, and exempt from disclosure 
under the law.
  Any dissemination, distribution, or copying of this communication is strictly 
prohibited.

  Please notify the sender immediately if you are not the intended recipient.

FGNS
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] SPE - Stani's Python Editor ?

2007-01-02 Thread Chris Hengge

I've recently started playing with Eclipse and the two PyDev plugin's over
the holidays. I'm seriously liking it... but my likes are more closely
related to Visual Studio as an editor, so this is like the perfect
environment for me..

http://www.showmedo.com/videos/series?name=PyDevEclipseList

This link shows you two video's on how pydev works, and how to setup.

On 12/31/06, Dick Moores <[EMAIL PROTECTED]> wrote:


 At 04:48 PM 12/31/2006, Vladimir Strycek wrote:

Hi all,
some time ago i instaled SPE with python 2.4... it works very good...
but yesterday my pc crash completly ( some dll went missing somehow :-)
)... so  after format and  reinstalling of windows i begin to install
all my programs back...

When i come to python i download new 2.5 version and only version for
win i could find is SPE-0.8.2.a-wx2.6.1.0-py24 which doesnt work... :-(
newer version ist just rpm and i need exe for win... any idea if there
will be exe or any more development in SPE cause homepage is not running
etc...

Or can you suggest similar IDE for python... ?


I have SPE 0.8.3.c, which is for Python 2.5.  There is a mailing list for
SPE users. See the archive at 
.
Stani was looking for another host for the website. His last post, of Wed
Nov 29, says he has found one, and "Don't worry the SPE website will come
back."

In the meantime, if anyone wants a copy of the file I downloaded,
SPE-0.8.3.c.win32-py2.5.exe, please contact me.
"Program info
Spe version 0.8.3.c
Python version 2.5  (2.3 required)
wxPython version 2.6.3.3.  (2.6.1.0. required)"

The size of SPE-0.8.3.c.win32-py2.5.exe is 1,147 KB.

Dick Moores
[EMAIL PROTECTED]



___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor



___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] SPE - Stani's Python Editor ?

2006-12-31 Thread Dick Moores


At 04:48 PM 12/31/2006, Vladimir Strycek wrote:
Hi all,
some time ago i instaled SPE with python 2.4... it works very good...

but yesterday my pc crash completly ( some dll went missing somehow :-)

)... so  after format and  reinstalling of windows i begin to
install 
all my programs back...
When i come to python i download new 2.5 version and only version for

win i could find is SPE-0.8.2.a-wx2.6.1.0-py24 which doesnt work... :-(

newer version ist just rpm and i need exe for win... any idea if there

will be exe or any more development in SPE cause homepage is not running

etc...
Or can you suggest similar IDE for python... ?
I have SPE 0.8.3.c, which is for Python 2.5.  There is a mailing
list for SPE users. See the archive at
<
https://lists.berlios.de/pipermail/python-spe-users/>. Stani was
looking for another host for the website. His last post, of Wed Nov 29, 
says he has found one, and "Don't worry the SPE website will come
back."
In the meantime, if anyone wants a copy of the file I downloaded,
SPE-0.8.3.c.win32-py2.5.exe, please contact me. 
"Program info
Spe version 0.8.3.c 
Python version 2.5  (2.3 required) 
wxPython version 2.6.3.3.  (2.6.1.0. required)"
The size of SPE-0.8.3.c.win32-py2.5.exe is 1,147 KB.
Dick Moores
[EMAIL PROTECTED]




___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor