Regarding- Issue on package install

2023-05-31 Thread Rakesh Vettrivel
I have an issue on updating both pip and setup tools, setuptools latest version is getting installed successfully but after giving ok still its shows to update. pip is not getting installed and it shows some error. Help me please with these issue. pip error: Collecting pip==23.1.2 Using cached

why are the ticker and date column labels lower than High Low Open Close

2020-04-01 Thread Rakesh Kapoor
I am using this to download stock prices. But i find that the column names are not in same row. I am guessing i am missing something. import pandas as pd import numpy as np import datetime import pandas_datareader as pdr py.init_notebook_mode(connected=True) # we download the stock prices

Fwd: about to resolve problem in installation

2020-03-31 Thread Kapuganti Rakesh
-- Forwarded message - From: Kapuganti Rakesh Date: Tue, 31 Mar 2020 at 19:02 Subject: Re: about to resolve problem in installation To: Calvin Spealman I have already search in my pc but it is showing nothing and later i searched python and started that app.After some

about to resolve problem in installation

2020-03-31 Thread Kapuganti Rakesh
Respected sir, I have downloaded the latest version of python 3.8.2 in my windows 10. I have installed that.After completion of installation process it is displaying three options of modify,repair and uninstall. How to resolve that issue. please help me

[issue37391] MacOS Touchpad scrolling crashes IDLE

2019-06-25 Thread Rakesh Singh
Rakesh Singh added the comment: Same behaviour experienced here on Mojave Kernel Version 18.6.0. Homebrew Python 3.7.3 Python 3.7.3 (default, Jun 19 2019, 07:38:49) [Clang 10.0.1 (clang-1001.0.46.4)] on darwin Type "help", "copyright", "credits" or "licen

Issue installing pyopencv in mac

2012-08-29 Thread Rakesh Rocker RuLZzz
I tried installing pyopencv in mac but i gives me an error I have installed all the dependent softwares like opencv,boost, etcstill unable to fix it. also i have updated xcode and using python 2.7 I also tried using mac port but still no use can anybody help meThanks in advance. --

how to avoid leading white spaces

2011-06-01 Thread rakesh kumar
. -- Thanks and regards @@ Be An Innovator @@ Rakesh Kumar A +917428243738 [image: cid:image001.jpg@01CA6F8E.95C07E20] image001.jpg-- http://mail.python.org/mailman/listinfo/python-list

[issue7738] IDLE hang when tooltip comes up in Linux

2010-08-01 Thread Rakesh
Rakesh rakeshdhanire...@gmail.com added the comment: I too have the same bug with python 2.6.4 and 3.1. The issue seems to be with Tk8.5. Earlier idle packages worked fine Tk8.4. -- nosy: +rakesh_d ___ Python tracker rep...@bugs.python.org http

Python Contractor needed

2008-07-31 Thread Rakesh Thakrar
in Hampshire UK . Please do not hesitate to contact me for further information. Regards Rakesh ___ Rakesh Thakrar Manager Microcom Tel: 01923 851225 Mob: 079 7094 3227 Fax: 0845 389 2392 www.microcom-IT.com http://www.microcom-recruitment.com Beaumont Gate Shenley Hill

Python Contractor needed

2008-07-31 Thread Rakesh Thakrar
in Hampshire UK . Please do not hesitate to contact me for further information. Regards Rakesh ___ Rakesh Thakrar Manager Microcom Tel: 01923 851225 Mob: 079 7094 3227 Fax: 0845 389 2392 www.microcom-IT.com http://www.microcom-recruitment.com Beaumont Gate Shenley Hill

Re: cx_Freeze : LookupError: unknown encoding: ascii

2008-03-02 Thread Rakesh Kumar
On Mar 1, 3:41 pm, Martin v. Löwis [EMAIL PROTECTED] wrote: Can somebody point to some clues about options that need to be passed to FreezePython API to get the right executable. You need to tell it to include the encodings.ascii module. Regards, Martin Thanks Martin. Adding something

cx_Freeze : LookupError: unknown encoding: ascii

2008-03-01 Thread Rakesh Kumar
Hi - I created a binary using the cx_Freeze utility on Linux (wxWidgets 2.8 / Python 2.5/ Mandriva 2008 ). When I tried to run the binary - this is the error that I got on the console. File gdataapi.py, line 44, in __init__ self.service.ProgrammaticLogin() File

