(09-16-2020, 06:13 PM)Corile Wrote: Does it need any external deps? All I'm seeing is this
I'm having the same issue when trying to build/run it on Windows 7 for experimenting with some map-related stuff; the logs don't really say much more, it's the same error as I get when trying to directly run the wingman module. Not completely sure what's up, main very much appears to be defined but I do notice it's not a registered name when I do a dir(wingman) after importing the module in Python 3.7. I might be completely misunderstanding how to start it, though, so that might be on me - installing and running it using the releases on GitHub works just fine.
What does your development process/setup for this usually look like?
Code:
[2020-09-16 12:00:06,282] [INFO] Application start
[2020-09-16 12:00:06,282] [INFO] Working directory: C:\Users\AUDUNVN\AppData\Local\wingman
[2020-09-16 12:00:17,073] [ERROR] Uncaught exception!
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'wingman' has no attribute 'main'