Re: [Tutor] Hello everybody

2016-06-14 Thread Joseph John
On Mon, Jun 13, 2016 at 11:55 PM, Влад <79099012...@yandex.ru> wrote: >Hi. I've just begin with Python? I'm 34. Is it late or what? If it is - > I >will cut it out. What you think guys? >** > Here myself 48 crossed, just started taking python step by step Welcome to the herd >

[Tutor] Python ODBC driver for Oracle 9

2016-06-13 Thread Joseph John
search, did not find any proper links which is leadeing to the Oracle9i driver. And now I am trying to post here to get advice or url on how to get oracle 9 python driver. Thanks Joseph John ___ Tutor maillist - Tutor@python.org To unsubscribe or change

Re: [Tutor] Command statement work well on interactive mode, which running as pf file it throws error object has no attribute '__getitem__'

2016-06-09 Thread Joseph John
On Thu, Jun 9, 2016 at 12:49 PM, Joseph John <jjk.s...@gmail.com> wrote: > > > On Thu, Jun 9, 2016 at 12:07 PM, Alan Gauld via Tutor <tutor@python.org> > wrote: > >> On 09/06/16 08:33, Joseph John wrote: >> >> > Now when I create a *.py file with a

Re: [Tutor] Command statement work well on interactive mode, which running as pf file it throws error object has no attribute '__getitem__'

2016-06-09 Thread Joseph John
On Thu, Jun 9, 2016 at 12:07 PM, Alan Gauld via Tutor <tutor@python.org> wrote: > On 09/06/16 08:33, Joseph John wrote: > > > Now when I create a *.py file with all the above steps and run it, I am > > getting error > > Traceback (most recent call last): > >

[Tutor] Command statement work well on interactive mode, which running as pf file it throws error object has no attribute '__getitem__'

2016-06-09 Thread Joseph John
ents work on interactive mode and when I run it in a py file some commands throws error Thanks Joseph John ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] import openpyxl throws error in-spite I have python-openpyxl installed.

2016-06-09 Thread Joseph John
( I tested it by logging in as another user) In my my user space,I solved it by giving pip install openpyxl Thanks Joseph John On Thu, Jun 9, 2016 at 8:51 AM, Joseph John <jjk.s...@gmail.com> wrote: > Hi All, > I am trying to explore python, trying to read from excel file. > I am using

[Tutor] import openpyxl throws error in-spite I have python-openpyxl installed.

2016-06-08 Thread Joseph John
ve python-openpyxl installed. Like to request guidance and feedback Thanks Joseph John ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

[Tutor] Finding the latest file in a dir

2014-01-05 Thread Joseph John
to apprehend how it is not working Guidance and advice requested Thanks Joseph John ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

[Tutor] How to copy file from a source, I do not know the source file name, Only path to the src directory I know

2010-11-09 Thread Joseph John
) ## -- Thanks Joseph John http://www.oss101.com/ ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] How to copy file from a source, I do not know the source file name, Only path to the src directory I know

2010-11-09 Thread Joseph John
/Projects/Training/Python/example/Two/ dst3 = /home/joseph/Projects/Training/Python/example/Three/ # # #shutil.move(src, dst) shutil.copy(src,dst2) shutil.move(src,dst3) ## -- Thanks Joseph John http://www.oss101.com

[Tutor] Integer division Help requested

2006-10-03 Thread Joseph John
HI All I am trying out python I understoon when 7/3 gives 2But I cannot understand , when i give 7/-3 gives resuls -3I feel 7/3 should give -2 since integer divison returns floor Advice requested Thanks Joseph John ___ Tutor maillist - Tutor