[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 su

Re: [Tutor] using python shell program on windows

2016-10-14 Thread mpreisig .
; folder, open a cmd-window and do "python setup.py"), or do I have to copy the entire folder structure into the site-packages folder of my python directory first? Thanks, Matthias > mpreisig . wrote: > > > how can i use this program on windows: > > > > https://pypi

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 take