libxml2 is a native (C code) library so it will not work in GAE.
The dev appserver may be doing "tricks" to disable libraries that will not
work in the real appserver.

You should be using one of the all-python XML parsers (minidom or whatever)
if you want to make sure your app works once uploaded.

-- Raffaele


On Tue, Sep 2, 2008 at 7:19 AM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:

>
> I am having difficulty importing libxml2 into my test project running
> on the development appserver.
> <type 'exceptions.ImportError'>: No module named libxml2
>      args = ('No module named libxml2',)
>      message = 'No module named libxml2'
>
> I get no problems when I put the same import statement in a
> regular .py file and run it through the terminal.
> Any ideas?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to