Re: [Tutor] using python shell program on windows

2016-10-17 Thread mpreisig .
Thanks a lot Peter and eryk for these very clear explanations. I was able to install successfully using pip and run the program. Best, Matthias > On Fri, Oct 14, 2016 at 4:52 PM, Peter Otten <__peter__ at web.de> wrote: > > > > python -m pip install timesheet > > > > on the commandline should

Re: [Tutor] using python shell program on windows

2016-10-14 Thread eryk sun
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

Re: [Tutor] using python shell program on windows

2016-10-14 Thread Peter Otten
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

Re: [Tutor] using python shell program on windows

2016-10-14 Thread Peter Otten
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

[Tutor] using python shell program on windows

2016-10-14 Thread mpreisig .
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