Das hört sich ja so an, als wenn die Datenbank (oder Teile dieser) nicht da liegen, wo sie gesucht werden.
Liegen die Verzeichnisse Ecu(Dacia|Renault), Location und Vehicles auf der gleichen ebene wie der Pyren_Launcher?
# Installation
## Dependencies
* **Python 2.7.xx**
* **ELM327** adapter with FlowControl support (original one or chinese v1.5)
* **ELM327-USB** - preferred for Windows, Linux and MacOS
* **ELM327-BT** - not compatible with Android 7.0 and above, use ELM327-WiFi
* **CLIP database** required for CLIP mode, not included (not included, you must own it)
* **DDT2000 database** required for DDT mode, not included (not included, you must own it)
## Installation on Windows
Check that you have CLIP database installed
```
cd c:\CLIP\Data\GenAppli\
dir
```
This directory should contains at least the next subdirectories
* EcuRenault
* Location
* Vehicles
Install pyren
```
cd c:\CLIP\Data\GenAppli\
git clone git@gitlab.comy_ren/pyren.git
```
or just download it
and extract next to directories EcuRenault, Location, Vehicles
Liegen die Verzeichnisse Ecu(Dacia|Renault), Location und Vehicles auf der gleichen ebene wie der Pyren_Launcher?