-
-
Notifications
You must be signed in to change notification settings - Fork 474
Closed
Labels
bugA crash or error in behavior.A crash or error in behavior.windowsThe issue relates to Microsoft Windows support.The issue relates to Microsoft Windows support.
Description
Describe the bug
Importing win32api works during dev but not run. Note that pywin32 is added as a requirement and it is installed in site_packages.
To Reproduce
Steps to reproduce the behavior:
- Create new briefcase project
- Add
pywin32as a requirement inpyproject.toml - Add
import win32apitoapp.py - Run
briefcase run -u
Expected behavior
Application runs
Environment:
- Operating System: Windows 10 64 Bit
- Python version: 3.10
- Software versions:
- Briefcase: 0.3.9
Additional context
I tried the workaround as suggested in a very old closed issue by adding the paths manually but it didn't help (#102).
dynobo
Metadata
Metadata
Assignees
Labels
bugA crash or error in behavior.A crash or error in behavior.windowsThe issue relates to Microsoft Windows support.The issue relates to Microsoft Windows support.