freeze.py - resolving dependencies

2008-02-25 Thread Rakesh Kumar
hi - I wrote a wxWidgets program and was trying to convert the python script to native python code. After running freeze.py on my source file - I am getting the following unknown modules error. Warning: unknown modules remain: _bisect _heapq _locale _random _socket _ssl _struct _tkinter array

Python Contractor Required

2006-12-05 Thread Rakesh Thakrar
. ___ Rakesh Thakrar Manager Microcom Recruitment Division 2 Adelaide Street St. Albans Herts, AL3 5BH Tel: 01727 752000 Mob: 079 7094 3227 Fax: 01727 752018 www.microcom-recruitment.com Permanent and Contract IT Recruitment Specialists

Python Developer required for 6 Months Contract - South West UK

2006-07-18 Thread Rakesh Thakrar
of the following; QT, GTK, KDE or similar toolkits/technologies . Please do not hesitate to call me for further information.-- Regards Rakesh -- http://mail.python.org/mailman/listinfo/python-list

Python Developer required for a 6 months contract

2006-07-17 Thread Rakesh Thakrar
My client based in the South West is looking for a Python Developer to join an existing project team for a 6-month contract. Suitable candidates will have commercial experience programming with Python and knowledge of Software Design Architecture. Ideally you will have Knowledge of QT, GTK, KDE

Graduate / Junior Open Source Developer (Python) required

2005-06-09 Thread Rakesh Thakrar
at [EMAIL PROTECTED] Regards Rakesh ___ Rakesh Thakrar Senior Consultant Microcom Limited Recruitment Division 2 Adelaide Street St. Albans Herts, AL3 5BH Tel: 01727 752 000 Mob: 079 7094 3227

dictionary: sorting the values preserving the order

2005-03-31 Thread Rakesh
Hi, For a particular problem of mine, I want to sort key, value pairs by its value. Eg: Input: A, 4 B, 5 C, 1 D, 2 E, 3 I would like the output to be: C D E A B i.e. I would like to get the keys in the sorted order of values. I did google around a little bit. One solution to a similar

Re: Python interpreter error: unsupported operand type(s) for -: 'tuple' and 'int'

2005-03-30 Thread Rakesh
George Yoshida wrote: Rakesh wrote: To quote a much smaller trimmed-down example, here is how it looks like: ## --- # Entry Point to the whole program ## --- def main(): mylist

pyopenGL: glutInit : TypeError: not a list

2005-03-29 Thread Rakesh
Hi, I am starting to write this sample program in Python to use the GLUT library. -- from OpenGL.GL import * from OpenGL.GLUT import * def init(): glClearColor(0, 0, 0, 0) glMatrixMode(GL_PROJECTION) glLoadIdentity() glLightfv(GL_LIGHT0, GL_AMBIENT, [0.0, 0.0, 0.0, 1.0])

Re: pyopenGL: glutInit : TypeError: not a list

2005-03-29 Thread Rakesh
After some playing around, here is how my code looks like and it works: from OpenGL.GL import * from OpenGL.GLUT import * import sys def init(): glClearColor(0, 0, 0, 0) glMatrixMode(GL_PROJECTION) glLoadIdentity() glLightfv(GL_LIGHT0, GL_AMBIENT, [0.0, 0.0, 0.0, 1.0])

Re: Coding style article with interesting section on white space

2005-01-29 Thread Rakesh Kumar
Thanx Nick -- http://mail.python.org/mailman/listinfo/python-list

Re: nntplib: abstraction of threads

2005-01-17 Thread Rakesh
Steve Holden wrote: Werner Amann wrote: Rakesh schrieb: What I want is to *group the messages belonging to each thread* . Hello Why not sort with Message-ID and References? Attention - it is a Newbie-Solution. import nntplib hamster = nntplib.NNTP('127.0.0.1', 119

nntplib: abstraction of threads

2005-01-15 Thread Rakesh
For a particular application of mine, I need to get the messages from usenet , (and group them by each thread) . My startup python code looks as follows. --- Startup code to read messages from a newsgroup -- import nntplib, cStringIO, rfc822, sys SRVR = 'my_news_server' # Your news server