ofek / userpath

Cross-platform tool for adding locations to the user PATH, no elevated privileges required!
MIT License
151 stars 20 forks source link

(🐞) "AttributeError: module 'ctypes' has no attribute 'wintypes' #51

Open KotlinIsland opened 9 months ago

KotlinIsland commented 9 months ago
import userpath

userpath.append("a", "b")
AttributeError: module 'ctypes' has no attribute 'wintypes'

python3.11 windows 10