On Fri, Oct 14, 2016 at 4:52 PM, Peter Otten <__pete...@web.de> wrote:
>
> python -m pip install timesheet
>
> on the commandline should take care of the details. On my (Linux) machine
> this also installed a script that I can invoke on the command line with
>
> $ timesheet start foo bar
> Started
mpreisig . wrote:
> Thanks Peter.
>
> So the setup script is supposed to generate the "timesheet" script?
> Because in the source there is no such file.
>
> Then the question I guess is how to install the package. Do I run the
> setup.py script from where I downloaded it to (e.g. in the Windows
Thanks Peter.
So the setup script is supposed to generate the "timesheet" script? Because
in the source there is no such file.
Then the question I guess is how to install the package. Do I run the
setup.py script from where I downloaded it to (e.g. in the Windows
"Downloads" folder, open a cmd-wi
mpreisig . wrote:
> how can i use this program on windows:
>
> https://pypi.python.org/pypi/timesheet/0.9.2
>
> - in a python shell?
> - in a windows cmd shell?
> - using cygwin or something similar?
Did you follow the instructions on the page you linked to?
"timesheet" is a script, so once i
how can i use this program on windows:
https://pypi.python.org/pypi/timesheet/0.9.2
- in a python shell?
- in a windows cmd shell?
- using cygwin or something similar?
thanks,
matthias
___
Tutor maillist - Tutor@python.org
To unsubscribe or change su
James Hartley wrote:
> I have implemented the equivalent of "insert if unique" in Python &
> SQLAlchemy to help with data normalization. However to help minimize the
> number of preliminary SELECT statements needed, it helps to check types
> through calls to isinstance() before getting to the sal