Discussion (Discussion or questions about the speech module.) Wiki page commented on by hk198146
- Can some one out there help me? When I try to run a mp3 player the error message I always get is "No module name, mp3play". I do not understand anything about that error.
Can some one out there help me? When I try to run a mp3 player the error message I always get is "No module name, mp3play". I do not understand anything about that error.
Sep 12, 2009
issue 2
(No module named mp3play) commented on by emasons...@aol.com
- Okay, now when I run, I get:
Traceback (most recent call last):
File "C:\Python26\Music Player\main.py", line 4, in <module>
from mp3play import *
File "C:\Python26\Music Player\mp3play.py", line 4, in <module>
from .windows import AudioClip as _PlatformSpecificAudioClip
ValueError: Attempted relative import in non-package
What is happening?
Okay, now when I run, I get:
Traceback (most recent call last):
File "C:\Python26\Music Player\main.py", line 4, in <module>
from mp3play import *
File "C:\Python26\Music Player\mp3play.py", line 4, in <module>
from .windows import AudioClip as _PlatformSpecificAudioClip
ValueError: Attempted relative import in non-package
What is happening?
Sep 12, 2009
issue 2
(No module named mp3play) commented on by emasons...@aol.com
- Okay, now when I run, I get:
Traceback (most recent call last):
File "C:\Python26\Music Player\main.py", line 4, in <module>
from mp3play import *
File "C:\Python26\Music Player\mp3play.py", line 4, in <module>
from .windows import AudioClip as _PlatformSpecificAudioClip
ValueError: Attempted relative import in non-package
What is happening?
Okay, now when I run, I get:
Traceback (most recent call last):
File "C:\Python26\Music Player\main.py", line 4, in <module>
from mp3play import *
File "C:\Python26\Music Player\mp3play.py", line 4, in <module>
from .windows import AudioClip as _PlatformSpecificAudioClip
ValueError: Attempted relative import in non-package
What is happening?
Sep 12, 2009
issue 2
(No module named mp3play) commented on by emasons...@aol.com
- I just copied the raw code from trunk, and saved it. Now it works!
I just copied the raw code from trunk, and saved it. Now it works!
Sep 12, 2009
issue 2
(No module named mp3play) reported by emasons...@aol.com
- I open the Windows command prompt and try to install mp3play by typing:
easy_install mp3play
And it says that it finishes, and there are no errors.
Then, when I type import mp3play, it says:
Traceback (most recent call last):
File "C:\Python26\Music Player\main.py", line 4, in <module>
import mp3play
ImportError: No module named mp3play
I open the Windows command prompt and try to install mp3play by typing:
easy_install mp3play
And it says that it finishes, and there are no errors.
Then, when I type import mp3play, it says:
Traceback (most recent call last):
File "C:\Python26\Music Player\main.py", line 4, in <module>
import mp3play
ImportError: No module named mp3play
Older
Aug 22, 2008
issue 1
(Fails to open certain MP3s) reported by gundlach
- Jonathan Coulton: code monkey. Fails to open using MCI.
If that's a bug in the MP3, fine, maybe... if it's a bug in MCI, then MCI
probably isn't the route to go for playback.
Jonathan Coulton: code monkey. Fails to open using MCI.
If that's a bug in the MP3, fine, maybe... if it's a bug in MCI, then MCI
probably isn't the route to go for playback.