-
That's the new message I get:
```
Traceback (most recent call last):
File "/usr/share/kicad/scripting/plugins/layerviewset.py", line 427, in Run
self._lvset_frame=gui(self,parent)
Fil…
-
In cmake 3.6 FindFreetype returned a FREETYPE_LIBRARIES including only the "Release" version of the lib. In cmake 3.7 it returns the usual "optimized;release-lib;debug;debug-lib" string. This fails in…
viric updated
7 years ago
-
I tried to build heekscad with this method command :
```
$ export CASROOT=/opt/opencascade
$ mkdir -p build
$ cd buid
$ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
$ make DESTDIR="$pkgdir/" install
```
But…
-
Start the python console. Type the following:
```Python
import urllib2
ret = urllib2.urlopen("https://www.google.com")
```
The return is
```Python
File "/private/var/folders/h0/t3ynppn13…
-
Follow-up to https://github.com/acidanthera/bugtracker/issues/2311#issuecomment-1636697162
### Executable (C/C++ compiled binary)
- [x] Add platform targets:
- [x] Windows
- [x] Linux
- […
-
**Plugin version:** V0.4.9 installed from github
**OS:** W10 64bit
**KiCad Version** Pcbnew
Version: (5.1.6)-1, release build
Libraries:
wxWidgets 3.0.4
libcurl/7.66.0 OpenSSL/1.1.1d (Sc…
Pun-e updated
4 years ago
-
I thought we have instructions on how to use spack to install ASPECT, but I couldn't find them. Either the wiki, readme, or the manual would be good.
Specifically, I am always forget how to use an …
-
I try to build chez-scheme' latest commit from git under Arch Linux using the PKGBUILD from AUR.
https://aur.archlinux.org/packages/chez-scheme-git
The build fails with a link arror.
ld -melf_…
-
I'm trying to install occmodel with `pip install occmodel` and get the following error message:
``` text
Downloading/unpacking occmodel
Downloading occmodel-0.1.0.tar.gz (270kB): 270kB downloaded
…
-
Good morning,
I am trying to install python occ core 0.18.1 under W7 64:
-->anadonda navigator 1.9.2
-->python 3.6
-->Qt creator 4.7.0 based on qt5.11.1
I tried to install python occ with the…