Skip to content
Snippets Groups Projects
Commit a878e892 authored by jkerdreu's avatar jkerdreu
Browse files

fixes

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2128 b32b6428-25c9-4566-ad07-03861ab6144f
parent 21cae4db
No related branches found
No related tags found
No related merge requests found
...@@ -162,13 +162,13 @@ FAQ ...@@ -162,13 +162,13 @@ FAQ
- Python terminated by signal SIGSEGV: You probably forgot to setup the key in - Python terminated by signal SIGSEGV: You probably forgot to setup the key in
config file. config file.
- Configuration files are hard to read / edit. Why don't you use YAML or XXML - Configuration files are hard to read / edit. Why don't you use YAML or XML
for config ? for config ?
First, we need something that support nested config so we can First, we need something that support nested config so we can not use
not use ConfigParser. Next, we tested severals YAML packages, but they are ConfigParser. Next, we tested severals YAML packages, but they are really
really slow to import. We want xAAL stack to load as fast as possible, and slow to import. We want xAAL stack to load as fast as possible, and importing
importing big packages (like PyYAML) take around 0.5 sec on a Raspy. This big packages (like PyYAML) take around 0.5 sec on a Raspy. This is way too
is way too much for a simple command-line tools like xaal-info for example. much for a simple command-line tools like xaal-info for example.
We want to provide a better user experience. We want to provide a better user experience.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment