Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
19 views

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/...
iSofia's user avatar
  • 1,577
1 vote
0 answers
24 views

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 ...
Christophe Dumont's user avatar
2 votes
0 answers
80 views

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 ...
abolfazl taghribi's user avatar
0 votes
1 answer
50 views

I have a tkinter window that runs script, with this general layout: ┌─────────────────────────────────────┐ │ Op Buttons │ ← Row 0 (fixed) ├───────────────────────────────────...
Smorkster's user avatar
  • 357
-1 votes
0 answers
95 views

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 ...
GLP GG's user avatar
  • 17
0 votes
1 answer
37 views

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 ...
Sina NAKHOSTIN's user avatar
-8 votes
2 answers
88 views

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 ...
Shann's user avatar
  • 1