pshahim
About
- Username
- pshahim
- Joined
- Visits
- 6
- Last Active
- Roles
- Member
Comments
-
This is the message displayed in the debug window: Python 2.6.1Type "help()", "copyright()", "credits()" or "license()" for more information.Type "modules()" for details about installed modules and …
-
Hi Edwin, IT WORKS! Thank you so much!
-
Btw, this is the code as it is in our experiment right now: # we will need to import the library that# we will use to play the soundimport pygame# first, we check if it is initialized; if it is# not, we initialize itif not pygame.get_init(): pyg…
-
Hi Edwin, I've entered the code in the Run phase of the inline script. However, I get this error: Error: Inline script error In: inline_script (run phase) Line: 7 Python traceback: AttributeError: 'module' object has no attribute 'get_init' Full…
-
Hi Edwin, We used your first option. Thank you very much.