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 <thade...@thadeusb.com> 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 <mdipie...@cs.depaul.edu> 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" <nat...@freezable.com> 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 <mdipie...@cs.depaul.edu> 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 web...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > web2py+unsubscr...@googlegroups.com.
> > 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 web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to