On Mon, Jan 3, 2022 at 1:46 PM Đông Vũ wrote:
>
> That is error, please help me fix it.
>
> Traceback (most recent call last):
> File
> "C:\Users\vuduc\AppData\Local\Programs\Python\Python39\lib\site-packages\frida\core.py",
> line 450, in _on_message
> callback(message, data)
> File "C:\N
That is error, please help me fix it.
Traceback (most recent call last):
File
"C:\Users\vuduc\AppData\Local\Programs\Python\Python39\lib\site-packages\frida\core.py",
line 450, in _on_message
callback(message, data)
File "C:\NordLynx-main\nordlynx.py", line 43, in onMessage
if 'Private
On Monday, January 3, 2022 at 6:15:53 AM UTC+8, Marco Sulla wrote:
> https://askubuntu.com/questions/584857/distutilsextra-problem
I found its Git repository using the following method:
$ for i in python-distutils-extra python3-distutils-extra; do apt showsrc $i |&
grep git; done | sort -u
Vcs-G
https://askubuntu.com/questions/584857/distutilsextra-problem
On Sun, 2 Jan 2022 at 18:52, hongy...@gmail.com wrote:
>
> On Ubuntu 20.04.3 LTS, I try to install pdfarranger [1] as follows but failed:
>
> $ sudo apt-get install python3-pip python3-distutils-extra \
>
On Ubuntu 20.04.3 LTS, I try to install pdfarranger [1] as follows but failed:
$ sudo apt-get install python3-pip python3-distutils-extra \
python3-wheel python3-gi python3-gi-cairo
\
gir1.2-gtk-3.0 gir1.2-poppler-0.18
p
> On 2 Jan 2022, at 16:17, Marco Sulla wrote:
>
> #if defined(RANDALL_WAS_HERE)
> # define Py_UNREACHABLE() \
>Py_FatalError( \
>"If you're seeing this, the code is in what I thought was\n" \
>"an unreachable state.\n\n" \
>"I could give you advice for what to do,
On Mon, Jan 3, 2022 at 3:19 AM Marco Sulla wrote:
>
> #if defined(RANDALL_WAS_HERE)
> # define Py_UNREACHABLE() \
> Py_FatalError( \
> "If you're seeing this, the code is in what I thought was\n" \
> "an unreachable state.\n\n" \
> "I could give you advice for what to
#if defined(RANDALL_WAS_HERE)
# define Py_UNREACHABLE() \
Py_FatalError( \
"If you're seeing this, the code is in what I thought was\n" \
"an unreachable state.\n\n" \
"I could give you advice for what to do, but honestly, why\n" \
"should you trust me? I clear
> On 1 Jan 2022, at 16:13, Marco Sulla wrote:
>
> I agree with Barry. You can create a folder or a file with
> pseudo-random names. I recommend you to use str(uuid.uuid4())
At work and personally I use iso-8601 timestamps to make the files unique and
easy to
find out when they where created.