ANN: SPE 0.7.2.C Python IDE with wxGlade, UML & Blender support

2005-02-24 Thread http://www.stani.be
Spe is a python IDE with auto-indentation, auto completion, call tips,
syntax coloring, uml viewer, syntax highlighting, class explorer,
source index, auto todo list, sticky notes, integrated pycrust shell,
python file browser, recent file browser, drag&drop, context help, ...
Special is its blender support with a blender 3d object browser and its
ability to run interactively inside blender. Spe ships with wxGlade
(gui designer), PyChecker (source code doctor) and Kiki (regular
expression console). Spe is extensible with wxGlade.

If you like SPE, please contribute by coding, writing documentation or
donating. I would like to thank especially Mike of Partner2Partner, who

gave a nice donation to SPE.

Also I would like to thank Michael Foord, who made SPE part of a new
Python
distribution, called "movable python". It gives you the possibility to
carry your
favorite developping environment on a USB stick. So you can continue
your work on
any computer or test your modules for different python versions. This
distribution
opens a lot of new possibilities, check it out!! For more info, visit
http://www.voidspace.org.uk/python/programs.shtml#movpy

:Batteries included:
  - Kiki:
  Regular Expression (regex) console. For more info:
  http://project5.freezope.org/kiki/index.html
  - PyChecker:
  PyChecker is a tool for finding bugs in python source code. It
  finds problems that are typically caught by a compiler for
  less dynamic languages, like C and C++. It is similar to lint.
  For more info: http://pychecker.sourceforge.net
  - wxGlade:
  wxGlade is a GUI designer written in Python with the
  popular GUI toolkit wxPython, that helps you create
  wxWindows/wxPython user interfaces. As you can guess by the
  name, its model is Glade, the famous GTK+/GNOME GUI builder,
  with which wxGlade shares the philosophy and the look & feel
  (but not a line of code). For more info:
  http://wxglade.sourceforge.net

:Bug fixes:
- right click menu

:Donations(50 euro):
- Mike (Partner2partner)

:Contributors:
  - Thurston Stone

:Requirements:
  - full python 2.3+
  - wxpython 2.5.3.8+
  - optional blender 2.35+

:Links:
- Homepage: http://spe.pycs.net
- Website:  http://projects.blender.org/projects/spe/
- Screenshots:  http://spe.pycs.net/pictures/index.html
- Forum:http://projects.blender.org/forum/?group_id=30
- RSS feed: http://spe.pycs.net/weblog/rss.xml

-- 
http://mail.python.org/mailman/listinfo/python-list


ANN: SPE 0.7.2.A IDE with uml, wxGlade and blender support

2005-02-05 Thread http://www.stani.be
Spe is a python IDE with auto-indentation, auto completion, call tips,
syntax coloring, uml viewer, syntax highlighting, class explorer,
source index, auto todo list, sticky notes, integrated pycrust shell,
python file browser, recent file browser, drag&drop, context help, ...
Special is its blender support with a blender 3d object browser and its
ability to run interactively inside blender. Spe ships with wxGlade
(gui designer), PyChecker (source code doctor) and Kiki (regular
expression console). Spe is extensible with wxGlade.

The sidebar now features a file browser. I'm now trying to form a team
for future development of SPE. Besides me four people will join the
project:

- Sam Widmer for CVS and bugfixes. So soon more collaboration on
SPE
  will be possible.
- Nir Aides (author of rpdb) for helping implementing the remote
debugger
- Kevin Walzer for the OS X Port of SPE. Please contact him for Mac
specific
  issues. Spe for the Mac will be distributed through:
  http://www.wordtech-software.com/spe.html
- Jelle Feringa for documentation. The goal is to provide a pdf
manual with
  the SPE distribution based on the SPE wiki:
http://www.stani.be/spe/wiki
  Anyone who has comments or wants to edit the wiki as well can
contact Jelle.

If you like SPE, please contribute by coding, writing documentation or
donating. I would like to thank especially Michael Balk, who gave the
largest
donation ever to SPE.

Also I would like to thank Michael Foord, who made SPE part of a new
Python
distribution, called "movable python". It gives you the possibility to
carry your
favorite developping environment on a USB stick. So you can continue
your work on
any computer or test your modules for different python versions. This
distribution
opens a lot of new possibilities, check it out!! For more info, visit
http://www.voidspace.org.uk/python/programs.shtml#movpy

