MittaAI / webwright

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

Closed kordless closed 4 months ago

kordless commented 4 months ago

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

  1. Start WebWright with Python 3.10
  2. Observe the error regarding the lib directory not being picked up

Expected 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.

kordless commented 4 months ago

c31f7be fixed this