Re: [Pythonmac-SIG] importing namespaces/modules

2007-01-19 Thread David Worrall
Piet, Ronald, You have been most kind in taking the time to answer these queries. Thank you. David On 20/01/2007, at 12:08 AM, Ronald Oussoren wrote: > > On Friday, January 19, 2007, at 01:45PM, "Piet van Oostrum" > <[EMAIL PROTECTED]> wrote: >> >>> DW> And after py2app? >> >> I am not very fa

[Pythonmac-SIG] [ann] Appscript Installer 1.5

2007-01-19 Thread has
Hi all, Announcing the release of Appscript Installer 1.5, containing all the latest appscript-related modules, documentation and tools: http://appscript.sourceforge.net/download.html This release contains several significant API changes, along with various bugfixes and other internal improvemen

Re: [Pythonmac-SIG] pyperl?

2007-01-19 Thread Daryl Spitzer
Felix Schwarz on zope-perl@zope.org pointed out that I should be using 1.0.1c. It works! -- Daryl On 1/18/07, Daryl Spitzer <[EMAIL PROTECTED]> wrote: > Has anyone any experience with pyperl (http://wiki.python.org/moin/PyPerl)? > > I installed pyperl-1.0.1 without error, but `python test.py` f

Re: [Pythonmac-SIG] importing namespaces/modules

2007-01-19 Thread Ronald Oussoren
On Friday, January 19, 2007, at 01:45PM, "Piet van Oostrum" <[EMAIL PROTECTED]> wrote: > >>DW> And after py2app? > >I am not very familiar with py2app, but I think it packs up the necessary >.pyc modules into the executable. But I am quite sure it will always pack >the whole .pyc file. It would

Re: [Pythonmac-SIG] importing namespaces/modules

2007-01-19 Thread Piet van Oostrum
> David Worrall <[EMAIL PROTECTED]> (DW) wrote: >DW> Hello all, >DW> I've got a query which is probably obvious for people more >DW> experienced than I >DW> but I can't find any exact reference to it elsewhere. >DW> It's not mac specific, but hey, I already belong to too many dev >DW> grou

Re: [Pythonmac-SIG] importing namespaces/modules

2007-01-19 Thread Piet van Oostrum
I should add another difference in the behaviour of variables import in one or the other way. This can lead to subtle differences. If you use 'from module import x, y' (or 'from module import *') Python makes new `bindings' of the names `x' and `y' in the importing module with the values these nam