python-actors icon indicating copy to clipboard operation
python-actors copied to clipboard

import failed as actors.internal package not found

Open tkang007 opened this issue 8 years ago • 1 comments

I had installed with pip, but failed on the import actors package.
There is no actors.internal module or sub package on the installed directory. Could you guide me how to solve this case? Thanks!

tkang007 avatar Oct 10 '16 01:10 tkang007

This is a bug in packages — it must list all subpackes too:

packages=['actors', 'actors.internal', 'actors.utils'],

phdru avatar May 04 '19 11:05 phdru