lxml only availailable on Python 2.7. You must change your app.yml file.
See 
https://developers.google.com/appengine/docs/python/python27/using27?hl=ru-RU#Configuring_Libraries

add this code:

libraries:
- name: lxml
  version: "2.3"

воскресенье, 13 мая 2012 г., 22:49:09 UTC+4 пользователь Bassam Aoun 
написал:
>
>
> Hello,
>
> My application work fine on the GAE and the SDK. However, when I include 
> the line 
>     tree = lxml.html.parse(url)   
>
> I get SERVER ERROR when I deploy my application to GAE. It works fine 
> however in the SDK on my desktop. 
>
> All those imports work fine on both the GAW and the SDK.
>
> import lxml
> from lxml import html
> import lxml.html
>
> but,   tree = lxml.html.parse(url)      gives me SERVER ERROR on GAE.
>
> I appreciate any help  or suggestion. 
>
> Thanks in advance. 
>
> application address is http://hps109.appspot.com/?ticker=BIDU&manager=Blue
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/yH9U7UzdyUsJ.
To post to this group, send email to [email protected].
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