꾀지남편 :kirbyroll: · @opencourse
29 followers · 273 posts · Server sns.opencourse.kr


파이썬 pyqt5 기반 1fichier 다운로더 프로그램의 바이러스 오진 문제 해결.
기능 수정 이후 onefile 빌드로 변경했습니다.

그러나 엉뚱하게도 PyInstaller의 고질적인 바이러스 오진 문제가 발생하는데..
보통 직접 PyInstaller 소스를 다운 받아 bootloader를 다시 빌드해야한다는 글들이 주류였습니다.
그러나 실제로 윈도에서 시도하면 오히려 c 컴파일러 미설치로 인해 스트레스를 받기 쉽습니다.

이때 pyInstaller 소스를 깃허브에서 직접 다운로드 받아 bootloader 폴더에서 python ./waf distclean all 로 기존 빌드환경을 초기화 하면 별도 빌드 없이 쉽게 해결이 가능합니다.

다음은 pip install . 로 다운받은 소스 폴더 내에서 setup.py를 통해 직접 설치하고 빌드를 하게 되면 드디어 지긋지긋한 avast등의 백신의 트로잔 의심, 오진으로부터 벗어날 수 있습니다.

#pyinstaller

Last updated 1 year ago

꾀지남편 :kirbyroll: · @opencourse
26 followers · 260 posts · Server sns.opencourse.kr


파이썬 프로그램을 윈도우용 exe로 빌드할 경우 바이러스 오탐이 발생합니다.
직접 부트로더 빌드를 위해 VS2022 커뮤니티를 설치하고 있습니다.
(C컴파일러만 깔고 싶은데 저 용량은 마소의 양심이 어디간건지..)

갯가재님이 알려주신 링크인
plainenglish.io/blog/pyinstall
쪽에 설명이 잘 되어있네요~!
감사합니다.
후기도 올려보겠습니다.

#pyinstaller

Last updated 1 year ago

꾀지남편 :kirbyroll: · @opencourse
26 followers · 260 posts · Server sns.opencourse.kr


연합친구분들 저좀 도와주세요~!
Pyinstaller를 이용해 프록시 다운로더를 개조하고 있습니다.
문제는 윈도우 디펜더의 오탐으로 트로잔이 검색되어버리는 문제가 있어요!

github.com/jshsakura/1fichier-
혹시 해결방법을 알고 계실까요?

#pyinstaller

Last updated 1 year ago

🍒🌳 Hartmut Goebel · @kirschwipfel
355 followers · 4475 posts · Server nerdculture.de

> which can be executed directly *by the Python interpreter*.

This is why tools like exist.
@orsinium @apparebit

#pyinstaller

Last updated 1 year ago

Philip Hubbard · @philiphubbard
170 followers · 182 posts · Server fediscience.org

@pybonacci @computingnature I ran on demo2.py to compare the output size to . On macOS, Nuitka's demo2.app is 383 MB, PyInstaller's is 687 MB. On Windows, Nuitka's demo2.exe is 140 MB, PyInstaller's is 267 MB. On Linux, Nuitka's demo2.bin is 185 MB, PyInstaller's is 493 MB. So Nuitka is uniformly better. Nevertheless, I would be interested to know what you do to reduce the size of PyInstaller output, especially if you think those tricks might work with Nuitka, too.

#nuitka #pyinstaller

Last updated 1 year ago

Chris Walker · @Exeron
10 followers · 28 posts · Server infosec.exchange

I also created a Sysmon config with the required sections that can be merged with a current config to record the specific event types

github.com/exeronn/Linux-Detec

#sysmonforlinux #sigma #pyinstaller #python

Last updated 1 year ago

Chris Walker · @Exeron
10 followers · 18 posts · Server infosec.exchange

Running a sample which is a pyInstaller compiled ELF. The Python code is multi OS (Linux & Windows). Will post more detail on it after I've some time to look at it properly.

#sysmonforlinux #pyinstaller #malware

Last updated 1 year ago

🍒🌳 Hartmut Goebel · @kirschwipfel
326 followers · 4112 posts · Server nerdculture.de

I'd prefer ” for wasm"
@brettcannon

#pyinstaller

Last updated 2 years ago

