Re: [Pythoncad-developer] Testing R38
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
From: Matteo B. <mat...@bo...> - 2010-05-21 20:57:33
|
I fixed this issue, I found that the issue is due to the case insensitive in git in windows platform .. Let me know if with the last commit the issue is fixed. Regards, Matteo On Fri, 2010-05-21 at 18:05 +0530, Yagnesh Desai wrote: > 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' > > - - - - - - - > Best regards > > Yagnesh Desai > Save a tree...please don't print this e-mail. > > ------------------------------------------------------------------------------ > > _______________________________________________ > Pythoncad-developer mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncad-developer > |