Browse Source

Misc

tags/1.9.7
falkTX 10 years ago
parent
commit
334a89a7ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/carla_app.py

+ 1
- 1
source/carla_app.py View File

@@ -50,7 +50,7 @@ class CarlaApplication(object):
QApplication.addLibraryPath(CWD) QApplication.addLibraryPath(CWD)


# Needed for local wine build # Needed for local wine build
if WINDOWS and (CWD.endswith("source") or os.getenv("CXFREEZE") is not None):
if WINDOWS and CWD.endswith("source") and os.getenv("CXFREEZE") is None:
QApplication.addLibraryPath("C:\\Python34\\Lib\\site-packages\\PyQt5\\plugins") QApplication.addLibraryPath("C:\\Python34\\Lib\\site-packages\\PyQt5\\plugins")


# Use binary dir as library path (except in Windows) # Use binary dir as library path (except in Windows)


Loading…
Cancel
Save