RE: Simple import in python 3 errors with complaint about bytes

2014-10-20 Thread Mike Boyle
re...). Thanks very much! > From: ian.g.ke...@gmail.com > Date: Mon, 20 Oct 2014 17:48:23 -0600 > Subject: Re: Simple import in python 3 errors with complaint about bytes > To: python-list@python.org > > On Mon, Oct 20, 2014 at 5:29 PM, Mike Boyle wrote: >> I'm modifying

Simple import in python 3 errors with complaint about bytes

2014-10-20 Thread Mike Boyle
I'm modifying an extension written with the c-api to have a datatype of quaternions , with one of the goals being python 3 support.  It works nicely in python 2.7, but for python 3.x gives an error that I can't find anywhere on the google.  The director