Прекращена работа программы python как исправить

Доброго времени суток! Осваиваю PyQt5 и пытаюсь написать простенький словарь.
Программа запускается, но при ее закрытии появляется сообщение «Прекращена работа программы Python».
введите сюда описание изображения

Код вот такой:

import datrie

from PyQt5 import QtCore, QtGui
from PyQt5.QtWidgets import QApplication, QWidget, QMessageBox

from ui_dict_form import UiDictForm


class DictWindow(QWidget, UiDictForm):
    def __init__(self, parent=None):
        QWidget.__init__(self, parent)
        self.setup_ui(self)
        self.setLayout(self.gridLayout)
        self.dict = datrie.Trie.load('file_dict.dict')


    def closeEvent(self, event):
        reply = QMessageBox.question(self, 'Message',
                                     "Вы действительно хотите выйти?",
                                      QMessageBox.Yes | 
                                      QMessageBox.No, QMessageBox.No)
        if reply == QMessageBox.Yes:
            self.close()
        else:
            event.ignore()


if __name__ == '__main__':
    import sys

    app = QApplication(sys.argv)
    window = DictWindow()
    window.show()
    sys.exit(app.exec_())

На данный момент я понял что такое сообщение появляется когда в коде присутствует такая строчка: self.dict = datrie.Trie.load('file_dict.dict'), если же ее убрать/закоментировать, то такое сообщение не появляется.
Использую ОС Windows 7 64bit, Python 3.5, PyQt5. Помогите разобраться/избавиться от этой проблемы.

Often, python developers face the challenging issue of resolving the error of “pythonw.exe has stopped working”. It consumes a lot of time in debugging the code. No Worries! We have got you covered as you will be able to find the answer to every question after going through this extract.

What is pythonw.exe?

Pythonw.exe has stopped working [Error Resolved]

Often, python developers dealing in GUI-based python projects face the error –“pythonw.exe has stopped working”. pythonw.exe is an application to launch GUI(Graphical User Interface) based on python scripts. pythonw.exe executes the files with the extension “.pyw” while the python.exe executes the files with the extension “.py“. While executing a file with python.exe, no console window opens to present the execution status. Here, the python program runs in the background and simply presents the output on a GUI application without letting the user know what has happened.

In simple words, execution of a program takes place without popping the DOS(Disk Operating System) console window, just execute that python program with the “.pyw” extension.

> pythonw <your_filename.pyw>

To sum up the introduction, “pythonw.exe”

  • it is asynchronous(Script runs in the background)
  • no console window opens

Causes Behind the Exception: pythonw.exe has stopped working

Python language encloses a vast range of packages and directories. One of those is the sys module.

This module provides access:

  • to some variables used or maintained by the interpreter
  • to functions that interact strongly with the interpreter. It is always available.

It consists of numerous functions. Out of those, three which are:

  • sys.stdin
  • sys.stdout
  • sys.stderr

These functions are used by Interpreters to handle input and output, and in displaying errors to the programmers.

All the functions pertaining to inputs are handled by stdin. This includes the calls to input() too.
stdout deals with the output for the print and expression statements 
All the error messages that interpreter prompts during execution of programme go to the stderr, which is displayed to the programmers.

pythonw.exe is devoid of these standard streams namely sys.stdin, sys.stdout, and sys.stderr. Hence, the errors compel the program to terminate.

  • In Python 2.x, when Interpreter tries to write to sys.stdout or sys.stderr ,the following exception occurs: 
    • IOError: [Errno 9] Bad file descriptor
    • pythonw.exe has stopped working

This is the result of Python 2.x invalid file descriptors

  • In Python 3.x, this is complemented with performing nothing when it finds that sys.stdout is None. Here, No exception or message pops, it simply stops working without any result.

Efficiently Organize Your Data with Python Trie

Resolving the error: “pythonw.exe has stopped working”

Solving a problem includes two steps:

  1. Finding the actual problem
  2. Gathering the knowledge to solve it.
  • To find the source of the error, please add the following lines of code in the program file.
import sys, os
if sys.executable.endswith("pythonw.exe"):
  sys.stdout = open(os.devnull, "w");
  sys.stderr = open(os.path.join(os.getenv("TEMP"), "stderr-"+os.path.basename(sys.argv[0])), "w")

These lines will help the users by writing the errors in the “%TEMP%stderr- <scriptFileName>

Since you have known the real cause of the exception, therefore, leverage your High Order Programming Skills (HOPS) to debug the code.

In this way we can solve the error: “python.exe has stopped working”

“Pythonw.exe has stopped working in Anaconda”

Anaconda is a Python distribution that bundles together a ton of packages. Conda environment contains a set of python libraries to execute the written code. But sometimes, the execution may come up with errors such as “pythonw.exe has stopped working”.

"Pythonw.exe has stopped working in Anaconda"

Usually, the errors encroach when there is a conflict between different versions of the python libraries. It can be solved by updating the environment packages to their latest form by the execution of the following commands.

conda update conda
conda update --update-all

Best practices to avoid crashing while using “pythonw.exe”

  • Avoid the usage of sys.stdin() and sys.stdout() functions such as print(),input(),etc.
  • Always add Methods to catch the exceptions that may happen.
  • Be extra cautious in writing code as a single mistake would crash the whole application, thereby wasting a lot of time in debugging.

[Bonus]: How to close pythonw when its running in background

One must refrain oneself from killing a background process because it may have sour repercussions. Still, the execution of the following commands in PowerShell or the terminal window will help you to do so.

For Windows:

taskkill /IM pythonw.exe /F

For MAC OS

Bon codage!

Многие пользователи ПК часто сталкиваются с ошибкой «Прекращена работа программы Python». Свидетельствует она о том, что на компьютере имеются вирусы, софту нехватает ресурсов для работы (зачастую ОЗУ), при своем запуске программа обращается к системному файлу, который поврежден или отсутствует. Также данная ошибка возникает при отсутствии важного для софта программного обеспечения. Поэтому рассмотрим основные способы решения этой неполадки.

Способы решения неполадки с прекращением работы программы Python

Важно отметить, что пользователи очень часто путают pythonw.exe и python.exe. Это два разных файлы, один из которых является вирусом. Поэтому, в первую очередь, если вы столкнулись с ошибкой «Прекращена работа программы Python», стоит проверить систему на вирусы. При этом лучше использовать для проверки свежую версию Dr.Web, так эта лечащая утилита имеет актуальные вирусные базы и тщательно сканирует систему на предмет вредоносногоПО.

Как убрать ошибку «прекращение работы программы или игры»

Если вирусов нет на компьютере, нужно убедиться, что для запуска приложения достаточно ресурсов системы. Для этого нужно сверить технические характеристики ПК и самой программы. Для этого нажимаем «Пуск», кликаем правой кнопкой мыши на значке «Компьютер» и выбираем «Свойства».

Откроется окно конфигурации системы. Смотрим информацию о ПК.

После сверяем эти данные с требованиями программы.

Также рекомендуем проверить файл подкачки. Для этого выполняем следующее:

  • Жмём «Пуск», «Панель управления», «Система», «Дополнительные параметры системы».
  • Откроется небольшое окно. Переходим во вкладку «Дополнительно». В разделе «Быстродействие» нажимаем на кнопку «Параметры».
  • Откроется еще одно окно. Также переходим во вкладку «Дополнительно». В разделе «Виртуальная память» кликаем «Изменить».
  • Смотрим,чтобы стояла галочка напротив надписи «Автоматически выбирать объём файла подкачки».
  • Если отметки нет и задано другое количество памяти для файла подкачки, более чем объем ОЗУ, то нужно поставить отметку. Сохранить изменения и перезагрузить ПК.

На официальном форуме Майкрософт при возникновении ошибки с прекращением работы программы рекомендуют проверить, установлены ли следующие библиотеки:

  • Для 32 (x86) bit’ных систем :
  • Для 64 bit’ных систем :

Microsoft .NET Framework 4.5.2, Исполняемые библиотеки DirectX, MicrosoftVisual C++ 2005 версии x64 и x86, MicrosoftVisual C++ 2008 версии x64 и x86, MicrosoftVisual C++ 2010 версии x64 и x86.

Если данных библиотек нет или они устарели, можно перейти по ссылке и скачать необходимые.

