- edited description
easy install fails on python3.2
Hi, bxpython installs beautifully with python 2.6.5 on my machine but when I try to install for python 3.2 by issuing the following command:
{{{ python3.2 setup.py install --user }}}
the easy install failed. Here are the relevant snips of the traceback message: {{{ Traceback (most recent call last): File "setup.py", line 218, in <module> main() File "setup.py", line 37, in main cmdclass=command_classes )
...<snip>...
File "/home/lbthrice/.local/lib/python3.2/site-packages/distribute-0.6.10-py3.2.egg/setuptools/command/easy_install.py", line 1449, in get_script_header match = first_line_re.match(first) TypeError: can't use a bytes pattern on a string-like object }}}
I apologize if I have omitted pertinent information. Please let me know if I can provide more details. Thank you for your time.
Comments (1)
-
- Log in to comment