Having a problem with freecad

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
maebaq
Posts: 23
Joined: Fri Jan 31, 2020 11:01 am

Having a problem with freecad

Post by maebaq »

hello forum iam having a problem with my freecad 0.19 im using window 10
i dont weather its a bug or whether theres just a file missing because i kept deleting and adding freecad 0.19 on my system but still it gave me the same problem when i open it it gives me this report
07:46:37 D:\CM ELITE DESIGN'S\FreeCAD_0.19.21940-Win-Conda_vc14.x-x86_64\bin\lib\site-packages\mpmath\ctx_mp_python.py:892: SyntaxWarning: "is" with a literal. Did you mean "=="?
if other is 0:
07:46:37 D:\CM ELITE DESIGN'S\FreeCAD_0.19.21940-Win-Conda_vc14.x-x86_64\bin\lib\site-packages\mpmath\ctx_mp_python.py:986: SyntaxWarning: "is" with a literal. Did you mean "=="?
if other is 0:
07:48:19 Traceback (most recent call last):
07:48:19 File "D:\CM ELITE DESIGN'S\FreeCAD_0.19.21940-Win-Conda_vc14.x-x86_64\Mod\Draft\DraftGui.py", line 1721, in selectplane
07:48:19 07:48:19 FreeCADGui.runCommand("Draft_SelectPlane")07:48:19
07:48:19 Base07:48:19 .07:48:19 FreeCADError07:48:19 : 07:48:19 No such command 'Draft_SelectPlane'07:48:19

i cant seem to get my plane to cruse around like usual but instead the grid plane is moving around instead of being stationary
wmayer
Founder
Posts: 20319
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Having a problem with freecad

Post by wmayer »

07:46:37 D:\CM ELITE DESIGN'S\FreeCAD_0.19.21940-Win-Conda_vc14.x-x86_64\bin\lib\site-packages\mpmath\ctx_mp_python.py:892: SyntaxWarning: "is" with a literal. Did you mean "=="?
if other is 0:
07:46:37 D:\CM ELITE DESIGN'S\FreeCAD_0.19.21940-Win-Conda_vc14.x-x86_64\bin\lib\site-packages\mpmath\ctx_mp_python.py:986: SyntaxWarning: "is" with a literal. Did you mean "=="?
if other is 0:
This at least is an error in Python's ctx_mp_python.py module and Python complains about it since version 3.8 or 3.9. It's not something we can fix.
07:48:19 File "D:\CM ELITE DESIGN'S\FreeCAD_0.19.21940-Win-Conda_vc14.x-x86_64\Mod\Draft\DraftGui.py", line 1721, in selectplane
07:48:19 07:48:19 FreeCADGui.runCommand("Draft_SelectPlane")07:48:19
07:48:19 Base07:48:19 .07:48:19 FreeCADError07:48:19 : 07:48:19 No such command 'Draft_SelectPlane'07:48:19
I don't know what's wrong here.
maebaq
Posts: 23
Joined: Fri Jan 31, 2020 11:01 am

Re: Having a problem with freecad

Post by maebaq »

thanks for the feedback what confusing me is that my grid is moving along when clicking and rotate the scene with gesture instead remaining at place
im stuck with this problem i tried installing freecad over and over but still seems to be a problem
it is also giving me odd walls


[img]file:///C:/Users/CALEB%20MYBURG/Documents/Bandicam/bandicam%202020-07-15%2010-02-22-286.jpg[/img]
Attachments
bandicam 2020-07-15 10-02-22-286.jpg
bandicam 2020-07-15 10-02-22-286.jpg (355.09 KiB) Viewed 800 times
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

Re: Having a problem with freecad

Post by vocx »

maebaq wrote: Wed Jul 15, 2020 4:48 pm thanks for the feedback what confusing me is that my grid is moving along ...
Draft SelectPlane, do not choose Auto.
Always add the important information to your posts if you need help. Also see Tutorials and Video tutorials.
To support the documentation effort, and code development, your donation is appreciated: liberapay.com/FreeCAD.
maebaq
Posts: 23
Joined: Fri Jan 31, 2020 11:01 am

Re: Having a problem with freecad

Post by maebaq »

vocx wrote: Wed Jul 15, 2020 5:37 pm
maebaq wrote: Wed Jul 15, 2020 4:48 pm thanks for the feedback what confusing me is that my grid is moving along ...
Draft SelectPlane, do not choose Auto.
thanks but there's when i do so still an error
Post Reply