Hi Alex, Did you take a look at this page? http://code.google.com/appengine/docs/python/purepython.html
"You can include other pure Python libraries with your application by putting the code in your application directory. If you make a symbolic link to a module's directory in your application directory, appcfg.py will follow the link and include the module in your app." There are some restrictions the imported lib must be obeyed. Ahik On Nov 12, 5:58 pm, alexarsh <[EMAIL PROTECTED]> wrote: > Hello, > > I have appengine project and I would like to use nltk libraries. > Can someone give me a step by step instructions how to include nltk > libraries to my project in order to be able to do "import nltk" from > my appengine project? > > Thanks, Alex Arshavski. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyWeb-IL" group. 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/pyweb-il?hl=en -~----------~----~----~----~------~----~------~--~--- _______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
