swastika singhal
unread,Aug 20, 2012, 1:15:36 AM8/20/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pylons-...@googlegroups.com
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.