Ed Keith
2013-11-21 14:07:33 UTC
I have been looking for a light weight issue tracking system and be look perfect for my needs, however I can not seem to get it to work.
I am running python 2.7.5 on Mac OS X 10.6.8.
I first pulled the git repository and ran:
python setup.py build
python setup install
when I ran:
be init
I got a lot of errors, so I downloaded and unzipped v. 1.1.1 and did the same to install it but still get the same errors.
new-host:p1 edkeith$ be init
Traceback (most recent call last):
File "/Users/edkeith/anaconda/bin/be", line 26, in <module>
sys.exit(libbe.ui.command_line.main())
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/ui/command_line.py", line 393, in main
ret = dispatch(ui, command, args)
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/ui/command_line.py", line 305, in dispatch
ret = ui.run(command, options, args)
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/command/base.py", line 590, in run
return command.run(options, args)
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/command/base.py", line 302, in run
self.status = self._run(**params)
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/command/init.py", line 91, in _run
storage.connect()
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/storage/base.py", line 217, in connect
self._connect()
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/storage/vcs/base.py", line 707, in _connect
self.root()
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/storage/vcs/base.py", line 670, in root
root = self._vcs_root(self.repo)
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/storage/vcs/hg.py", line 114, in _vcs_root
return self._u_invoke_client('root', cwd=path)
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/storage/vcs/hg.py", line 89, in _u_invoke_client
if self.version_cmp(1,9) >= 0:
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/storage/vcs/base.py", line 574, in version_cmp
num_part = self.version().split(' ')[0]
AttributeError: 'NoneType' object has no attribute 'split'
Has anyone seen this problem before? Any ideas how to fix it?
Thank you very much,
-EdK
____________________________________________________________
FREE ONLINE PHOTOSHARING - Share your photos online with your friends and family!
Visit http://www.inbox.com/photosharing to find out more!
I am running python 2.7.5 on Mac OS X 10.6.8.
I first pulled the git repository and ran:
python setup.py build
python setup install
when I ran:
be init
I got a lot of errors, so I downloaded and unzipped v. 1.1.1 and did the same to install it but still get the same errors.
new-host:p1 edkeith$ be init
Traceback (most recent call last):
File "/Users/edkeith/anaconda/bin/be", line 26, in <module>
sys.exit(libbe.ui.command_line.main())
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/ui/command_line.py", line 393, in main
ret = dispatch(ui, command, args)
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/ui/command_line.py", line 305, in dispatch
ret = ui.run(command, options, args)
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/command/base.py", line 590, in run
return command.run(options, args)
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/command/base.py", line 302, in run
self.status = self._run(**params)
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/command/init.py", line 91, in _run
storage.connect()
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/storage/base.py", line 217, in connect
self._connect()
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/storage/vcs/base.py", line 707, in _connect
self.root()
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/storage/vcs/base.py", line 670, in root
root = self._vcs_root(self.repo)
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/storage/vcs/hg.py", line 114, in _vcs_root
return self._u_invoke_client('root', cwd=path)
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/storage/vcs/hg.py", line 89, in _u_invoke_client
if self.version_cmp(1,9) >= 0:
File "/Users/edkeith/anaconda/lib/python2.7/site-packages/libbe/storage/vcs/base.py", line 574, in version_cmp
num_part = self.version().split(' ')[0]
AttributeError: 'NoneType' object has no attribute 'split'
Has anyone seen this problem before? Any ideas how to fix it?
Thank you very much,
-EdK
____________________________________________________________
FREE ONLINE PHOTOSHARING - Share your photos online with your friends and family!
Visit http://www.inbox.com/photosharing to find out more!