Jump to content

Recommended Posts

Hello. I've been having an issue recently where I can't seem to use the scml compiler that comes with the tools provided here. While running it, it outputs this error:

Traceback (most recent call last):

  File "/Users/user/ds_mod_tools-master/build/macosx/mod_tools/exported/export.py", line 4, in <module>

    from klei import util

ImportError: No module named klei

ERROR: Command failed!

I'm running on 10.10.1 Yosemite on a Mac. Any help would be appreciated.
  • Developer

Hey @Player0Gaming and @feedingspoon, you should be able to find the Python site packages here

 

ds_mod_tools-master\pkg\unix\Python27\Lib\site-packages\klei\

 

You should be able to install the klei package to /Library/Python/2.7/site-packages/, or wherever you have Python setup.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...