Также, поскольку данная ошибка возникает при повреждении файлов системы вирусами, рекомендуем запустить командную строку с правами Администратора и ввести:

  • sfc /scannow;
  • DISM /Online /Cleanup-Image /RestoreHealth.

Если в конце проверки будет написано,что все файлы были восстановлены,то перезагрузитесь для их полного восстановления.

Как исправить ошибку «Прекращена работа программы»

В случае, если эти рекомендации не помогли исправить неполадку, стоит переустановить проблемное приложение или откатить систему к более раннему состоянию, используя точку восстановления Windows.

Источник: softikbox.com

PyQt5 «Прекращена работа программы Python» Почему такое происходит?

Доброго времени суток! Осваиваю PyQt5 и пытаюсь написать простенький словарь. Программа запускается, но при ее закрытии появляется сообщение «Прекращена работа программы Python». Код вот такой:

import datrie from PyQt5 import QtCore, QtGui from PyQt5.QtWidgets import QApplication, QWidget, QMessageBox from ui_dict_form import UiDictForm class DictWindow(QWidget, UiDictForm): def __init__(self, parent=None): QWidget.__init__(self, parent) self.setup_ui(self) self.setLayout(self.gridLayout) self.dict = datrie.Trie.load(‘file_dict.dict’) def closeEvent(self, event): reply = QMessageBox.question(self, ‘Message’, «Вы действительно хотите выйти?», QMessageBox.Yes | QMessageBox.No, QMessageBox.No) if reply == QMessageBox.Yes: self.close() else: event.ignore() if __name__ == ‘__main__’: import sys app = QApplication(sys.argv) window = DictWindow() window.show() sys.exit(app.exec_())

На данный момент я понял что такое сообщение появляется когда в коде присутствует такая строчка: self.dict = datrie.Trie.load(‘file_dict.dict’) , если же ее убрать/закоментировать, то такое сообщение не появляется. Использую ОС Windows 7 64bit, Python 3.5, PyQt5. Помогите разобраться/избавиться от этой проблемы.

Источник: ru.stackoverflow.com

Программа «Python» не работает. Возникшая проблема привела к прекращению работы программы. Краш ntdll.dll. Куда копать?

при работе программы иногда возникает ошибка

ну и соответственно вылетает после
после перезапуска на тех же исходных данных уже нормально отрабатывает
и возникает при совершенно разных условиях, в любой момент какой-то

вот вообще не пойму, с чего хоть копать начать? где ловить и что ловить?
с чем вообще может быть это связано?

из основного используются потоки, но максимум 200шт одновременно, и функции потоков точно всегда завершаются
прокси также используются, запросы к ВК и работа с интерфейсом PyQt5, а именно QTableWidget заполняется постепенно
еще используется подмена доменов в файле hosts, чтобы капчу не через рукапчу решать, а через ксевил
соответственно в питоне при запросах стоит verify=False
программа работает на дедике

логи винды во вкладке приложение

скрины

spoiler

Имя сбойного приложения: python.exe, версия: 3.8.5150.1013, метка времени: 0x5f15bf71 Имя сбойного модуля: ntdll.dll, версия: 10.0.14393.0, метка времени: 0x578997b2 Код исключения: 0xc0000374 Смещение ошибки: 0x00000000000f73e3 Идентификатор сбойного процесса: 0x19fc Время запуска сбойного приложения: 0x01d731f991670fa5 Путь сбойного приложения: C:UsersAdministratorAppDataLocalProgramsPythonPython38python.exe Путь сбойного модуля: C:WindowsSYSTEM32ntdll.dll Идентификатор отчета: 17a8f183-86af-4c04-b581-62e1129dc13c Полное имя сбойного пакета: Код приложения, связанного со сбойным пакетом:
spoiler
— System — Provider [ Name] Application Error — EventID 1000 [ Qualifiers] 0 Level 2 Task 100 Keywords 0x80000000000000 — TimeCreated [ SystemTime] 2021-04-15T13:48:42.6371652Z EventRecordID 41927 Channel Application Computer xxx1 Security — EventData python.exe 3.8.5150.1013 5f15bf71 ntdll.dll 10.0.14393.0 578997b2 c0000374 00000000000f73e3 19fc 01d731f991670fa5 C:UsersAdministratorAppDataLocalProgramsPythonPython38python.exe C:WindowsSYSTEM32ntdll.dll 17a8f183-86af-4c04-b581-62e1129dc13c
spoiler
— — 1000 2 100 0x80000000000000 41927 Application xxx1 — python.exe 3.8.5150.1013 5f15bf71 ntdll.dll 10.0.14393.0 578997b2 c0000374 00000000000f73e3 19fc 01d731f991670fa5 C:UsersAdministratorAppDataLocalProgramsPythonPython38python.exe C:WindowsSYSTEM32ntdll.dll 17a8f183-86af-4c04-b581-62e1129dc13c

  • Вопрос задан более года назад
  • 329 просмотров

