I’m trying to run Hadoopy, which has a file _main.pyx, and import _main is failing with module not found in __init__.py.
I’m trying to run this on OS X w/ standard python 2.7.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add this code before you try to import
_main:Note that
pyximportis part of Cython, so you’ll have to install that if it isn’t already.