Webwright is an AI-powered terminal emulator that lives within your OS. It eliminates time spent on repetitive tasks, conjures code, summons software, and bends the OS to its will. Are you ready to release the ghost in your shell?
MIT License
31
stars
2
forks
source link
Error starting WebWright: lib directory not picked up in Python 3.10 #22
Description
Vaskin reported an error starting WebWright. The
lib
directory isn't being picked up in Python 3.10, likely due to issues with the paths.Steps to Reproduce
lib
directory not being picked upExpected Behavior
The
lib
directory should be recognized and included in the path without errors.Actual Behavior
An error occurs indicating that the
lib
directory is not being picked up.Environment
Additional Information
Please investigate the issue with the paths and ensure that the
lib
directory is correctly recognized and included.