Python Ireland Talks Reminder - Wed 10th October 2007

2007-10-10 Thread Vicky Lee
Hi All,

Just a quick reminder. Give me a call, if you are lost. I'll be there
early this evening.

Wed 10th October 2007
Talks: 19:00 - 21:00 (+pub)
Room 3074 in the Arts block ( Map : http://www.tcd.ie/Maps/arts_block.html )

See http://wiki.python.ie/moin.cgi/PythonMeetup/October2007 for more details.

My mobile: 086 1502003

Cheers,

/// Vicky

PS: Apolagies for all the confusion, will get someone to properly
proof-read my outgoing mails, or Mick will send them out next time,
*hint hint.


On 10/8/07, Tim Kersten <[EMAIL PROTECTED]> wrote:
> Nice one. See you there :-)
>
>
> On 10/8/07, Sean O'Donnell <[EMAIL PROTECTED]> wrote:
> >
> > yip, talks are definately on on Wednesday.
> >
> > Sean
> >
> > Tim Kersten wrote:
> > > Hi *,
> > >
> > > Just wanted to ask if there are talks this Wednesday as stated in the
> wiki:
> > > http://wiki.python.ie/moin.cgi/PythonMeetup/October2007
> ?
> > > From somewhere I had the idea that the talks in Trinity were going to be
> in
> > > November and we were just meeting up in the Schoolhouse this month. I
> assume
> > > that I wrong and there will be talks in TCD this Wednesday. Please
> correct
> > > me if I'm wrong :-)
> > >
> > > Cheers,
> > > Tim
> > >
> > > >
> > >
> >
> >
> > --~--~-~--~~~---~--~~
> > You received this message because you are subscribed to the Google Groups
> "Python Ireland" group.
> > To post to this group, send email to [EMAIL PROTECTED]
> > To unsubscribe from this group, send email to
> [EMAIL PROTECTED]
> > For more options, visit this group at
> http://groups.google.ie/group/pythonireland?hl=en
> > -~--~~~~--~~--~--~---
> >
> >
>


-- 
~~
~~ http://irishbornchinese.com  ~~
~~   http://www.python.ie~~
~~
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

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


[ANN] Data Plotting Library DISLIN 9.2

2007-10-10 Thread Helmut Michels
Dear Python users,

I am pleased to announce version 9.2 of the data plotting software
DISLIN.

DISLIN is a high-level and easy to use plotting library for
displaying data as curves, bar graphs, pie charts, 3D-colour plots,
surfaces, contours and maps. Several output formats are supported
such as X11, VGA, PostScript, PDF, CGM, WMF, HPGL, TIFF, GIF, PNG,
BMP and SVG.

The software is available for the most C, Fortran 77 and Fortran 90/95
compilers. Plotting extensions for the interpreting languages Perl,
Python and Java are also supported.

DISLIN distributions and manuals in PDF, PostScript and HTML format
are available from the DISLIN home page

  http://www.dislin.de

and via FTP from the server

  ftp://ftp.gwdg.de/pub/grafik/dislin

