Closed thazmeel-xailient closed 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?
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.
pip install rectangle-packer
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?