klayout/src/pymod
Matthias Koefferlein 61a61a2a5a WIP: added lib module to qmake-based python module build
This works:

  import klayout.db
  import klayout.lib
  print(klayout.db.Library.library_names())   # says ["Basic"]

Also works:

  from klayout import *

Does not work:

  # import klayout.lib needs to be done before the libraries
  # are used initially
  import klayout.db
  print(klayout.db.Library.library_names())   # says []
  import klayout.lib
  print(klayout.db.Library.library_names())   # says []
2019-04-03 01:07:22 +02:00
..
QtCore Updated copyright. 2019-01-08 00:58:45 +01:00
QtDesigner Updated copyright. 2019-01-08 00:58:45 +01:00
QtGui Updated copyright. 2019-01-08 00:58:45 +01:00
QtMultimedia Updated copyright. 2019-01-08 00:58:45 +01:00
QtNetwork Updated copyright. 2019-01-08 00:58:45 +01:00
QtPrintSupport Updated copyright. 2019-01-08 00:58:45 +01:00
QtSql Updated copyright. 2019-01-08 00:58:45 +01:00
QtSvg Updated copyright. 2019-01-08 00:58:45 +01:00
QtWidgets Updated copyright. 2019-01-08 00:58:45 +01:00
QtXml Updated copyright. 2019-01-08 00:58:45 +01:00
QtXmlPatterns Updated copyright. 2019-01-08 00:58:45 +01:00
bridge_sample Updated copyright. 2019-01-08 00:58:45 +01:00
db Updated copyright. 2019-01-08 00:58:45 +01:00
distutils_src WIP: added lib module to qmake-based python module build 2019-04-03 01:07:22 +02:00
lay Updated copyright. 2019-01-08 00:58:45 +01:00
lib WIP: added lib module to qmake-based python module build 2019-04-03 01:07:22 +02:00
rdb Updated copyright. 2019-01-08 00:58:45 +01:00
tl Updated copyright. 2019-01-08 00:58:45 +01:00
unit_tests Updated copyright. 2019-01-08 00:58:45 +01:00
__init__.py.noqt WIP: added lib module to qmake-based python module build 2019-04-03 01:07:22 +02:00
__init__.py.qt4 WIP: added lib module to qmake-based python module build 2019-04-03 01:07:22 +02:00
__init__.py.qt5 WIP: added lib module to qmake-based python module build 2019-04-03 01:07:22 +02:00
__init__.py.qtless WIP: added lib module to qmake-based python module build 2019-04-03 01:07:22 +02:00
pymod.pri Fixed MSVC builds ... 2018-10-22 23:48:15 +02:00
pymod.pro WIP: added lib module to qmake-based python module build 2019-04-03 01:07:22 +02:00
pymodHelper.h Updated copyright. 2019-01-08 00:58:45 +01:00