All DISLIN distributions are free for non-commercial use. Licenses
for commercial use are available from the site http://www.dislin.de.

  ---
   Helmut Michels
   Max Planck Institute for
   Solar System Research   Phone: +49 5556 979-334
   Max-Planck-Str. 2   Fax  : +49 5556 979-240
   D-37191 Katlenburg-Lindau   Mail : [EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

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


ANNOUNCE: omniORB 4.1.1 and omniORBpy 3.1

2007-10-10 Thread Duncan Grisby
I am pleased to announce that omniORB 4.1.1 and omniORBpy 3.1 are now
available. omniORB is a robust, high performance CORBA implementation
for C++; omniORBpy is a version for Python.

You can download them in source and Windows binary forms from
SourceForge:

  
http://sourceforge.net/project/showfiles.php?group_id=51138&package_id=44914&release_id=544978
  
http://sourceforge.net/project/showfiles.php?group_id=51138&package_id=48639&release_id=544980

These are mainly bug fix releases, with a number of minor new features.
See the release notes and bug lists for more details:

For omniORB 4.1.1:

  http://sourceforge.net/project/shownotes.php?release_id=544978&group_id=51138
  http://omniorb.sourceforge.net/bugs/bugfixes-410.html

For omniORBpy 3.1:

  http://sourceforge.net/project/shownotes.php?release_id=544980&group_id=51138
  http://omniorb.sourceforge.net/pybugs/bugfixes-30.html


Duncan.
-- 
 -- Duncan Grisby --
  -- [EMAIL PROTECTED] --
   -- http://www.grisby.org --
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

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


ANN: magnitude 0.9.1

2007-10-10 Thread juan
I am happy to announce the first release of magnitude, a
library for computing with physical quantities. It is
released under the Apache v. 2 license.

A physical quantity is a number with a unit, like 10
km/h. Units can be any of the SI units, plus a bunch of
non-SI, bits, dollars, and any combination of them. They can
include the standard SI prefixes. Magnitude can operate with
physical quantities, parse their units, and print them. You
don't have to worry about unit consistency or conversions;
everything is handled transparently. By default output is
done in basic SI units, but you can specify any output unit,
as long as it can be reduced to the basic units of the
phisical quantity.

Home page: http://juanreyero.com/magnitude/

Juan Reyero (juan +at+ juanreyero.com)

http://juanreyero.com/magnitude/";>magnitude 0.9.1 - library for 
computing with physical units.  (10-Oct-07)
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

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


ANN: Pyrex 0.9.6.2

2007-10-10 Thread Greg Ewing
Pyrex 0.9.6.2 is now available:

   http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/

Another couple of minor fixes.


What is Pyrex?
--

Pyrex is a language for writing Python extension modules.
It lets you freely mix operations on Python and C data, with
all Python reference counting and error checking handled
automatically.
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

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


ANN: Chandler 0.7.1

2007-10-10 Thread Heikki Toivonen
The Chandler Project is pleased to announce the 0.7.1 release of
Chandler Desktop!

Chandler Desktop is an open source, standards-based personal information
manager (PIM) built around small group collaboration and a core set of
information management workflows modeled on Inbox usage patterns and
David Allen's GTD methodology.

Download link, information on mailinglists, and how to get the sources
are available from the homepage:

  http://chandlerproject.org/

The 0.7.1 release is the first in a series of quick, time-based releases
since Chandler Preview 0.7.0.1 intended to respond to the feedback we
received from 0.7.0.1 and continue to receive from these quick releases.

0.7.1 fixes over 30 bugs, including:

Bug #8981 Bug in Twisted IMAP Capabilities Parsing
Bug #9454 (Partial fix) Memory leaks in SSL code
Bug #9920 AttributeError: 'pem' while syncing with
https://hub.chandlerproject.org
Bug #10308 Test sharing settings when there is an SSL error times out on
first try
Bug #10309 Canceling account creation still leaves password filled in
Bug #10514 Changing triage status on newly created task crashes Chandler
Bug #10543 Attribute Error dropping .eml into Chandler (AttributeError:
'tuple' object has no attribute 'itsItem')
Bug #10702 changing back from "all day" event (recurring) puts event at
midnight
Bug #10726 (Partial fix) --undo command line arg change
Bug #10728 Send button doesn't change to update on adding an email
address to the To field
Bug #10788 Old DONE Message item popping back into NOW section
Bug #10790 Unstamping taskness from an occurrence while another Chandler
makes a change to same occurrence results in server error
Bug #10794 Update root certificates
Bug #10815 Subscribe error when no rrules or rrdates
Bug #10817 invalid index in wxListBox::SetString on deleting the
outgoing mail account in debug
Bug #10821 iCal (private) import from Google calendar locks up in the
same place each try.
Bug #10824 Don't prepopulate reload dialog with a non-existent file,
it's annoying
Bug #10828 Work with Mac OSX 10.4 IMAP Server
Bug #10829 Allow self-signed certificates (but show warning dialog)
Bug #10853 Search doesn't find matching notes
Bug #10855 Traceback when publishing to Oracle Server
Bug #10881 Orphans should have their icalUID deleted
Bug #10882 Export of chex should dump masters before occurrences
Bug #10913 AttributeError: 'NoneType' object has no attribute 'status'
when resubmitting an HTTP request
Bug #10941 SSL certificate errors should not be hijacked by the generic
sharing error dialog

Thanks for your interest in Chandler Desktop!
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

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