You will be muted until you read the rules. Read them! @Rules_for_Python A group about the Python programming language. Offtopic things go here: @pythonofftopic Resources to learn python: @pythonres Group for Hy: @hylang Selenium: @SeleniumPython
Yes because code and errors are text usually is not needed to share images
Читать полностью…You don't understand me.I have told you on this grouo no option to allow me to post or share a picture
Читать полностью…Do you have the ability to send a picture? in this group?
Читать полностью…If you're sorry then remove the messages and use the appropriate group to ask your question.
Читать полностью…why this code non run mac os?: from delphifmx import *
if sys.platform == "darwin": # macOS
self.mm_menu = MainMenu(Application)
self.mm_menu.SetProps(Name="mainMenu")
self.mi_file = MenuItem(self.mm_menu)
self.mi_load_style = MenuItem(self.mm_menu)
Help me how create menu in python with delphifmx library for mac os?
Читать полностью…Rule 5️⃣: To share code or error tracebacks, use an online pasting service like:
- https://dpaste.org
- https://hastebin.com
- https://bin.kv2.dev
If you posted a wall of text, go back and delete it.
This is not a Python specific question, please delete your offtopic message, move to @PythonOfftopic and ask there.
Читать полностью…Just disappointed because I thought there was definitely the course I wanted.
Читать полностью…So much fuss and we still don't know what you need to share the picture for.
Читать полностью…yes.If I want to send a picture tells me you are not allowed to send Image
Читать полностью…haven't you read my reply to the original poster?
that's a way to install different Python versions without using sudo and without messing up the operating system, that's an answer to his question... not the nonsense answer you made that has NOTHING to do with his question and every what you said it's totally wrong... come on kid, go do your bedroom and your homework
37 with newlines and comments, 29 without newlines and 27 without newlines and comments. But even if it was 20, the rules say everything between 5 to 10+ lines should be pasted using a pasting service. So, I don't see the point of saying it's 20 lines.
Читать полностью…help me with delphifmx components menu, run in windows not run in mac os (not show menu): # --- CLASSE PRINCIPALE DELL'APPLICAZIONE (HELLO FORM) ---
class HelloForm(Form):
# Variabili di classe per configurazioni generali (possono essere sovrascritte da istanza)
user_name_key = ""
key_value = ""
tesseract_path = ""
openid_key = ""
output_folder = ""
#FILE_NAME = "dati_estesi4.json"
def __init__(self, owner):
super().__init__(owner)
self.start_pos = None
self.end_pos = None
self.captured_image = None
self.selecting = False
self.TbOrd = 0
self.SetProps(Caption = "Hello Python",
Position = "ScreenCenter", OnShow = self.__form_show)
# --- INIZIO: AGGIUNTA MAIN MENU ---
if sys.platform == "darwin": # macOS
self.mm_menu = MainMenu(Application)
self.mm_menu.SetProps(Name="mainMenu")
else: # Windows, Linux, etc.
self.mm_menu = MainMenu(self)
self.mm_menu.SetProps(Parent=self)
self.mi_file = MenuItem(self.mm_menu)
self.mi_load_style = MenuItem(self.mm_menu)
self.mi_exit = MenuItem(self.mm_menu)
self.mi_file.SetProps(Parent = self.mm_menu, Text = "File")
# Cambiato OnClick da __menu_exit_click a __menu_preferences_click
self.mi_load_style.SetProps(Parent = self.mi_file, Text = "Preferences", OnClick = self.__menu_preferences_click)
self.mi_exit.SetProps(Parent = self.mi_file, Text = "Exit", OnClick = (lambda sender: Application.Terminate()))
anyone know how to use proxys i tryed to many times and none of proxys works for me
Читать полностью…Not a book: https://docs.python-telegram-bot.org/en/stable/
Читать полностью…Maybe, I don't know one specific but surely you'll fins one on youtube
Читать полностью…