error when running examples
See original GitHub issuei installed textual with pip and i tried to run the first example in the readme with python3 filename.py
but i get the error TypeError: on_key() takes 1 positional argument but 2 were given
when i press a key. got a similiar error with another example. sorry if im being dumb : p
Issue Analytics
- State:
- Created 2 years ago
- Comments:16
Top Results From Across the Web
error when running examples · Issue #71 · Textualize ... - GitHub
i installed textual with pip and i tried to run the first example in the readme with python3 filename.py but i get the...
Read more >error when running examples - Google Groups
When I tried to run '. ... waf --run non-existent-program-name. " ... not found; available programs are: ['aodv', 'src/aodv/examples/aodv', 'csma-bridge', ...
Read more >Error running example Reapp project - Stack Overflow
The answer is essentially that the GitHub project is broken, so it's not just my environment... I was doing everything correctly.
Read more >RStan error when running example(stan_model, package ...
I have successfully installed RStan on Windows 10 by following the steps here: RStan Getting Started · stan-dev/rstan Wiki · GitHub.
Read more >Error running example B1 - Getting Started - Geant4 Forum
I am brand new to Geant4. Attempting to run example B1 run1.mac results in a fatal exception and core dump with the following...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you have textual installed via pip, you will need to first uninstall it and then install it via Poetry.
Uninstall it with this:
Now cd in to the textual directory and run the following:
The bleeding edge version of Textual will now be installed and you can run the examples with the following:
Ok @willmcgugan