ufzq / stagger

Automatically exported from code.google.com/p/stagger
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Error on setup.py install #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Checkout latest SVN
2. ./setup.py build
3. ./setup.py install

What is the expected output? 
----------------------------

Expected output is clean install.

What do you see instead?
------------------------

The following is the tail of the output:
byte-compiling build/bdist.linux-x86_64/egg/stagger/errors.py to 
errors.cpython-32.pyc
byte-compiling build/bdist.linux-x86_64/egg/stagger/specs.py to 
specs.cpython-32.pyc
byte-compiling build/bdist.linux-x86_64/egg/stagger/id3v1.py to 
id3v1.cpython-32.pyc
byte-compiling build/bdist.linux-x86_64/egg/stagger/conversion.py to 
conversion.cpython-32.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying stagger.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying stagger.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying stagger.egg-info/dependency_links.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying stagger.egg-info/entry_points.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying stagger.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/stagger-0.4.2-py3.2.egg' and adding 
'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing stagger-0.4.2-py3.2.egg
removing '/usr/local/lib/python3.2/dist-packages/stagger-0.4.2-py3.2.egg' (and 
everything under it)
creating /usr/local/lib/python3.2/dist-packages/stagger-0.4.2-py3.2.egg
Extracting stagger-0.4.2-py3.2.egg to /usr/local/lib/python3.2/dist-packages
stagger 0.4.2 is already the active version in easy-install.pth
Traceback (most recent call last):
  File "setup.py", line 64, in <module>
    "Topic :: Multimedia :: Sound/Audio"
  File "/usr/lib/python3.2/distutils/core.py", line 148, in setup
    dist.run_commands()
  File "/usr/lib/python3.2/distutils/dist.py", line 917, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python3.2/distutils/dist.py", line 936, in run_command
    cmd_obj.run()
  File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.15-py3.2.egg/setuptools/command/install.py", line 73, in run
    self.do_egg_install()
  File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.15-py3.2.egg/setuptools/command/install.py", line 101, in do_egg_install
    cmd.run()
  File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.15-py3.2.egg/setuptools/command/easy_install.py", line 344, in run
    self.easy_install(spec, not self.no_deps)
  File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.15-py3.2.egg/setuptools/command/easy_install.py", line 564, in easy_install
    return self.install_item(None, spec, tmpdir, deps, True)
  File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.15-py3.2.egg/setuptools/command/easy_install.py", line 616, in install_item
    self.process_distribution(spec, dist, deps)
  File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.15-py3.2.egg/setuptools/command/easy_install.py", line 645, in process_distribution
    self.install_egg_scripts(dist)
  File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.15-py3.2.egg/setuptools/command/easy_install.py", line 515, in install_egg_scripts
    self.install_wrapper_scripts(dist)
  File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.15-py3.2.egg/setuptools/command/easy_install.py", line 719, in install_wrapper_scripts
    for args in get_script_args(dist):
  File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.15-py3.2.egg/setuptools/command/easy_install.py", line 1741, in get_script_args
    header = get_script_header("", executable, wininst)
  File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.15-py3.2.egg/setuptools/command/easy_install.py", line 1593, in get_script_header
    match = first_line_re.match(first)
TypeError: can't use a bytes pattern on a string-like object

What version of the product are you using? On what operating system?
--------------------------------------------------------------------
Latest SVN. Linuxmint.

Please provide any additional information below.

Original issue reported on code.google.com by MarkSkilbeck on 12 Nov 2012 at 10:04

GoogleCodeExporter commented 8 years ago
Got the same Error on raspbian using Python 3.2.3

Original comment by andreask...@gmail.com on 2 Mar 2014 at 8:27