For now, you can modify line 804 by changing 'lib' to 'lib32'.

It looks like with Ubuntu, /usr/lib64 is a symbolic link to /usr/lib.  In 
line 802-809 of setup.py, sqlite3 is searched for in /usr/lib64 and /usr/lib 
(the same directories).  The sqlite3 library is in /usr/lib32.

I hope this helps.

-- 
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/-/0nhh6279ez8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to