Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import FreeCad does not work #29

Closed
sigvaldm opened this issue Sep 12, 2019 · 2 comments
Closed

import FreeCad does not work #29

sigvaldm opened this issue Sep 12, 2019 · 2 comments

Comments

@sigvaldm
Copy link

In [1]: import freecad                                                                                                                                                                        

In [2]: import freecad.gears.commands                                                                                                                                                         
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-2-54e84a25927f> in <module>
----> 1 import freecad.gears.commands

/usr/lib/python3.7/site-packages/freecad/gears/commands.py in <module>
     20 
     21 import os
---> 22 import FreeCAD
     23 import FreeCADGui as Gui
     24 from .features import ViewProviderGear, involute_gear, involute_gear_rack

ModuleNotFoundError: No module named 'FreeCAD'

In [3]: import FreeCad                                                                                                                                                                        
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-3-c1a683455da9> in <module>
----> 1 import FreeCad

ModuleNotFoundError: No module named 'FreeCad'
@sigvaldm
Copy link
Author

Maybe I'm missing something? I can open the FreeCad GUI.

@sigvaldm
Copy link
Author

Sorry, this appears not to be a bug with this software.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant