--
cadquery home: https://github.com/dcowden/cadquery
post issues at https://github.com/dcowden/cadquery/issues
run it at home at : https://github.com/jmwright/cadquery-freecad-module
see it in action at http://www.parametricparts.com
---
You received this message because you are subscribed to the Google Groups "CadQuery" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cadquery+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cadquery/761bf355-8d83-4fbf-aae8-203b6f0fb219%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to cadquery+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to cadquery+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cadquery/28bc2057-5859-46ae-b1e4-dbdf68b21629%40googlegroups.com.
I don't need python 2.7 - I was under the impression that freecad needs it since that's what is included in the portable binary release I was using.That conda install needs to be run with 64bit conda. Except that "--quiet" option left me wondering if it got stuck not doing anything ;-). It is worth noting that conda takes "forever" (30min?) to create that environment. And in the end it says "Windows cannot find 'pythonw'. Make sure you typed the name correctly, and then try again.". trying to do something as admin (??)...lib\site-packages\menuinst\win_elevate.py", line 70, in runAsAdminAnyway. The installed freecad seems to work (it starts and shows main window), as does installing cadquery and cqparts (I am able to import both).Is there a way how to get the cadquery workbench working with this setup? Or how do I use cadquery without it?Thanks! I did not hope to get this far this quick.Zbyněk
> Is there a way how to get the cadquery workbench working with this setup? Or how do I use cadquery without it?You could open the Python console in FreeCAD and try doing the imports manually to see if FreeCAD can see them. If not, you can try to manipulate 'sys.path' directly using the append and insert functions so that FreeCAD can see the installed versions. Here's an example from the module of how to do it: https://github.com/jmwright/cadquery-freecad-module/blob/master/Init.py#L14If I'm understanding you correctly that you got CadQuery and cqparts installed, you should be able to run CadQuery/cqparts scripts from the command line. Start the Python console from a command line or Power Shell window and try the imports 'import cadquery', 'import cqparts'. If you can do that, you can put your scripts into a file with a .py extension and run them like any other Python script. The drawback is that you won't have a display of the model. You can export to STEP or STL and use a viewer though. I think that Rusty has a more manual setup like this that he uses for his Twitch streams, but I've never identified all the parts of it. I'd put a link here, but all of Rusty's Twitch streams seem to have disappeared.

--
cadquery home: https://github.com/dcowden/cadquery
post issues at https://github.com/dcowden/cadquery/issues
run it at home at : https://github.com/jmwright/cadquery-freecad-module
see it in action at http://www.parametricparts.com
---
You received this message because you are subscribed to the Google Groups "CadQuery" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cadquery+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cadquery/33d69da3-c3b4-40c2-8c14-0afe226e7595%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to cadquery+u...@googlegroups.com.