seomoz / reppy

Modern robots.txt Parser for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named robots

fili opened this issue · comments

commented

When installing with pip on Linux in a sandbox, then trying to use the module I get the following error:

from reppy.robots import Robots
ImportError: No module named robots

Can you please include the definition of what you mean by sandbox? I just tried from a blank Ubuntu trusty64 vagrant box, and it works for me. Did the pip install reppy actually succeed?

I'm guessing since this works on a completely vanilla Ubuntu image using Vagrant, that your issue is specific to Google's App Engine environment. Are you able to use any third-party packages? Maybe try using a different package than reppy.

commented

A few packages that work fine within GAE: requests, urllib3, wtforms, pyopenssl, etc.

Is your package a pure python module? I didn't see that information anywhere in the documentation.

Thanks

No, current versions of reppy depend on rep-cpp and url-cpp using cython, so it is not a pure Python package.

Resolving this as unable to reproduce, since we don't use GAE, and it seemingly works for others.