[mb-users] Help a newb with libmusicbrainz?
Lukáš Lalinský
lalinsky at gmail.com
Fri Sep 1 00:38:24 UTC 2006
snapperjackson wrote:
>
> Thanks, now when I try: python setup.py install
> I get the following error:
>
> C:\Python24>python setup.py install
> Traceback (most recent call last):
> File "setup.py", line 12, in ?
> import musicbrainz2
> ImportError: No module named musicbrainz2
>
You need to unpack the tarball into some temporary directory, and run "python
setup.py install" from that directory. This will install all the required files
into C:\Python24\Lib\site-packages and then you can delete the temporary directory.
-Lukáš
More information about the MusicBrainz-users
mailing list