Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Oceano2python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
US191
Oceano2python
Commits
5b9ff23f
Commit
5b9ff23f
authored
6 years ago
by
jacques Grelet
Browse files
Options
Downloads
Patches
Plain Diff
move documentations in dir ocs
parent
67e08625
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/Issues_PySimpleGUI.txt
+6
-0
6 additions, 0 deletions
docs/Issues_PySimpleGUI.txt
docs/Readme-Python.txt
+13
-8
13 additions, 8 deletions
docs/Readme-Python.txt
with
19 additions
and
8 deletions
docs/Issues_PySimpleGUI.txt
0 → 100644
+
6
−
0
View file @
5b9ff23f
Pb avec Qt sous Ubuntu:
TypeError: QFileDialog.getOpenFileNames(QWidget parent=None, str caption='', str directory='',
str filter='', str initialFilter='', QFileDialog.Options options=0) -> (list-of-str, str):
'dir' is not a valid keyword argument
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Readme-
p
ython.txt
→
docs/
Readme-
P
ython.txt
+
13
−
8
View file @
5b9ff23f
...
...
@@ -398,6 +398,10 @@ Sous Linux Ubuntu 16.04, l'upgrade de pip failed !
---------------------------------------------------
voir: https://askubuntu.com/questions/1025793/running-pip3-importerror-cannot-import-name-main
Utiliser:
> pip install <package> --user
ou
> sudo pip install <package>
ou
> python3 -m pip install --user <package> # instead
A tester:
...
...
@@ -405,15 +409,15 @@ Then I recommend adding the following aliases to your .bashrc:
pip() ( python -m pip "$@" )
pip3() ( python3 -m pip "$@" )
> pip install toml
Collecting toml
Downloading https://files.pythonhosted.org/packages/a2/12/ced7105d2de62fa7c8fb5fce92cc4ce66b57c95fb875e9318dba7f8c5db0/toml-0.10.0-py2.py3-none-any.whl
Installing collected packages: toml
Successfully installed toml-0.10.0
Commande pip pour lister les paquets installes, en root et mode user:
> pip list
> pip list --user
> pip show <package>
Il est prefereable d'installer la derniere version Python 3.7.2
Configuration du fichier setting.json de jgrelet:
Configuration du fichier VSC setting.json de jgrelet:
-----------------------------------------------------
// Placez vos paramètres dans ce fichier pour remplacer les paramètres par défaut
{
...
...
@@ -470,14 +474,15 @@ In setting.json:
Modules Python à intaller:
--------------------------
Autoformatting
----------------------
Autoformatting:
> pip install autopep8
Installer l'extension Python-autopep8
Cmd+P choisir autopip
> pip install pylint
Developpement:
> pip install toml
> pip install pynmea2
> pip install pySerial
> pip install netCDF4
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment