Hi list and python gurus :-)
I'm playing with some mod_python and web development. And in me code I
need to do som dynamic imports.
Right now I just do a:
exec 'import '+some_modulename
But it seems to easy, is there a "dark side" to doing it this way?
(memory use,processing ,etc)
And have to I
First of thanks to all for you, especially for the quick replys.
Just need to walk the dog then I giv it a short.
On Dec 30, 3:57 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
>
> > Do anybody now a good howto or tutorial to this?
>
> No... what do you want covered?
Nothing, think you repl
Hi,
What to one do if one what to use lxml(http://codespeak.net/lxml/
index.html) on a mac?
Best regards
--
http://mail.python.org/mailman/listinfo/python-list
On Jan 23, 4:19 pm, Stefan Behnel <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > What to one do if one what to use lxml(http://codespeak.net/lxml/
> > index.html) on a mac?
>
> Have you tried installing up-to-date versions of libxml2/libxslt and running
>
> easy_install lxml
>
> ?
>
>
On Jan 23, 5:08 pm, Stefan Behnel <[EMAIL PROTECTED]> wrote:
>
> > But do anybody know if there is an easy way to use schema validation
> > in python(on a mac) ?
>
> You mean: easier than the above? Likely not many...
>
Well thanks for the reply's.
I found GenerateDS make by Dave Kuhlman. I wil
Hi Python list,
I have been struggleling with this before, but have never been able to
find a good solution.
The thing I dont understand is, I follow the guide here:
http://docs.python.org/tut/node8.html#SECTION00842
And have the same setup as the packages howto here:http://
docs.p