Search found 695 matches

by ian.rees
Sat Aug 11, 2018 11:36 pm
Forum: Install / Compile
Topic: Building with Python 3, Qt 5 on Ubuntu 18.04
Replies: 27
Views: 6292

Re: Building with Python 3, Qt 5 on Ubuntu 18.04

Just a general update on this: * Qt 5 requires PySide2, which is only just beginning to be distributed. This seems to be the main issue at this stage. * Building with Qt 4 and Python 3 is tricky, because some of the PySide (not PySide2) tools/libraries want to pull in Python 2 libraries. The packagi...
by ian.rees
Sat Aug 11, 2018 8:22 am
Forum: Install / Compile
Topic: Building with Python 3, Qt 5 on Ubuntu 18.04
Replies: 27
Views: 6292

Re: Building with Python 3, Qt 5 on Ubuntu 18.04

Thanks looo - that Conda sure looks much simpler than using the normal apt, pip, etc by themselves...
by ian.rees
Thu Aug 09, 2018 8:27 am
Forum: Install / Compile
Topic: Building with Python 3, Qt 5 on Ubuntu 18.04
Replies: 27
Views: 6292

Building with Python 3, Qt 5 on Ubuntu 18.04

I sat down this evening with the intent to build a shiny new FreeCAD, with Qt5 and Python 3, though I'd be happy with just Qt5 for now if Python 3 isn't ready for prime time. My thinking was that PySide2 is probably better exercised with Python 3, but maybe that's not true. Anyway, I'm not finding t...
by ian.rees
Mon Aug 06, 2018 8:27 pm
Forum: Developers corner
Topic: macOS Qt5 plan and status
Replies: 100
Views: 26339

Re: macOS Qt5 plan and status

Kunda1 wrote: Mon Aug 06, 2018 1:04 pm
pablogil wrote: Wed Feb 21, 2018 12:21 pm
I find both necroposting and cross-posting to be rather distracting. There's already a tracker item for this; why does a forum topic need to get bumped to confirm whether there's anything new with it?
by ian.rees
Mon Aug 06, 2018 8:58 am
Forum: Help on using FreeCAD
Topic: Missing Menu Commands on Startup
Replies: 22
Views: 8901

Re: Missing Menu Commands on Startup

Is anyone able to take a look at this? Usually, this sort of question is best addressed with the issue tracker; you'd make up a good quality bug report, then work can continue there. Or, it's totally fine to work through the issue on the forum too: Or can anyone tell me where to look in the build p...
by ian.rees
Wed Aug 01, 2018 2:16 am
Forum: Install / Compile
Topic: FreeCAD for MacOS now more than 100 commits behind
Replies: 41
Views: 5451

Re: FreeCAD for MacOS now more than 100 commits behind

Good to see you online Peter! PySide2 is now available via pip/pip3, and Qt is planning on also making Shiboken2 available similarly (it's currently in the PySide2 egg, but kinda broken and isn't intended to be left there, if I understand correctly). So, I'll be curious to see whether PySide2 gets b...
by ian.rees
Sun Jul 29, 2018 7:05 am
Forum: Developers corner
Topic: Porting to python3
Replies: 957
Views: 198747

Re: Porting to python3

Code: Select all

pip3 install PySide2
does install a bunch of PySide2 and Shiboken2 headers. The Qt folks are still adjusting the packaging though - https://bugreports.qt.io/browse/PYSIDE-749 in particular seems like a good ticket to keep an eye on.
by ian.rees
Fri Jul 27, 2018 3:45 am
Forum: Help on using FreeCAD
Topic: Sketch not working
Replies: 6
Views: 2566

Re: Sketch not working

Since you encountered the same issue in Windows and MacOS (and so I'll begrudgingly give you a pass for not reading/following the instructions linked above ;) ), I think you're going to need to either watch videos of others using Sketcher, or describe in more detail precisely what you're trying, and...
by ian.rees
Thu Jul 26, 2018 8:29 pm
Forum: Install / Compile
Topic: FreeCAD for MacOS now more than 100 commits behind
Replies: 41
Views: 5451

Re: FreeCAD for MacOS now more than 100 commits behind

Perhaps following would be better: QT5_CMAKE_PREFIX=$(ls -d $(brew --cellar)/qt/*/lib/cmake | tail -n 1) which finds at least the newest installed QT version. I don't know if the application bundler finds the same version later. Going around homebrew's back to get the available Qt versions probably...
by ian.rees
Thu Jul 26, 2018 5:05 am
Forum: Open discussion
Topic: SVG from Sketcher sketch?
Replies: 12
Views: 10131

Re: SVG from Sketcher sketch?

I'm not sure I understand what you're suggesting - there's absolutely no point in presenting options via the UI which we know are not valid. I'm suggesting it's better to avoid going the way GIMP was some years back, in that it had a bajillion bolted-on bits of UI which almost completely lacked self...