Re: [Tutor] Callbacks in Python

2009-08-27 Thread Jramak
insight. Thanks much Jramak On 8/27/09, Alan Gauld wrote: > > "Jramak" wrote > >> I'm confused by callbacks. I would really appreciate any introduction or >> help in understanding the concept of callbacks. > > Callbacks are used in all sorts of different

[Tutor] Callbacks in Python

2009-08-26 Thread Jramak
Hello I'm confused by callbacks. I would really appreciate any introduction or help in understanding the concept of callbacks. Thanks much Jramak ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Setting PYTHONPATH and other env vars dynamically

2009-08-19 Thread Jramak
Could you pls enlighten me ? Jramak ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Setting PYTHONPATH and other env vars dynamically

2009-08-19 Thread Jramak
es up 2.3 MB. To me this seems a bit of overkill, but this will enable you to run Python24, Python25, Python26 etc specific code on one computer. Jramak ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Setting PYTHONPATH and other env vars dynamically

2009-08-19 Thread Jramak
s Python know that > site-customize.py needs to be loaded on start-up? Or did you mean > sitecustomize.py ? > > Jramak > ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Setting PYTHONPATH and other env vars dynamically

2009-08-19 Thread Jramak
that site-customize.py needs to be loaded on start-up? Or did you mean sitecustomize.py ? Jramak ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Setting PYTHONPATH and other env vars dynamically

2009-08-19 Thread Jramak
he Python search path as PYTHONPATH or sys.path. Do correct me if I am wrong. Jramak ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] Setting PYTHONPATH and other env vars dynamically

2009-08-18 Thread Jramak
site.py until a co-worker bandied it about - he says site.py is better than PYTHONPATH. Ideas and recommendations welcome.. Regards Jramak ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor