BOLTS Open Library of Technical Specifications

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: BOLTS Open Library of Technical Specifications

Post by bernd »

User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: BOLTS Open Library of Technical Specifications

Post by Kunda1 »

:tada::clap::clap::clap:
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
carlopav
Veteran
Posts: 2062
Joined: Mon Dec 31, 2018 1:49 pm
Location: Venice, Italy

Re: BOLTS Open Library of Technical Specifications

Post by carlopav »

Great!!! Thousand thanks!
follow my experiments on BIM modelling for architecture design
kisolre
Veteran
Posts: 4163
Joined: Wed Nov 21, 2018 1:13 pm

Re: BOLTS Open Library of Technical Specifications

Post by kisolre »

Great work :) Now waiting for Py3 compatibility :)
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: BOLTS Open Library of Technical Specifications

Post by bernd »

kisolre wrote: Fri Jun 07, 2019 5:00 am Great work :) Now waiting for Py3 compatibility :)
It has Python3 compatibility allready. Just use FreeCAD 0.18.2 or above.
kisolre
Veteran
Posts: 4163
Joined: Wed Nov 21, 2018 1:13 pm

Re: BOLTS Open Library of Technical Specifications

Post by kisolre »

Just before previous post I tried with latest 0.19 windows conda build and got some errors. Did not investigate then assuming python incompatibility. Will check again when I get home.
kisolre
Veteran
Posts: 4163
Joined: Wed Nov 21, 2018 1:13 pm

Re: BOLTS Open Library of Technical Specifications

Post by kisolre »

I just reinstalled BOLTSFC and it gives this

Code: Select all

Traceback (most recent call last):
  File "C:/Users/Wivern/AppData/Roaming/FreeCAD/Macro/start_bolts.FCMacro", line 1, in <module>
    import BOLTS
  File "C:\Users\Wivern\AppData\Roaming\FreeCAD\Mod\BOLTSFC\BOLTS\__init__.py", line 40, in <module>
    from .gui import freecad_bolts as boltsgui
  File "C:\Users\Wivern\AppData\Roaming\FreeCAD\Mod\BOLTSFC\BOLTS\gui\freecad_bolts.py", line 29, in <module>
    Ui_BoltsWidget,QBoltsWidget = uic.loadUiType(join(bolts_path,'bolts_widget.ui'))
<class 'SyntaxError'>: Missing parentheses in call to 'exec' (<string>, line 15)
with

Code: Select all

OS: Windows 8.1
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.16687 (Git)
Build type: Release
Branch: master
Hash: ff1fb11af15a7c5f7f0ba3ef79588e128f397c2c
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: Bulgarian/Bulgaria (bg_BG)
It works Ok with

Code: Select all

OS: Windows 8.1 (6.3)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.16886 (Git)
Build type: Release
Branch: master
Hash: ed47e962d2c821bf1792889f6d7bdf457dcf6c9e
Python version: 3.6.8
Qt version: 5.12.1
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: Bulgarian/Bulgaria (bg_BG)
Both FreeCADs use the same configuration/mod folder. Any idea what could be the problem? Or should I make another thread in the Help forum?
Syres
Veteran
Posts: 2893
Joined: Thu Aug 09, 2018 11:14 am

Re: BOLTS Open Library of Technical Specifications

Post by Syres »

kisolre wrote: Fri Jun 07, 2019 10:21 am Both FreeCADs use the same configuration/mod folder. Any idea what could be the problem? Or should I make another thread in the Help forum?
See https://forum.freecadweb.org/viewtopic. ... 0&t=36186
kisolre
Veteran
Posts: 4163
Joined: Wed Nov 21, 2018 1:13 pm

Re: BOLTS Open Library of Technical Specifications

Post by kisolre »

Syres wrote: Fri Jun 07, 2019 10:41 am See https://forum.freecadweb.org/viewtopic. ... 0&t=36186
So the windows conda build is just old. Thanks for the hint :)
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: BOLTS Open Library of Technical Specifications

Post by Kunda1 »

Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply