Re: Porting Python2 C-API/Swig based modules to Python 3

2011-02-23 Thread Adam Pridgen
Link to pastebin: http://pastebin.com/102fhkgp On Wed, Feb 23, 2011 at 6:18 PM, Adam Pridgen wrote: > Thanks for the help.  That information got me started in the right > direction.  I put my notes up on paste bin for others to use in the > future. > > For the future reference of

Re: Porting Python2 C-API/Swig based modules to Python 3

2011-02-23 Thread Adam Pridgen
unicode and number. Hopefully these details will be helpful to others in the future. Thanks again for the nudge, -- Adam. On Wed, Feb 23, 2011 at 11:58 AM, casevh wrote: > On Feb 23, 8:54 am, Adam Pridgen > wrote: >> Hello, >> >> I am trying to get a compiled module to wor

Porting Python2 C-API/Swig based modules to Python 3

2011-02-23 Thread Adam Pridgen
Hello, I am trying to get a compiled module to work with Python3. The code I am compiling was originally intended to be used in a Python 2.* environment, but I updated all the Python 2.* elements and the swig commands used by the setup.py script. I got the library to successfully compile, but I