Penlect / rectangle-packer

Rectangle packing program
MIT License
62 stars 16 forks source link

from . import _rpack #5

Closed thazmeel-xailient closed 4 years ago

thazmeel-xailient commented 4 years ago

Hi, I am having issue with the statement 'from . import _rpack' in init.py module from rpack package. Where is that package so that i can use it?

Penlect commented 4 years ago

Hi, the _rpack module must be built (compiled C extension). If you install from PyPI: pip install rectangle-packer you don't need to do that yourself.