On Apr 27, 10:34 pm, Ixiaus <[EMAIL PROTECTED]> wrote:
> I was curious (and have spent an enormous amount of time on Google
> trying to answer it for myself) if Python has anything remotely
> similar to PHP's SPL __autoload() for loading classes on the fly??
>
> After digging through docs I feel doubtful there is such a language
> feature, but, it is possible I missed something or maybe someone has
> written an extension?!?
>
> Thanks in advance!

from module_name include *
Can do the magic. You can't learn Python from helps or internet, got a
book. Learning Python: http://www.oreilly.com/catalog/lpython/ is a
very good start :)
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to