13 questions from the last 7 days
Advice
0
votes
0
replies
19
views
Odoo v.19 not loading CSS file from assets
I read that from Odoo v.17 onwards, CSS files should be listed under the assets section of the manifest file, like so:
'assets': {
'web.assets_backend': [
'mydashboard/static/...
1
vote
0
answers
24
views
Python GVM API Broken Pipe
I'm writing an API to scrape openvas reports and extract metrics to expose them on an endpoint for prometheus to scrape them. There's a broken pipe when executing the following code:
#!/usr/bin/env ...
2
votes
0
answers
80
views
Python-docx add_page_break is not visible in the document
I'm trying to write a document using python-docx library. I'm adding some simple text with and then I add page_break after each paragraph. Later on, I save and open the same file again. The ...
0
votes
1
answer
50
views
Tkinter grid propagation and scrolling
I have a tkinter window that runs script, with this general layout:
┌─────────────────────────────────────┐
│ Op Buttons │ ← Row 0 (fixed)
├───────────────────────────────────...
-1
votes
0
answers
95
views
How to completely delete Python 3.10.9150.0 [closed]
I found an interpreter error in my code, I decided to figure it out: It turned out that I have a launcher, as well as Python of two versions 3.10.9150.0 and 3.14. I obviously tried to delete both, but ...
0
votes
1
answer
37
views
pyenv: No global/local python version has been set yet. (windows 11)
I am not allowed to install anaconda on my enterprise machine, so I decided to use pyenv to manage virtual environments. I am following this tutorial to get my hands on pyenv.
I think that my issue is ...
-8
votes
2
answers
88
views
How do I use pipenv? [closed]
I keep getting stuck in the terminal trying to execute the commands to install Django. This is what I keep on seeing.
$ pip install pipenv
Defaulting to user installation because normal site-packages ...