I have a problem with one error in visual studio code [closed] - python

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 days ago.
Improve this question
I don't know how to solve the error:
"cannot be loaded because running scripts is disabled on this
system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:3"
and then this sign appears "Failed to save 'app.py': Insufficient permissions. Select 'Retry as Admin' to retry as administrator."

Related

Can I connect to VPN server in python script? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 days ago.
Improve this question
I want to connect to my vpn server from python script.

CMD crashes after disconnected with RDP on windows 11 [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 days ago.
Improve this question
The python code I run crashes without running properly on background if I get disconnected from the RDP.
The python code is running on Windows 11, I uses as a remote server for development.

Python Flask db.session.commit() not working [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
Note that only Django core commands are listed as settings are not properly configured (error: No module named 'deneme1').
PS C:\Users\ahmet\Desktop\deneme1> & C:/Users/ahmet/AppData/Local/Programs/Python/Python311/python.exe c:/Users/ahmet/Desktop/deneme1/manage.py
ı try to runserver on Django but what is the problem

let python know when I download from a specific web page [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I want to write a python script that can detect when a pdf file is downloaded from a specific web page(s) and then automatically move that file from Downloads directory into another directory.
My problem (for the moment) is that I don't know how to monitor my downloads with python, in order for it to detect when a file is downloaded from a specific web address. I checked urllib/requests, but it doesn't seems to do what I need. Does anybody knows a module that I can use for this task?

Is there an online memory profiler for python2.7? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Which Python memory profiler is recommended?
Is there any working memory profiler for Python3
I've checked these posts
But I'm interested to know is there any online tool where you can post your code and get the job done?

Categories