Your left side pane of the IDE looks normal. It's more or less the same as mine. Notice that the path is in Unix style in the 2nd & 3rd lines.
When I tested some "MyRoot" expressions mentioned above, I could see a space between Forum …
It looks you are in a small pitfall.
MyRoot = C:\\Users\\rabeysin\\KLayout\\Forum 1642 # Wrong! It's not a string object! Syntax error. # See the color of "KL1642.gds" in the text e…
Hi dsenuka,
* Pandas issue: please follow Matthias' instruction. Thanks, Matthias :)
* LYP file: a layer property file is for customizing the layer color, stipple, etc. So, it does not work with an empty design.* In the ZIP file, you find "KL…
Hi,
I'm benefitting from KLaout a lot! My activity is a small token of thanks to it.
I have found some typos and fixed them. Sorry about that. Please update with the second ZIP file.
By the way, I got the reason why there are many digits below th…
Hi,
Please refer to the files in the attached ZIP file, where
1. I have remade your original Excel file based on my guess and created a CSV file to fit my solution.
2. Even if you have 1000 rows in your real-life problem, I hope this solution can w…
Hi,
I'm a complete outsider of CNST but challenged your problem since I have solved a similar problem very recently.
Does this look like what you want finally?
(Image)
Regards,
Kazzz-S
Hi Antti,
It's weird. I always do as you tried as shown below, and it's successful.
<file-path>./123.oas</file-path>
Of course, the OASIS file "123.oas" resides in the same directory as the .lys session file.
In my typical wo…
Hi Matthias,
Thank a lot for your positive response!
I have created a ticket for this: https://github.com/KLayout/klayout/issues/333
With warm regards,
Kazzz
Hi,
Building KLayout (0.25 and later) on Mac OS is a bit complicated task.
You need to resolve dependencies among many libraries and binaries.
I have mimicked what you wanted to do on my Yosemite (still!) with anaconda3.
Please refer to https://gi…
Hi Matthias,
I've checked roughly.
1. Result * Could not reproduce the issue reported by Bengt using the two GDS2 data bundled with the source code: a) pcell_test_0.gds b) t9.gds * KLayout works fine.2. Executable * KLa…
Hi Matthias,
Thank you for this release.
Especially related to MyPost.
Enhancements: DXF's circle approximation can now also specified through an "accuracy" parameter:if less than the number of specified points is required to achieve th…
Hi all,
A binary package of KLayout 0.24.7 for MacOS 10.10 and 10.11 has been built.
I've confirmed that this issue is solved in this version as shown in
the image file.
Kazzz
Hi Matthias,
I could reproduce this problem using the Mac OSX binary package (0.24.6) I provided.
The video by Lukas was useful to trace the steps quickly.
Once you made a patch release, I'll also rebuild it ASAP.
Kazzz
Hi Matthias,
In the Mac (OS X) world, there are several ways to setup a programming environment.
A good starting point is here.
* Apple's native tool kit "Xcode" is an essential part.
Depending on programmer's preferences, the two major…
Hi Simon,
I've tried the steps described below.
My initial guess is that your "gcc" is not "clang" from Xcode but an "ordinary gcc" from Mac Ports or alikeness.
--> Please refer to (4), (6), and (7) below.
Hope t…
Hello,
For testing purpose, I have built "0.24.4" with the second script above.
That is, both Ruby and Python are taken from the latest Mac Ports installation.
A binary package was also made. One difference is that this binary package
…
Hello,
The recent binary packages of "0.24.3" and "0.24.4" for OSX were built with the script below.
The reason I used the default system Ruby/Python installation* is the issue:
http://klayout.de/forum/comments.php?DiscussionI…
Hello,
Thank you for your feedback.
The 1st binary package of "0.24.4" for Mac OSX will be published by Matthias soon.
If you are in a hurry, you can get it from:
https://www.dropbox.com/s/xizkhptpw0a1wv2/klayout-0.24.4-MacOSX-Yosemite…
Hi,
Where do you have your "klayoutrc" file?
In my case, it is ${HOME}/.klayout/klayoutrc
I've saved (renamed) the existing one and started KLayout-0.24.3 afresh then
set up the 9 key bindings below from scratch. By default they are no…
Hi lukasc,
Using the forth coming new binary package "klayout-0.24.3-MacOSX-Yosemite-2-Qt487mp.dmg.bz2"
I've tested the key binding issue you mentioned above.
To support my explanation, I've uploaded an image file and a movie file to Dr…
Hello,
Basically this is a bug of Qt-4.8.x (the Mac binary packages use 4.8.7 from Mac Ports)
and has been fixed in Qt-5.4.1.
More precisely, such a URL (file:///.file/id=......) is called "File Reference URL" in OSX and iOS terminology…
Hello,
A little progress of tonight :-)
I have inserted some debug statements in "src/layMainWindow.cc" and tested how
MainWindow::dropEvent(QDropEvent *event)
works.
It is obvious that except for Mac Finder, the full path to a droppe…
Hello Matthias,
Thank you for your valuable suggestions.
By inserting the assertion statement (into 0.24.3), I could get it as below.
*** ERROR: /Users/sekigawakazunari/SVNWork/klayout-0.24.3/src/dbRegion.h,346,m_from == m_to*** ERROR: In /Users/…
Hello,
I could reproduce the problem.
I've also confirmed that "klayout.0.23.2.pkg" can accept drag & drop on Yosemite as you pointed out.
If fact, I have not noticed this issue at all since I seldom use Finder as a filer.
For othe…