Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Scholar
Original Poster
#1 Old 21st Dec 2014 at 6:18 PM Last edited by DrChillgood : 2nd Jan 2015 at 12:26 AM.
Default Won't compile, complaining about missing _math module
I'm almost ready to release Orphan Children Aren't Deleted.

I've got everything decompiled, including the deployed and generated archives in Game\Bin\Python. It now dies at here:

Code:
    File .\native\animation\__init__.py, line 1, in <module>
        from _math import Vector3, Quaternion, Transform
ImportError: No module named '_math'


How do I get this library into my Python environment?


EDIT!

Never mind! It generates the .pyo file just fine.

1/8/2016: New avatar! Pre-censored for EA's approval.
3/19/2015: Teens are too close to YAs. EA needs to either shorten the teens, or add preteens and make YAs look older.
Back to top