Skip to content

Conversation

@wch
Copy link
Collaborator

@wch wch commented Nov 2, 2022

Previously, using shiny run with a Windows path with a drive letter would result in an error. For example:

C:\Users\Jon\Documents\PyShinyTest>shiny run C:/Users/Jon/Documents/PyShinyTest/app.py
INFO Will watch for changes in these directories: ['C:\Users\Jon\Documents\PyShinyTest']
INFO Uvicorn running on http://127.0.0.1:9092 (Press CTRL+C to quit)
INFO Started reloader process 19484 using StatReload
ERROR: Error loading ASGI app. Could not import module "C".
INFO Stopping reloader process 19484

This PR fixes the issue.

@wch wch requested a review from jcheng5 November 2, 2022 21:28
@wch wch merged commit c9bae9f into main Nov 3, 2022
@wch wch deleted the fix-windows-run branch November 3, 2022 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants