Re: relative paths connect using python

2017-03-20 Thread alister
On Mon, 20 Mar 2017 10:49:39 -0700, Xristos Xristoou wrote: > Τη Δευτέρα, 20 Μαρτίου 2017 - 7:05:33 μ.μ. UTC+2, ο χρήστης Xristos > Xristoou έγραψε: >> i have a little confused problem. i want to store some paths from >> images using python 2.7 in windows 10. >> i have some relative path like this

Re: relative paths connect using python

2017-03-20 Thread Michael Torrie
On 03/20/2017 11:49 AM, Xristos Xristoou wrote: > and the path i need full absolute path like this : > var1='C:/my/store/path/myimage_1010_im.png' > > in my first code i dont have error but i take wrong for me path not full Since you have not provided any sample output from your program, there'

Re: relative paths connect using python

2017-03-20 Thread Xristos Xristoou
Τη Δευτέρα, 20 Μαρτίου 2017 - 7:05:33 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε: > i have a little confused problem. i want to store some paths from images > using python 2.7 in windows 10. > i have some relative path like this var1='C:/my/store/path' and in the final > folder where in my ex

Re: relative paths connect using python

2017-03-20 Thread jladasky
On Monday, March 20, 2017 at 10:05:33 AM UTC-7, Xristos Xristoou wrote: > i have a little confused problem. i want to store some paths from images > using python 2.7 in windows 10. > i have some relative path like this var1='C:/my/store/path' and in the final > folder where in my example is the n

Re: relative paths connect using python

2017-03-20 Thread Steve D'Aprano
On Tue, 21 Mar 2017 04:05 am, Xristos Xristoou wrote: > i have a little confused problem. i want to store some paths from images > using python 2.7 in windows 10. i have some relative path like this > var1='C:/my/store/path' That's not a relative path, that's an absolute path. > and in the fin