Источник: qna.habr.com

PyQt5 «Прекращена работа программы Python» Почему такое происходит?

Доброго времени суток! Осваиваю PyQt5 и пытаюсь написать простенький словарь. Программа запускается, но при ее закрытии появляется сообщение «Прекращена работа программы Python».

import datrie from PyQt5 import QtCore, QtGui from PyQt5.QtWidgets import QApplication, QWidget, QMessageBox from ui_dict_form import UiDictForm class DictWindow(QWidget, UiDictForm): def __init__(self, parent=None): QWidget.__init__(self, parent) self.setup_ui(self) self.setLayout(self.gridLayout) self.dict = datrie.Trie.load(‘file_dict.dict’) def closeEvent(self, event): reply = QMessageBox.question(self, ‘Message’, «Вы действительно хотите выйти?», QMessageBox.Yes | QMessageBox.No, QMessageBox.No) if reply == QMessageBox.Yes: self.close() else: event.ignore() if __name__ == ‘__main__’: import sys app = QApplication(sys.argv) window = DictWindow() window.show() sys.exit(app.exec_())

На данный момент я понял что такое сообщение появляется когда в коде присутствует такая строчка: self.dict = datrie.Trie.load(‘file_dict.dict’) , если же ее убрать/закоментировать, то такое сообщение не появляется. Использую ОС Windows 7 64bit, Python 3.5, PyQt5. Помогите разобраться/избавиться от этой проблемы.

Ответы (2 шт):

Проблема здесь явно не в pyqt, проблема либо в модуле datrie , либо(что наиболее вероятно) в файле file_dict.dict . Возможно, его содержимое не соответствует нужному формату

Для отлова исключений, которые происходят в слотах Qt, добавьте функцию log_uncaught_exceptions .

Когда будет исключение, вы увидите его и где оно произошло, что поможет исправить ошибку.

from PyQt5.QtWidgets import QApplication, QMessageBox, QPushButton def log_uncaught_exceptions(ex_cls, ex, tb): text = ‘<>: <>:n’.format(ex_cls.__name__, ex) import traceback text += ».join(traceback.format_tb(tb)) print(text) QMessageBox.critical(None, ‘Error’, text) quit() import sys sys.excepthook = log_uncaught_exceptions if __name__ == ‘__main__’: app = QApplication([]) button = QPushButton(«DON’T PUSH ME!») button.resize(200, 200) button.clicked.connect(lambda: 1 / 0) button.show() app.exec()

Источник: husl.ru

«Pythonw.exe» что за процесс и как с ним бороться?

Здравствуйте, дорогие читатели блога IT-Техник! Решил немного ближе подойти к теме процессов Windows, поскольку получаю от Вас много сообщений с подобными вопросами. Чаще всего они возникают, когда пользователь заглядывает в диспетчер задач и видит там непонятные пункты. Чтобы не удалить нужный элемент или распознать вирус, следует знать о них побольше. Сегодня расскажу о Pythonw exe что это такое и как с ним бороться.

Описание процесса

Уверен, Вы знаете, что приложения – это набор библиотек и файлов, написанных на определенном языке программирования. Их существует немало на сегодняшний день. К чему я веду? Pythonw.exe является модулем языка Python, точнее – его интерпретатором (преобразует код программы, написанной на Питоне в понятный для Windows).

Если в диспетчере задач Вы увидите такой элемент, значит на Вашем ПК есть утилиты, которые для работы используют указанный выше язык:

Pythonw.exe потребляет ресурсы

Опасно ли это? Совершенно нет. Но есть вероятность, что данный модуль запущен вредоносными скриптами. Они могут быть как относительно безобидными (показ рекламы), так и критическими для системы (повреждение и кража личных данных и файлов Виндовс). Вот здесь уже стоит задуматься.

