Open trejoramiro opened 10 years ago
How did you install bugjar? It looks like you're missing one of the dependencies (Pygments); if you installed "manually" - i.e., using python setup.py install
, you'll need to satisfy the dependencies too (Pygments>=1.5 and tkreadonly>=0.5.2, plus argparse if you're using Python 2.6). These should have been installed automatically if you used pip install bugjar
Thanks! I downloaded the distribution package, Anaconda, which installed pygments. That problem has been fixed. However, now after running bugjar, I get a _tkinter.TclError: can't find package tile What is tile?
Here's the Traceback:
Listening on 0.0.0.0:3742 for a bugjar client
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/bin/bugjar", line 9, in
That's a good question - I've never heard of it. I'm guessing it's a Tk package that, for some reason, isn't installed on your system - but I've never had any Tk-specific problems on my system, so I don't know how you got this error, or how to resolve it.
I can see you're running OS/X - what version? Are you using the system Python, or one obtained from another source?
I'm having a similar problem... any thoughts about what I should try next?:
macBookPro$ pip install bugjar --upgrade
Requirement already up-to-date: bugjar in /Library/Python/2.7/site-packages
Requirement already up-to-date: Pygments>=1.5 in /Library/Python/2.7/site-packages (from bugjar)
Requirement already up-to-date: tkreadonly in /Library/Python/2.7/site-packages (from bugjar)
Cleaning up...
macBookPro$ bugjar guess.py
Traceback (most recent call last):
File "/usr/local/bin/bugjar", line 5, in
I ran >> bugjar in my terminal and received the message below. I thought I had successfully installed bugjar.
Need help making sense of this Traceback. Thanks **/
Traceback (most recent call last): File "/usr/local/bin/bugjar", line 5, in
from pkg_resources import load_entry_point
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2603, in
working_set.require(requires)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 666, in require
needed = self.resolve(parse_requirements(requirements))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: Pygments>=1.5
ramirotrejosmbp:Project1 ramirotrejo$ bugjar main.py arg1 arg2
Traceback (most recent call last):
File "/usr/local/bin/bugjar", line 5, in
from pkg_resources import load_entry_point
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2603, in
working_set.require(requires)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 666, in require
needed = self.resolve(parse_requirements(requirements))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: Pygments>=1.5