mirror of https://github.com/KLayout/klayout.git
Attempt to mitigate the effects of bpo-36085 in Python 3.8+ on Windows - need to add DLL search paths explicitly.
This commit is contained in:
parent
f8e7e3b6e1
commit
b1943c8b4e
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.db as db
|
||||
import bridge_mod as bridge
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.QtCore as QtCore
|
||||
import unittest
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.QtCore as QtCore
|
||||
import klayout.QtDesigner as QtDesigner
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.QtCore
|
||||
import klayout.QtGui as QtGui
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.QtCore as QtCore
|
||||
import klayout.QtGui as QtGui
|
||||
import klayout.QtWidgets as QtWidgets
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.QtCore as QtCore
|
||||
import klayout.QtNetwork as QtNetwork
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.QtCore as QtCore
|
||||
import klayout.QtGui as QtGui
|
||||
import klayout.QtWidgets as QtWidgets
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.QtCore as QtCore
|
||||
import klayout.QtSql as QtSql
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.QtCore as QtCore
|
||||
import klayout.QtGui as QtGui
|
||||
import klayout.QtWidgets as QtWidgets
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.QtCore as QtCore
|
||||
import klayout.QtUiTools as QtUiTools
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.QtCore as QtCore
|
||||
import klayout.QtGui as QtGui
|
||||
import klayout.QtWidgets as QtWidgets
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.QtCore as QtCore
|
||||
import klayout.QtXml as QtXml
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.QtCore as QtCore
|
||||
import klayout.QtXmlPatterns as QtXmlPatterns
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.db as db
|
||||
import unittest
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.QtCore
|
||||
import klayout.QtGui
|
||||
if not "QApplication" in klayout.QtGui.__all__:
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.db as db
|
||||
import klayout.lay as lay
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.rdb as rdb
|
||||
import unittest
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
import testprep
|
||||
import klayout.tl as tl
|
||||
import unittest
|
||||
import sys
|
||||
|
|
|
|||
Loading…
Reference in New Issue