[Pythoncad-developer] Testing R38
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
|
From: Yagnesh D. <yn...@gm...> - 2010-05-21 12:32:09
|
Friends;
You guys seem to have done lot of work I need to do the catching:
I tried to test R38 on 21st May.
Firstly there were few things I needed to fix before test_kernel
could start.
1. Change pygeolib to pyGeoLib in following files
segment.py
arc.py
ccircle.py
segjoint.py
also on searching i found that there are 3 pyGeoLib.py files
in pythoncad
2. Change the reference of intersection
in segjoint.py
just to tell there is another module name intersections (with 's')
hope that is fine.
Now that I could start test_kernel.py
what it see text window taking my inputs no output seen.
I am still struggling with pythoncad_qt.py
error in pythoncad_qt.py is as under
/media/disk/pythoncad/PythonCAD$ python pythoncad_qt.py
Traceback (most recent call last):
File "pythoncad_qt.py", line 5, in <module>
sip.setapi('QString', 2)
AttributeError: 'module' object has no attribute 'setapi'
Regards
Yagnesh Desai
|