gregneagle / pycreateuserpkg

Python tool to create macOS packages that create user accounts
Other
292 stars 44 forks source link

missing module named locallibs #13

Closed Dragao75 closed 6 years ago

Dragao75 commented 6 years ago

Hi,

I use this script with success until recent.

When I use the script (on a clean 10.13.3) I receive an error: No module named locallibs this error is even shown when retrieving the help (--help)

I was trying to create a new admin account as my old(current) pkg is not working in 10.13.3 (pass is not accepted)

gregneagle commented 6 years ago

You didn’t copy/git clone the entire project.

Sent from my iPhone

On Feb 22, 2018, at 9:07 AM, Dragao75 notifications@github.com wrote:

Hi,

I use this script with success until recent.

When I use the script (on a clean 10.13.3) I receive an error: No module named locallibs this error is even shown when retrieving the help (--help)

I was trying to create a new admin account as my old(current) pkg is not working in 10.13.3 (pass is not accepted)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Dragao75 commented 6 years ago

Stupid me!