Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Python 3 compatability #3

Open
cjermain opened this issue Sep 8, 2015 · 1 comment
Open

ENH: Python 3 compatability #3

cjermain opened this issue Sep 8, 2015 · 1 comment

Comments

@cjermain
Copy link

cjermain commented Sep 8, 2015

I'm opening this issue to keep track of problems updating pycomedi to Python 3.

I've updated the file IO to use the new style of unbuffered IO in my fork (cjermain/pycomedi). However, the np.fromfile method of reading the data into a ndarray (utility.py#L180) no longer works. I've been diagnosing it in numpy/numpy#6246.

@wking
Copy link
Owner

wking commented Sep 21, 2015

On Tue, Sep 08, 2015 at 06:33:14AM -0700, Colin Jermain wrote:

I'm opening this issue to keep track of problems updating pycomedi
to Python 3.

Thanks :). It looks like you're making progress on the Numpy issue in
numpy/numpy#6330. Feel free to ping me if/when there's anything I can
do to help out on this end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants