Page 1 of 1

Error in messages\base.py

Posted: Sat Jun 22, 2013 3:03 am
by arawra

Code: Select all

    from messages.base import BaseMessageNoText
File '..\addons\source-python\_libs\messages\base.py', line 11, in <module>
    from Source import Engine
   
ImportError: No module names 'Source'

Posted: Sat Jun 22, 2013 3:55 am
by satoon101
That has already been fixed, but we have not uploaded a newer version since those changes. The "Source" namespace was removed and all C++ modules had a naming convention change. I am working on adding in a few more things on the C++ side. Once I have those in working order, I will upload a new build.

Satoon