Но как определить уровень угрозы? Зачастую, файл Pythonw.exe занимает на диске 27 648 или 27 136 байт. Если же размер его отличается от указанных показателей, вероятно Вы имеете дело с вирусным заражением. В первую очередь, рекомендую запустить антивирусную проверку (подойдет утилита

Dr Web Cure It

).


Удаляем файл

Если в процессе работы возникает ошибка «прекращена работа программы Pythonw exe» как исправить? Необходимо удалить указанный элемент, а при необходимости пользующиеся им приложения заново загрузят его из сети. Сейчас расскажу, как остановить процесс и выполнить удаление его источника.

  • Открываем диспетчер задач любым из известных способов (вот перечень);
  • Находим элемент, который необходимо устранить, выделяем его курсором мышки и ниже (справа) нажимаем «Остановить» или «Снять задачу».
  • Несмотря на предупреждение, соглашаемся с действием.
  • Открываем консоль выполнения запросов, нажав комбинацию Win + R и вводим:

cmd

CMD в окне Выполнить

  • Откроется окно командной строки (вот еще несколько методов попасть в консоль), где следует написать:

sc delete pythonw.exe

  • После нажатия на Enter, стартует процедура очистки. По завершению, можно закрывать консоль.

Удаление модуля Питона в консоли

Уверен, что инструкция помогла Вам. Pythonw exe как удалить Вы знаете, но еще раз напомню, что после устранения он может снова восстановиться по требованию использующего его приложения. Если это вирус, то стоит обязательно запустить антивирусное сканирование. Попробуйте одну из утилит, представленных в данном списке.

На этом всё. Появятся вопросы – пишите в комментариях.

С уважением, Виктор

Информационный портал IT Техник

Вам помогло? Поделитесь с друзьями — помогите и нам!

@goanpeca

@tech-team-user-2 are you using the anaconda distribution?

@markgross

I get the same problem. Using Windows 10, anaconda version 4.3.1-64bit.

To reproduce run python or ipyton in power shell, start help(), then modules.

the system will report python has stopped working.

See screen cap of event….

image

@goanpeca

@PhysicsIsLove

I also had the same problem. On opening Ananconda Navigator, it showed Initializing… and then ‘Pyhton has stopped working’.
Solution:
Instead of Anaconda Navigator, Open Anaconda Prompt and in the command window type ‘spyder’. Wait a few seconds and spyder will get launched

@ghost

No I am not using Anaconda Sorry For The Delay. I don’t use any modules from outside.

@ghost

@ghost

Well Thanks for your comments please try help me solve this probem. Regards, tech-team-user-2.

@ccordoba12

Well, if you’re not using Anaconda, this is not the right place to ask for help, sorry.

Closing as won’t fix.

@Zizanno

I get the same error when trying to run Anaconda Navigator or spyder: Python has Stopped working

@CGN38

Is there a work around for this. It pretty much makes Anaconda Navigator useless at the moment.

I’m running windows 10. Any time you try to save or open a file in Orange3, Spyder, glueviz, … you will get the «Python has stopped working.» Basically any time the windows file manager opens. I have a few ideas I’m going to try, but I was hoping somebody has already solved this.

@Aroniez

Same issue on windows 7-64 bit. Cant run Anaconda Navigator or Anaconda Prompt

@sarmadsalman

I’m suffering from the same problem on Windows 7-64 bit. Cant run Anaconda Navigator and Anaconda Prompt and pycharm and IDLE’s

@heemansh

message prompts saying that the python stopped while opening file manager in anaconda

@BhekiMabheka

I am using Anaconda, getting the same error

@sarmadsalman

@LikhinNelliyotan

I have same Problem and solved
Please Follow following Steps
1.conda install -c anaconda qt
2. conda update qt pyqt
start again

@akbism

I have same Problem and solved
Please Follow following Steps
1.conda install -c anaconda qt
2. conda update qt pyqt
start again

Bang on target. It worked after I tried this and that!!!

@vikramnist

I have tried all the methods its not working . When i launch jupyter notebook error is coming as python has stopped working.

