Skip to content

Fix importing. Make this work in Python3#3

Open
IshitaTakeshi wants to merge 1 commit intohoytak:masterfrom
IshitaTakeshi:master
Open

Fix importing. Make this work in Python3#3
IshitaTakeshi wants to merge 1 commit intohoytak:masterfrom
IshitaTakeshi:master

Conversation

@IshitaTakeshi
Copy link

@IshitaTakeshi IshitaTakeshi commented Oct 22, 2016

Fix importing

I modified __init__.py since I got an error below when importing.

>>> import ksvd
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.5/site-packages/ksvd/__init__.py", line 1, in <module>
    from ksvd_wrapper import KSVD, KSVD_Encode
ImportError: No module named 'ksvd_wrapper'

Make pyksvd compatible with Python 3

I just applied 2to3.

@rahulranjan29
Copy link

Is there any chance of this installing in Windows ?I'm facing issues installing this in windows .

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

Successfully merging this pull request may close these issues.

2 participants