On Tue, Oct 21, 2014 at 10:29 AM, Mike Boyle <moboyl...@outlook.com> wrote:
> But when it hits that line, python 3 throws its hands up in disgust:
>
>> python -c 'import quaternion'

Just something crazy to try: Instead of using python -c, create an
actual script with just that one line in it. It might be that you have
some strange console config that's causing problems.

You may also want to try changing all your names to be unique
("quaternion1" as the package name, "quaternion2" as the Python file
in it, etc), which should tell you which one it's actually failing on.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to