Problem signature:
Problem Event Name: APPCRASH
Application Name: python.exe
Application Version: 3.7.3150.1013
Application Timestamp: 5c9bf5b3
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7600.16385
Fault Module Timestamp: 4a5bdfe0
Exception Code: 40000015
Exception Offset: 000000000000aa7d
OS Version: 6.1.7600.2.0.0.256.48
Locale ID: 1033
Additional Information 1: 688b
Additional Information 2: 688b37186dc3dae3bf899ff7bea759df
Additional Information 3: e6b2
Additional Information 4: e6b23b0fa05554c67a37157288f7e4ae

can anybody help me out with this issue.

@sunnygulati

I have tried all the methods its not working . When i launch jupyter notebook error is coming as python has stopped working.

Problem signature:
Problem Event Name: APPCRASH
Application Name: python.exe
Application Version: 3.7.3150.1013
Application Timestamp: 5c9bf5b3
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7600.16385
Fault Module Timestamp: 4a5bdfe0
Exception Code: 40000015
Exception Offset: 000000000000aa7d
OS Version: 6.1.7600.2.0.0.256.48
Locale ID: 1033
Additional Information 1: 688b
Additional Information 2: 688b37186dc3dae3bf899ff7bea759df
Additional Information 3: e6b2
Additional Information 4: e6b23b0fa05554c67a37157288f7e4ae

can anybody help me out with this issue.

I am getting the same error while running Python on Jupyter Notebook.
I am using Windows 7 64 Bit.
Someone please reply.

@Aroniez

Have you tried the steps mentioned above?

1.conda install -c anaconda qt
2. conda update qt pyqt

@sunnygulati

Yes, I was installed the below through anaconda command prompt

conda install -c anaconda qt
but whem I ran the below I got an error
conda update qt pyqt

Please advise

@vikramnist

Remove the antivitus and install anaconda again. Hope it helps. It worked
for me

On Thu, 27 Jun 2019, 01:30 sunnygulati, ***@***.***> wrote:
I have tried all the methods its not working . When i launch jupyter
notebook error is coming as python has stopped working.

Problem signature:
Problem Event Name: APPCRASH
Application Name: python.exe
Application Version: 3.7.3150.1013
Application Timestamp: 5c9bf5b3
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7600.16385
Fault Module Timestamp: 4a5bdfe0
Exception Code: 40000015
Exception Offset: 000000000000aa7d
OS Version: 6.1.7600.2.0.0.256.48
Locale ID: 1033
Additional Information 1: 688b
Additional Information 2: 688b37186dc3dae3bf899ff7bea759df
Additional Information 3: e6b2
Additional Information 4: e6b23b0fa05554c67a37157288f7e4ae

can anybody help me out with this issue.

I am getting the same error while running Python on Jupyter Notebook.
I am using Windows 7 64 Bit.
Someone please reply.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1538?email_source=notifications&email_token=AMDSKWTXACHRUVD4H6M3M6DP4PDHPA5CNFSM4DEIP262YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYUU3XQ#issuecomment-506023390>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMDSKWUKG3OKYMBBUF42ZQ3P4PDHPANCNFSM4DEIP26Q>
.

@prashantshukla003

Yes, I was installed the below through anaconda command prompt

conda install -c anaconda qt
but whem I ran the below I got an error
conda update qt pyqt

Please advise

I had the same issue. Tried all that has been said above. Then I thought to go and download latest python version and I am using Windows 7 Operating System.
And when I did that, I got the message while installing the version that
«Please upgrade your system to install python»
The problem was:
I was not having Windows Service Pack 1 for Win 7.

So basically, this might be your problem as well.
Just go to the Microsoft site and download the Service Pack applicable to your OS version and install it. It will ask to restart your PC a several times.
After that, just go on Anaconda Prompt and run Jupyter Notebook. It will work fine.
This will definitely solve your problem.

@kapil3

Run Spyder as administrator can solve your problem.

@jhorous

Thanks a lot prashantshukla003!

Понравилась статья? Поделить с друзьями:

Не пропустите также:

  • Как найти гидру в гта 5
  • Как составить формулы для умножения в экселе
  • Часы на компьютере постоянно сбиваются на час вперед как исправить
  • Как найти вес воздуха в физике
  • Как найти красивое название

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии