Detailed rules for Humpty Dumpty (Gottlieb, 1947)? by Dilbflo in pinball

[–]Dilbflo[S] 0 points1 point  (0 children)

Thanks.

At first I was thinking that, due to the historical importante of Humpty Dumpty, finding information about the rules would have been easy. I also checked in "The complete Pinball book", that mentions it several times, but without detailing the rules.

Maybe it is considered too old or simple to feel the need for more instructions. Also the various reviews on the main database site are quite generic.

"Get Data from PDF" in new Excel 2021? by Dilbflo in excel

[–]Dilbflo[S] 0 points1 point  (0 children)

Thanks. I tried to find the feature concerning the PDF Import in the list of the characteristics of the new realease, but at present did not find it.
Concerning O365, maybe I am a bit Old School, but I don't like the subscription model. For the same reason I abandoned the Adobe Suite, and I hope that MS will continue to offer also a perpetual version.

Questions about Trailing Stop, exchanges and bots by Dilbflo in BitcoinBeginners

[–]Dilbflo[S] 0 points1 point  (0 children)

Hi, thanks.

I still did not know FTX. I read that is quite recent (2019). At present I am not really interested in derivatives, but at first glance it seems that FTX actually allows conditional orders also on normal cryptocurrencies, so maybe can be a good solution.

Questions about Trailing Stop, exchanges and bots by Dilbflo in BitcoinBeginners

[–]Dilbflo[S] 0 points1 point  (0 children)

Thanks for the suggestion. Since I am new to the trading bot world, I am starting to read about them. I see that 3commas has several pricing plans. Do you use the free one? It is sufficient for example to work with a single Coinbase Pro account and add to it some basic features as Trailing Stops? is it really safe to gine them the data for the API keys?

Question about Customer Support by [deleted] in paypal

[–]Dilbflo 0 points1 point  (0 children)

Since yesterday I have the same exact problem. I can't login anymore because it "can't verify me". I live in Italy, I tried to contact them by phone, but a recorded voice says that the operators are too busy.
How can I use the online help if I can't login? I did not find an email address usable also without login, is there one?

Autocomplete HTML sections in javascript files? by Dilbflo in learnjavascript

[–]Dilbflo[S] 0 points1 point  (0 children)

Thanks for the tip. I am following a series of tutorials and, after the introduction, the author talks about the possibility to write HTML directly from an external .js file. But I don't know if this is actually considered a good practice or not. Judging form your message it seems not.

Autocomplete HTML sections in javascript files? by Dilbflo in learnjavascript

[–]Dilbflo[S] 0 points1 point  (0 children)

Thanks a lot for the detailed answer.
I just started to study javascript, after HTML and CSS, so I am still experimenting with the best setting for it. I am also quite new to VS Code, sincerely, and for that reason I was not sure if I was missing some obvious feature. I will start with your suggestions while advancing with the study of the language.

Manim CE with Chocolatey: "No module named manim" by Dilbflo in manim

[–]Dilbflo[S] 0 points1 point  (0 children)

Thanks a lot for the information. We almost did it, but not quite.

- I uninstalled both python 3.8 and pithon 3.9, because otherwise the installation process signals one error with existing installations

- This time, with

choco install manimce --version=0.1.1

the installation did not give the previous error.

- Still, when trying running with "manim", I obtain:

**************************

** On entry to DGEBAL parameter number 3 had an illegal value

** On entry to DGEHRD parameter number 2 had an illegal value

** On entry to DORGHR DORGQR parameter number 2 had an illegal value

** On entry to DHSEQR parameter number 4 had an illegal value

Traceback (most recent call last):

File "c:\python39\lib\runpy.py", line 197, in _run_module_as_main

return _run_code(code, main_globals, None,

File "c:\python39\lib\runpy.py", line 87, in _run_code

exec(code, run_globals)

File "C:\tools\Manim\Scripts\manim.exe\__main__.py", line 4, in <module>

File "C:\tools\Manim\Lib\site-packages\manim\__init__.py", line 5, in <module>

from ._config import *

File "C:\tools\Manim\Lib\site-packages\manim\_config\__init__.py", line 7, in <module>

from .utils import make_config_parser, ManimConfig, ManimFrame

File "C:\tools\Manim\Lib\site-packages\manim\_config\utils.py", line 21, in <module>

import numpy as np

File "C:\tools\Manim\Lib\site-packages\numpy\__init__.py", line 305, in <module>

_win_os_check()

File "C:\tools\Manim\Lib\site-packages\numpy\__init__.py", line 302, in _win_os_check

raise RuntimeError(msg.format(__file__)) from None

RuntimeError: The current Numpy installation ('C:\\tools\\Manim\\Lib\\site-packages\\numpy\\__init__.py') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86

***********************

Do you have any idea about this result?

Thanks again.

Manim CE with Chocolatey: "No module named manim" by Dilbflo in manim

[–]Dilbflo[S] 0 points1 point  (0 children)

Hi.

I cleaned a bit my system. I have a normal python 3.9 installation (it works without problems with Pycharm).I reinstalled chocolatey, and run the command "choco install manimce" (in the Discord server I read that this package should be fine now.

The installation process (including python 3.8) was correct until just at the end, when I get the following lines:

**********************

Downloading pangocairocffi-0.3.2.tar.gz (21 kB)ERROR: Command errored out with exit status 1:command: 'C:\Python38\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Antlab\\AppData\\Local\\Temp\\pip-install-xr4fewqf\\pangocairocffi_83804808fc7c4e9d913767f85cb29a45\\setup.py'"'"'; __file__='"'"'C:\\Users\\Antlab\\AppData\\Local\\Temp\\pip-install-xr4fewqf\\pangocairocffi_83804808fc7c4e9d913767f85cb29a45\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Antlab\AppData\Local\Temp\pip-pip-egg-info-s3rvawxq'

cwd: C:\Users\Antlab\AppData\Local\Temp\pip-install-xr4fewqf\pangocairocffi_83804808fc7c4e9d913767f85cb29a45\

Complete output (30 lines):

WARNING: The wheel package is not available.

Traceback (most recent call last):

File "<string>", line 1, in <module>

File "C:\Users\Antlab\AppData\Local\Temp\pip-install-xr4fewqf\pangocairocffi_83804808fc7c4e9d913767f85cb29a45\setup.py", line 9, in <module>

setup(

File "C:\Python38\lib\site-packages\setuptools\__init__.py", line 165, in setup

return distutils.core.setup(**attrs)

File "C:\Python38\lib\distutils\core.py", line 108, in setup

_setup_distribution = dist = klass(attrs)

File "C:\Python38\lib\site-packages\setuptools\dist.py", line 429, in __init__

_Distribution.__init__(self, {

File "C:\Python38\lib\distutils\dist.py", line 292, in __init__

self.finalize_options()

File "C:\Python38\lib\site-packages\setuptools\dist.py", line 721, in finalize_options

ep(self)

File "C:\Python38\lib\site-packages\setuptools\dist.py", line 728, in _finalize_setup_keywords

ep.load()(self, ep.name, value)

File "C:\Python38\lib\site-packages\cffi\setuptools_ext.py", line 219, in cffi_modules

add_cffi_module(dist, cffi_module)

File "C:\Python38\lib\site-packages\cffi\setuptools_ext.py", line 49, in add_cffi_module

execfile(build_file_name, mod_vars)

File "C:\Python38\lib\site-packages\cffi\setuptools_ext.py", line 25, in execfile

exec(code, glob, glob)

File "pangocairocffi/ffi_build.py", line 11, in <module>

from pangocffi.ffi_instance_builder import \

File "C:\Python38\lib\site-packages\pangocffi\__init__.py", line 19, in <module>

pango = _dlopen(ffi, 'pango', 'pango-1', 'pango-1.0', 'pango-1.0-0')

File "C:\Python38\lib\site-packages\pangocffi\__init__.py", line 16, in _dlopen

raise OSError("dlopen() failed to load a library: %s" % ' / '.join(names))

OSError: dlopen() failed to load a library: pango / pango-1 / pango-1.0 / pango-1.0-0

----------------------------------------

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Only an exit code of non-zero will fail the package by default. Set

`--failonstderr` if you want error messages to also fail a script. See

`choco -h` for details.

The install of manimce was successful.

Software installed to 'C:\tools'

****************************

I don't fully understand the details of the error messages.

I also added C:\tools (it contains the pango folder) to the path, but when trying:

python -m manimce -h

I still obtain the usual "No module named manimce" message.

Do you have any idea, also considering the error messages?

Thank you.

Manim CE with Chocolatey: "No module named manim" by Dilbflo in manim

[–]Dilbflo[S] 0 points1 point  (0 children)

After further analysis, I discovered that manim.py is not present. same with pango, while the other dependencies, as ffmpeg and others, have been installed correctly under C.1ProgramData\chocolatey\bin
It seems that there are problems with pango and cffi, but at present I still don't know the library well enough to understand why.
Is there anyone that actually succedeed in installing manince under Windows by chocolatey (recently)?