Git Product home page Git Product logo

pitz's Issues

version conflict with mock

Tried the following:
sudo pip install git+git://github.com/mw44118/pitz

It seems to work, but when I try to run a command, it fails with following traceback:

test 17:13 1028 $ pitz-setup
Traceback (most recent call last):
  File "/usr/bin/pitz-setup", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.5/site-packages/distribute-0.6.10-py2.5.egg/pkg_resources.py", line 2659, in <module>
    parse_requirements(__requires__), Environment()
  File "/usr/lib/python2.5/site-packages/distribute-0.6.10-py2.5.egg/pkg_resources.py", line 550, in resolve
    raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (mock 0.7.0b3 (/usr/lib/python2.5/site-packages), Requirement.parse('mock==0.4'))

$EDITOR with parameters is not supported

I use mac and my $EDITOR is set to 'mate -w' (that's standard cli-based starter ot Textmate.app). pitz dies with exception whenever it tries to start editor. Changing $EDITOR to something without parameters resolves the problem.

Not clear how to use estimates

My intuition tells me that when I create a task, I should be able to enter my estimate for that task directly. However, I am apparently expected to choose an estimate from a pre-existing list of estimates.

webapp 14:42 1052 $ pitz-add-task -t "Data Feed"
Choose a Milestone
   1: 05227a unscheduled: 0% complete (0 / 0 tasks)
   2: d982fe Iteration_4: 0% complete (0 / 0 tasks)
   3: 50e2d7 Iteration_3: 0% complete (0 / 0 tasks)
   4: bb2010 Iteration_2: 0% complete (0 / 0 tasks)
   5: 1b2472 Iteration_1: 0% complete (0 / 0 tasks)
Pick a Milestone or hit <ENTER> to choose 05227a unscheduled: 0% complete (0 / 0 tasks): 1
Choose a Estimate
   1: 48c188: not estimated
Pick a Estimate or hit <ENTER> to choose 48c188: not estimated: 7
Traceback (most recent call last):
  File "/usr/bin/pitz-add-task", line 9, in <module>
    load_entry_point('pitz==1.1.2', 'console_scripts', 'pitz-add-task')()
  File "/usr/lib/python2.5/site-packages/pitz/cmdline/__init__.py", line 301, in __call__
    self.handle_proj(p, options, args, proj)
  File "/usr/lib/python2.5/site-packages/pitz/cmdline/__init__.py", line 1179, in handle_proj
    else Estimate.choose_from_already_instantiated(default_estimate),
  File "/usr/lib/python2.5/site-packages/pitz/entity/__init__.py", line 545, in choose
    return choices[int(choice)-1]
IndexError: list index out of range

I don't quite understand the logic here. In my mind, estimates are just real numbers and have no meaning outside the context of an existing task. What am I missing?

Windows: ImportError: No module named pwd

I have a project on Windows for which I would like to use Pitz.:
pitz-setup throws ImportError: No module named pwd
On windows it should be getpass.
I expect there are other issues on windows.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.