harmy / boar

Automatically exported from code.google.com/p/boar
0 stars 0 forks source link

setup.py fails on FreeBSD #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run setup.py build

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "setup.py", line 2, in <module>
    import py2exe
ImportError: No module named py2exe

What platform are you using? (Windows XP, Windows 7, Linux, ...)
FreeBSD-9.0

What version of Python are you using?
Python-2.7

What version of boar are you using? (Mercurial change id or daily build
date)
changeset:   858:d57150a0a51c
branch:      pyarchive
tag:         tip
parent:      856:8423716b1748
parent:      857:aabc29915846
user:        Mats Ekberg <ekberg@gmail.com>
date:        Sat Nov 24 23:21:30 2012 +0100
summary:     merge

Please provide any additional information below.
I commented out the second line and it seems to work.

P.S. I included an install script that I have been using on my machines. 

Thanks!

Original issue reported on code.google.com by kellen.p...@gmail.com on 17 Jan 2013 at 1:09

Attachments: