melodyguan / pyqt-fit

Automatically exported from code.google.com/p/pyqt-fit
GNU General Public License v3.0
0 stars 1 forks source link

Problem with sharedmem module with Python 3.3 #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
nosetests fail in sharedmem.py with:

      File "/home/barbier/local/python3/lib/python3.3/site-packages/pyqt_fit/sharedmem.py", line 41, in _get_ctype_size
        return rv._wrapper.get_size()
    AttributeError: 'BufferWrapper' object has no attribute 'get_size'

Needs to be corrected!

Original issue reported on code.google.com by pierre.b...@gmail.com on 22 May 2013 at 5:48

GoogleCodeExporter commented 8 years ago
Fixed! Unit tests now all pass for python 2 and python 3

Original comment by pierre.b...@gmail.com on 27 May 2013 at 11:59