JoshB :python: · @joshburnett
88 followers · 233 posts · Server fosstodon.org

Playing around with packaging apps for macOS and Windows executables this morning w/ , and the excellent tutorials by @mfitzp are super helpful. Very clear, with downloadable sample projects for multiple platforms and versions of PySide/PyQt.

pythonguis.com/tutorials/packa

Awesome work, Martin.

#PySide6 #qt #python #pyinstaller

Last updated 2 years ago

Jörg Kantel · @kantel
506 followers · 3401 posts · Server mastodon.social

Neu in meinem Wiki: PyInstaller

PyInstaller hatte ich im April 2019 schon einmal auf dem Schirm. Doch da ich damals noch keine rechte Verwendung dafür hatte (Processing.py-Binaries konnte ich einfacher mit Bordmitteln aus der Processing-IDE erzeugen), war das Teil bei mir ein wenig in Vergessenheit geraten. Nun aber, im Rahmen meiner Hinwendung zu Py5 und Pygame rückte die Frage wieder in mein Bewußtsein: kantel.github.io/posts/2022122

#pyinstaller #python

Last updated 2 years ago

fuzzyface · @fuzzyface
263 followers · 344 posts · Server mastodonapp.uk

Today has been a day. Progress has been made. Seems once a coder, always a coder. is working well; had a problem but I've found the solution. Tomorrow is the primary challenge.

All I really need now is a good idea for a project to put all of this new knowledge into.

#python #pycharm #pyinstaller #tkinter

Last updated 2 years ago

JoshB :python: · @joshburnett
33 followers · 76 posts · Server fosstodon.org

Been working this morning on making a Windows executable of my COM Port Monitor tool, using . Found this tutorial to be quite helpful in working out the kinks in the process:

pythonguis.com/tutorials/packa

#python #qt #pyinstaller

Last updated 2 years ago

Simon Walters · @cymplecy
183 followers · 1103 posts · Server fosstodon.org

@Labay I've used in the past to make a windows app with it pyinstaller.org/en/stable/

#pyinstaller #python

Last updated 2 years ago

🍒🌳 Hartmut Goebel · @kirschwipfel
319 followers · 3818 posts · Server nerdculture.de

@sheogorath Here are the commit guidelines we developed for some years ago. I follow these for all my projects. Main motivation is to understand the rational of a change even after several years.

pyinstaller.org/en/stable/deve

#pyinstaller

Last updated 2 years ago

deasún · @deasun
102 followers · 291 posts · Server fosstodon.org

Putting final touches on a desktop app using gui module and . I usually enjoy but was cumbersome. Probably just my inexperience. looks interesting - gonna give it a rattle on next desktop project. Any tips?

#tkinter #pyinstaller #python #electron

Last updated 3 years ago

· @marionline
203 followers · 4372 posts · Server mastodon.art

about :

How can I make and #.exe file for while I am unter linux?

I looked into py-installer (is not cross-compiling), tried to set up with wine, but that failed.

and advice is welcome!

#help #pyinstaller #windows #python #question

Last updated 3 years ago

Bazza · @bazza
479 followers · 4884 posts · Server mograph.social

Hice un binario con 900MB...
¿Conocen un mejor compilador?

#pyinstaller

Last updated 3 years ago

🍒🌳 Hartmut Goebel · @kirschwipfel
319 followers · 3818 posts · Server nerdculture.de

@nwalfield @vanitasvitae
Yes I'm frustrated about HUGE companies making money with other people's FOSS work and are not willed to even contribute to funding.
.ch to just name a few

#pyinstaller #siemens #coop #google

Last updated 3 years ago

🍒🌳 Hartmut Goebel · @kirschwipfel
319 followers · 3818 posts · Server nerdculture.de

@isagalaev
Please help improving 's support and you will get what you are seeking for.
pyinstaller.org
@grainloom

#pyinstaller #django

Last updated 4 years ago

🍒🌳 Hartmut Goebel · @kirschwipfel
319 followers · 3818 posts · Server nerdculture.de

@klaushipp
Would suite your needs? Some parts (hooks) are non-trivial but easy once you understood how they work. From there you can move into the core, step by step

#pyinstaller

Last updated 4 years ago