Howard Butler | 1 Feb 2004 21:06
Favicon

ANN: pyTerra 0.6: TerraServer module for Python

A new version of pyTerra (0.6) is now available.  It fixes a number of issues:

     * Fix to compensate for TerraServer messing up some tile requests 
(image shifting).
     * Thread cue so a request doesn't generate the same number of threads 
as tiles.
     * Local tile caching (off by default) in TerraImage.
     * Provided a public TerraImage.download() method that returns the PIL 
Image.

pyTerra is a Python module that allows you to make requests to Microsoft's
TerraServer. With it, you can download cartographic images for any almost
any geographic extent in the conterminous US. It mimics the SOAP API
provided by the TerraServer located at
<<http://terraservice.net/TerraService.asmx>http://terraservice.net/TerraService.asmx>. 
A helper class is also
provided that reduces the interaction required to defining a bounding box
and writing the image out to the file system.

A source distribution and Windows binary is provided.

See <<http://hobu.biz/software/pyTerra>http://hobu.biz/software/pyTerra> 
for more information and download.

Howard Butler  

--

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

        Support the Python Software Foundation:
(Continue reading)

Magnus Lie Hetland | 1 Feb 2004 23:13
Picon
Picon

[ANN] Atox 0.1c1 released

Atox is a framework for automated markup. With it one can quite easily
write custom scripts for converting plain text into XML in any way one
wishes. Atox is normally used as a command-line script, using a simple
XML language to specify the desired transformation from text to
markup, but it is also possible to build custom parsers using the Atox
library. The name (short for ASCII-to-XML) is inspired by such UNIX
tools and system functions as atops and atoi.

Atox is hosted at SourceForge (http://atox.sf.net) and the current
release (0.1c1) is available for download via its project page
(http://sf.net/projects/atox).

Feedback, especially about bugs and installation problems, is much
appreciated.

-- 
Magnus Lie Hetland           "The mind is not a vessel to be filled,
http://hetland.org            but a fire to be lighted."  [Plutarch]

--

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

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Klaus Muller | 2 Feb 2004 11:42
Picon

ANN: Simulation package SimPy 1.4 has been released

SimPy (Simulation in Python) is a process-based discrete event 
simulation package.

This new version of SimPy has significantly more capabilities than 
version 1.3. They have been developed from the ideas and with great 
collaboration of the very active SimPy user and developer communities

Get SimPy 1.4 from http://sourceforge.net/projects/simpy/ and enjoy!
Read more on SimPy at simpy.sourceforge.net.

Here are the major changes and additions in SimPy 1.4:

SimulationRT
------------
- A module which allows synchronization between
simulated and wallclock time.

SimulationStep
--------------
- A module which allows the execution of a simulation
model event-by-event, with the facility to execute
application code after each event.

SimGUI
------
- A Tk/Tkinter-based module which provides a SimPy
GUI framework.

SimPlot
-------
(Continue reading)

vincent delft | 2 Feb 2004 20:31
Picon
Favicon

WindPySend : GuiAPI

With this DLL you can simulate keyboard input and Mouse mouvement on
your Windows 98/NT/2000 machine.

It's design to : 
-test application,
-simulate user inputs on remote machines,
-automize some tasks within your preferred applications.
-You can build, what I call a GuiAPI.

Check at : http://users.swing.be/wintclsend/windpysend/

This is the clone of WinTclSend wich runs since about 4 years
(http://users.swing.be/wintclsend/)

Thanks.

--

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

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Brian Quinlan | 2 Feb 2004 20:23

ANN: Vancouver Python and Zope User Group meeting

Tomorrow, February 3rd 2004, at 6:00 there will be the usual monthly VanPyZ
meeting. The meeting will be held at ActiveState on 580 Granville Street,
Vancouver.

At this month's meeting we will discuss Python on Mac OS/X, Linux and other
Unices. Topics will include GUI programming, bridging to Objective-C,
Python's POSIX library and wrapping C code with Python.

Cheers,
Brian

--

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

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

frank | 3 Feb 2004 13:36
Picon

Soprano 0.05c released!

Soprano 0.05c released!
there was a problem with the ping timeout, fixed now.
everything should work fine.
I was away for the weekend so i did not fix it before now sorry about that.

Download and read more at:
http://sourceforge.net/projects/soprano/ 

--

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

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Guido van Rossum | 3 Feb 2004 16:00
Favicon

OSCON Reminder: proposal deadline Februrary 9

Just a quick reminder: you have another week to submit a proposal for
the Python 12 Conference at OSCON:

The O'Reilly Open Source Convention (OSCON) will be held July 26-30,
2004 at the Portland Marriott Downtown in Portland, OR.
http://conferences.oreillynet.com/os2004/

Proposals Submission Information--Deadline: February 9, 2004
http://conferences.oreillynet.com/cs/os2004/create/e_sess

--Guido van Rossum (home page: http://www.python.org/~guido/)

--

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

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Carmine Noviello | 3 Feb 2004 18:16
Picon
Favicon
Gravatar

[ANN]PyCrash 0.2-stable released

Hi,
a new version of PyCrash is released with some bug fixes done. You can
download it at

https://sourceforge.net/project/showfiles.php?group_id=98026&package_id=105002

Enjoy!
_______________________________________________________________________
About PyCrash Project:
PyCrash is a crash handler that handles uncaught exceptions during
program execution and collects information about the program context.
PyCrash can be very useful in report bug information, because the
programmer can easily analyse the program execution context of the
crashed application.

Major information collected by PyCrash in the crash dump is: 

- Information about operating system, Python and Python Standard
  Library version and general information about the program that is 
  crashed (e.g., program name and version, time at witch program 
  started and ended, and so on)

- Information about the uncaught exceptions, like the exception type, 
  the context (namely method name) in which the exception occurred and 
  the exception value

- General information about variables state

- Information about the stack of each thread, like the list of stack 
  frames, the variables value in each stack frame, and so on
(Continue reading)

Aahz | 3 Feb 2004 21:31

BayPIGgies Thurs 2/12: SpamAI

The next BayPIGgies meeting is Thurs Feb 12 at 7:30pm.  The speaker will
be Dennis Reinhardt, talking about SpamAI (http://www.spamai.com/).

BayPIGgies meetings are held at Stanford, California.  For more info, see
http://www.baypiggies.net/
-- 
Aahz (aahz <at> pythoncraft.com)           <*>         http://www.pythoncraft.com/

"The joy of coding Python should be in seeing short, concise, readable
classes that express a lot of action in a small amount of clear code -- 
not in reams of trivial code that bores the reader to death."  --GvR

--

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

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Edward K. Ream | 4 Feb 2004 02:27
Favicon

ANN: Leo 4.1 rc4: An outlining editor

Leo 4.1 release candidate 4 is now available at
http://sourceforge.net/projects/leo/

This release fixes numerous bugs reported since 4.1 rc3 and makes
several other improvements, including several nifty new plugins.

The highlights version 4.1:
---------------------------
- Leo runs in batch mode when invoked with --script aScriptFile.py
- Leo supports Unicode characters (e.g. Chinese) in path and file names.
-  <at> directives and section references are now valid when executing scripts.
-  <at> ignored and orphan nodes now valid in  <at> file-nosent trees.
- Script-based find/change commands.
- Check Outline command.
- Hoist & DeHoist commands.
- A new gui-agnostic architecture: useful for batch mode and unit tests.
- Several new configuration settings.
- Many new unit tests.
- A host of bug fixes.

Quotes of the month
-------------------

I'm a newbie to Leo(a couple of weeks) and I feel addicted to
programming again...in fact it has resurrected a dead project of mine :)
The outline has proven most liberating in terms of testing ideas out.
Thanks a lot! -- anon

"Wow, wow, and wow. I just started using Leo about a month ago..Now I
finally understand how to use clones and I realized that this is
(Continue reading)


Gmane