From: Hian-Kun T. <hi...@gm...> - 2010-05-17 05:59:12
|
Hello, This is my first time to subscribe to and post to a mailing list. In case I did something not suitable, correct me please. I found PyODE last week, then tried to install and tested with it. With no much efforts I installed all the necessary libraries and packages in my Ubuntu 8.04, and ran the example codes named Tutorial 1, 2, and 3 successfully. When I tried to test the transforms.py, some problems emerged. After installing necessary libraries and packages, I found I have to modified some part of the original transforms.py to make it run in my system. The modifications are the following: - from cgtypes import * + from cgkit.cgtypes import * + glutInit() glutSolidCube(1) My system is Ubuntu 8.04 with Python 2.5.2. I am not sure why the original example code cannot run on my system, but I think maybe I should post my testing experience to you. If you have any corrections or suggestions on my test, please let me know. Thank you. (FYI, I have written down my test procedures in my blog: http://hiankun.blogspot.com/2010/05/py-pyode-installation-and-test.html ) Best Regards, Hiankun |