Hi all, I've got a strange problem. I'm on windows, running the latest version of Apache, Pylons and NLTK (natural language toolkit). You can install NLTK here: http://www.nltk.org/download
I've used NLTK in many python projects with no problems, however today for the first time I attempted to use NLTK from within a Pylons controller. Turns out if you simply "import nltk" from within any controller it will freeze apache and freeze pylons. No error messages, the request never returns. Can anyone replicate this? Perhaps offer any suggestions as to how to fix it? To replicate, install NLTK and then import nltk from within any controller. Then try calling the controller from within a browser. Thanks in advance! -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
