The problem is when paths contain spaces.
I thought even in windows in this case one should esacpe spaces with
'\ ' and use either \\ ('\\\\' in python) or / ('/') to separate
folders. For example:
'C:/windows/Documents\ and\ Settings/'
or
'C:\\windows\\Documents\ and\ Settings\\'
Am I wrong?
Massimo
On Jan 30, 11:10 am, Thadeus Burgess <[email protected]> wrote:
> in windows?
>
> c:\python25\python.exe
>
> its not case sensitive but it is slash sensitive
>
> -Thadeus
>
> On Sat, Jan 30, 2010 at 12:24 AM, mdipierro <[email protected]> wrote:
> > Would this path be right
>
> > c:/Python25/python.exe
>
> > or this
>
> > c:\Python25\python.exe
>
> > or both?
>
> > On Jan 29, 11:18 pm, "mr.freeze" <[email protected]> wrote:
> >> No but I'm getting this in the console on Windows 7:>>>
> >> WARNING:root:WEB2PY CRON Call returned code 1:
>
> >> 'c:/Python25/python.exe\' is not recognized as an internal or external
> >> command,
> >> operable program or batch file.
>
> >> On Jan 29, 5:37 pm, mdipierro <[email protected]> wrote:
>
> >> > In particular on windows and the @reboot option?
>
> >> > Massimo
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "web2py-users" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected].
> > For more options, visit this group
> > athttp://groups.google.com/group/web2py?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.