Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module 'sys' has no attribute 'argv' in pygame #22

Open
FENGShuanglang opened this issue Oct 14, 2021 · 2 comments
Open

Module 'sys' has no attribute 'argv' in pygame #22

FENGShuanglang opened this issue Oct 14, 2021 · 2 comments

Comments

@FENGShuanglang
Copy link

FENGShuanglang commented Oct 14, 2021

from .carla_connect.mapupdate import MapUpdate

when i run Connect to Carla, it ask me that No CARLA module available, I find here an error occurred.

     from .carla_connect.addcam import CameraDockWidget
     from .carla_connect.carla_connect_dockwidget import CarlaConnectDockWidget

When i remove try ,except, I find CameraDockWidget call the pygame. and give me a error:

Module 'sys' has no attribute 'argv'  in pygame

so..why?
pygame version is 2.0.1

@fabianoboril
Copy link
Collaborator

Maybe check with pygame? Is there an update or issue known?

@ccysway
Copy link

ccysway commented Apr 13, 2023

Add 'sys.argv=[‘’]' after 'import sys' in carla_connect/mapupdate.py works fine for me.

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

No branches or pull requests

3 participants