Hi, I want to use the boto library as a part of the Pylons code. When I write "import boto" in the class for the controller and the webpage says: Import Error: No module named boto. Although, when I run the python interpreter after executing source env/bin/activate and execute import boto, it does not give an error. Is there a specific place where I should import the modules. Currently, I am importing it before the class starts.
-- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/0zD7tM2kuOwJ. 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.
