So here's the situation. I am unfamiliar with Python but need it to export a
wiki, so I have been following this tutorial, using the latest version of
Python 2 on Windows 7:
https://github.com/WikiTeam/wikiteam/wiki/Tutorial#I_have_no_shell_access_to_server
I have everything working up to the p
On Tuesday, 23 January 2018 02:41:04 UTC+10:30, bream...@gmail.com wrote:
> On Monday, January 22, 2018 at 3:37:44 PM UTC, codyda...@gmail.com wrote:
> > So here's the situation. I am unfamiliar with Python but need it to export
> > a wiki, so I have been following this tutorial, using the latest
On Tuesday, 23 January 2018 02:56:56 UTC+10:30, Paul Moore wrote:
> You need to run that command from a CMD prompt, not from inside the
> Python interpreter.
>
> On 22 January 2018 at 16:19, cody wrote:
> > On Tuesday, 23 January 2018 02:41:04 UTC+10:30, bream...@gmail.com wrote:
> >> On Monda
On Tuesday, 23 January 2018 03:41:28 UTC+10:30, Paul Moore wrote:
> "python -m pip install kitchen" is probably your best approach (from
> the CMD prompt).
>
> On 22 January 2018 at 16:31, wrote:
> > On Tuesday, 23 January 2018 02:56:56 UTC+10:30, Paul Moore wrote:
> >> You need to run that