:Batteries included:
  - Kiki:
  Regular Expression (regex) console. For more info:
  http://project5.freezope.org/kiki/index.html
  - PyChecker:
  PyChecker is a tool for finding bugs in python source code. It
  finds problems that are typically caught by a compiler for
  less dynamic languages, like C and C++. It is similar to lint.
  For more info: http://pychecker.sourceforge.net
  - wxGlade:
  wxGlade is a GUI designer written in Python with the
  popular GUI toolkit wxPython, that helps you create
  wxWindows/wxPython user interfaces. As you can guess by the
  name, its model is Glade, the famous GTK+/GNOME GUI builder,
  with which wxGlade shares the philosophy and the look & feel
  (but not a line of code). For more info:
  http://wxglade.sourceforge.net

:New features:
- sidebar browser (iniated by Attila Magyar)

:Bug fixes:
- segfaults in Browser
- indentation can now be different from 4
- mac osx fixes for kiki, wxGlade & XRC
- scrollbars of UML view
- initial sizing and positioning are now restored

:Donations(177.20euro):
- Michael Balk
- Jason Powell
- David Ko Feng
- Winchell Chung
- Matthias Haberkorn
- Kristjan Kannike
- Robert Cowham
- Andre Roberge
- Chris S

:Contributors:
  - Sam Widmer
  - Attila Magyar
  - Kevin Walzer
  - Thurston Stone

:Requirements:
  - full python 2.3+
  - wxpython 2.5.3.8+
  - optional blender 2.35+

:Links:
- Homepage: http://spe.pycs.net
- Website:  http://projects.blender.org/projects/spe/
- Screenshots:  http://spe.pycs.net/pictures/index.html
- Forum:http://projects.blender.org/forum/?group_id=30
- RSS feed: http://spe.pycs.net/weblog/rss.xml

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Which IDE supports python and wxpython?

2005-02-05 Thread http://www.stani.be
Try SPE, I just released (GPL) a new version: http://spe.pycs.net

Stani

http://www.stani.be

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: IDLE history, Python IDE, and Interactive Python with Vim

2005-02-04 Thread http://www.stani.be
I think SPE has exactly what you need. Next to the shell there is the
session, which has only the commands typed on the interactive prompt.

Stani

http://spe.pycs.net

Ashot wrote:
> This is sort of both Python and Vim related (which is why I've posted
to
> both newsgroups).
>
> Python related:
> --
> I have been frustrated for quite some time with a lack of a history
> command in IDLE (in fact with IDLE in general).  Often I'll develop
new
> code at the command line, testing each line as I go.  Currently I
have to
> copy and paste, removing outputs and the ">>>" at each line.
> Is it perhaps possible to make some kind of hack to do this (dump a
> command history)?
>
> Idle in general isn't that great IMO, so I was wondering also if
there are
> better alternatives out there?  What do people use mostly?  I've
tried
> something called pyCrust, but this too didn't have history and some
other
> things I was looking for.  On a more general note, although the
agility
> and simplicity of Python make programming tools like an IDE less
> necessary, it still seems that Python is lacking in this departement.
 The
> PyDev plug-in for Eclipse seems like good step in this direction,
although
> I haven't tried it yet.  Does anyone have any experience with this,
or
> perhaps can point me to other tools.
>
> Vim related:
> --
> Ideally, it would be nice to have a command mapped to a keystroke
that can
> append the last executed command to a file.  Even better would be a
system
> that would integrate the file editing and interactive command line
tool
> more seamlessly.  Something along the lines of a debugger + file
editor
> + command line utility, where file editor = vim.  I know that vim has
a
> utility for running python commands from its command prompt, but I
have
> had a hard time getting this to work in windows and haven't explored
it.
> Has anyone seen/tried a system along these lines, perhaps
incorporating
> the python debugger (pdb)?  I can see something that will run the
file you
> are editing in vim up to the cursor or a mark with a set_trace at the
line
> you are editing.
>
>
> Any info is appreciated, thanks.
>
> --
> Ashot Petrosian
> University of Texas at Austin, Computer Sciences

-- 
http://mail.python.org/mailman/listinfo/python-list