Replies: 2 comments 1 reply
-
|
Another Error: A work-around for the DataManager launch failures is to comment out line 439 in commdata.py by inserting a hash character: 438 m = folium.Map( This looks like there is something missing. It also looks like an easy code fix. Has CommStatOne been archived? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
If you want support for a specific error , you need to include enough information to diagnose it.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When starting CommStatOne for the first time, I got this error:
SyntaxWarning: invalid escape sequence '\D'
OS_Directed = "\DIRECTED.TXT"
This warning occurs in two places:
I changed the above lines from:
OS_Directed = "\DIRECTED.TXT"
to:
OS_Directed = r"\DIRECTED.TXT"
Is this part of everyone's install? Is this the correct fix?
Beta Was this translation helpful? Give feedback.
All reactions