Re: matplotlib change?

2017-06-23 Thread bill . janssen
On Thursday, June 22, 2017 at 11:24:53 AM UTC-7, Michael F. Stemper wrote: > On 2017-06-22 12:56, bill.jans...@gmail.com wrote: > > On Thursday, June 22, 2017 at 10:14:21 AM UTC-7, Michael F. Stemper wrote: > >> On 2017-06-22 09:50, breamore...@gmail.com wrote: > >>> On Thursday, June 22, 2017 at 3

Re: matplotlib change?

2017-06-22 Thread bill . janssen
On Thursday, June 22, 2017 at 10:14:21 AM UTC-7, Michael F. Stemper wrote: > On 2017-06-22 09:50, breamore...@gmail.com wrote: > > On Thursday, June 22, 2017 at 3:33:36 PM UTC+1, Michael F. Stemper wrote: > >> I have some scripts running as cronjobs that capture the status > >> of some long-term pr

Re: ANN: PyGUI 2.5

2011-09-14 Thread Bill Janssen
Gregory Ewing wrote: > Terry Reedy wrote: > > > Greg left out the most important to me: > > "Now works with Python 3 on MacOSX and Windows!" > > I'm not making too much of that at the moment, because it > *doesn't* work on Linux yet, and I've no idea how long > it will be before it does. > > T

Re: ANN: PyGUI 2.3

2010-11-10 Thread Bill Janssen
Gregory Ewing wrote: > Daniel Fetchinson wrote: > > > Any reason your project is not easy_installable? > > Mainly because I'm not a setuptools user and haven't been > motivated to learn how to do this so far. Applause!! Bill -- http://mail.python.org/mailman/listinfo/python-list

Re: using Python distutils bdist_msi to create installer for large complicated package

2010-03-21 Thread Bill Janssen
Martin v. Löwis wrote: > > I've been re-thinking the UpLib Windows installer technology, and it > > occurred to me to wonder why I can't just use the nice bdist_msi module > > in Python to build my packages. I took a look, and it seems almost > > doable. Presumably you wrote it? > > Correct. >

using Python distutils bdist_msi to create installer for large complicated package

2010-03-21 Thread Bill Janssen
Martin, I've been re-thinking the UpLib Windows installer technology, and it occurred to me to wonder why I can't just use the nice bdist_msi module in Python to build my packages. I took a look, and it seems almost doable. Presumably you wrote it? UpLib is a big package, with lots of Python an

new version of SSL module on PyPI

2009-07-27 Thread Bill Janssen
I've uploaded ssl-1.15.tgz, the backport of the 2.6/3.x SSL module to Python 2.3-2.5. It provides an option for not using SSLv2, and also fixes a bug with write retries. Bill -- http://mail.python.org/mailman/listinfo/python-list

UpLib 1.7.6 available

2009-05-14 Thread Bill Janssen
I've released the latest version of my UpLib personal digital library system. For those of you unfamiliar with UpLib, here's the abstract: The UpLib personal digital library system provides a secure long-term storage system, and a visually-oriented retrieval mechanism, for a wide variety of

Re: Browser plug-in for Python?

2005-07-12 Thread Bill Janssen
Yes, thanks, back in the day I used Grail and played with rexec. I notice that one of the Summer of Code projects was to recreate rexec, but don't know if it was funded. Presumably a Firefox plug-in for Python would restrict the execution environment in some safe way, and provide some kind of UI

Browser plug-in for Python?

2005-07-12 Thread Bill Janssen
Has anyone written a browser plug-in for Python, similar to the Java plug-in that Sun has switched to for applets? Bill -- http://mail.python.org/mailman/listinfo/python-list