Re: [Python-3000] Python 3000 and the Google Summer of Code

2006-04-18 Thread Jan Claeys
s? Well, I know the Django (web framework) people are maybe interested in someone doing a SoC project for them: <http://groups.google.com/group/django-users/msg/728d4804a764f141> -- Jan Claeys ___ Python-3000 mailing list Python-30

Re: [Python-3000] Chaning the import machinery; was: Re: [Python-Dev] setuptools in 2.5.

2006-04-20 Thread Jan Claeys
tended by the author are also possible with the current default filesystem based imports, so I don't think that's a good argument against http-imports (or other similar extensions to import). In both cases you need a way to check & control the whole chain involved (network, OS, p

Re: [Python-3000] What do do about IDLE?

2006-05-11 Thread Jan Claeys
lication as a py2exe executable (or similar) on Windows, as a distro package on linux and on Mac OS X there is py2app IIRC. And even if they had distutils installed, most of them won't know how to use it. -- Jan Claeys ___ Python-3000 mailing

Re: [Python-3000] What do do about IDLE?

2006-05-17 Thread Jan Claeys
Op do, 11-05-2006 te 15:40 -0400, schreef Fred L. Drake, Jr.: > On Thursday 11 May 2006 15:06, Jan Claeys wrote: > > Why would ordinary end-users of an application written in Python need > > distutils? They will get their application as a py2exe executable (or > > simi

Re: [Python-3000] Help on text editors

2006-09-09 Thread Jan Claeys
> localization of Gnome/KDE and your default encoding? AFAIK Ubuntu has used UTF-8 as the default encoding for all languages since the 'hoary' release (version 5.04, which was the 2nd Ubuntu release). -- Jan Claeys ___ Python-3000 m