Pramod added the comment:
I understand that, but is it possible to keep only unique colors in the
Custom Color palette, and when user chooses the exact same color to be in
the Custom Color palette it would return a pop up like "Color already in
Custom Color palette".
It would be bet
Pramod added the comment:
Sorry for adding my file again. Can you please state the reason for
removing the file Mr. Terry J Reedy , was it because I haven't signed the
Contributor Agreement at that time? But now that I have signed it, can I
add thehttps://bugs.python.org/file50298/p
Change by Pramod :
Added file: https://bugs.python.org/file50298/python bug 1.png
___
Python tracker
<https://bugs.python.org/issue45270>
___
___
Python-bugs-list mailin
New submission from Pramod :
When customising my Python IDLE (in Options>Configure IDLE>Highlights>Choose
color for:), if I choose a color from the palette and click on the button "Add
to Custom Colors" multiple times, all my existing colors are replaced by a
single color
Change by Pramod :
--
nosy: pramodsarathy17
priority: normal
severity: normal
status: open
title: Clicking "Add to Custom C
___
Python tracker
<https://bugs.python.org/is
Changes by Pramod Jadhav :
--
nosy: pramod.jadhav
priority: normal
severity: normal
status: open
title: how to store json data into postgresql using python script
___
Python tracker
<http://bugs.python.org/issue21
New submission from Pramod Jadhav:
i am new in python.i have created twitter data anlysis script.how to run this
script dailly using python script.
--
messages: 214327
nosy: pramod.jadhav
priority: normal
severity: normal
status: open
title: how to do batch processing using python
Pramod Jadhav added the comment:
Traceback (most recent call last):
File "", line 1, in
File "C:\Python33\lib\site-packages\django\db\models\query.py", line 74, in
__repr__
return repr(data)
File "C:\Python33\lib\site-packages\django\db\models\base.py"
New submission from Pramod Jadhav:
C:\Python33\lib\genericpath.py:29: DeprecationWarning: The Windows bytes API
has been deprecated, use Unicode filenames instead
st = os.stat(path)
--
messages: 213517
nosy: pramod.jadhav
priority: normal
severity: normal
status: open
title
New submission from Pramod Jadhav:
import sys
import envoy
from bson import json_util # Comes with pymongo
from pymongo import MongoClient
from pprint import pprint
import json
client =
pymongo.MongoClient('mongodb://user:user...@ds033499.mongolab.com:33499/enron')
r = pymongo.M
Changes by Pramod Jadhav :
--
nosy: pramod.jadhav
priority: normal
severity: normal
status: open
title: how to import json file in mongodb using pymongo
versions: Python 2.7
___
Python tracker
<http://bugs.python.org/issue20
New submission from Pramod Jadhav:
AttributeErrorTraceback (most recent call last)
in ()
7 #F='C:\Users\Prashant\Documents\IPython
Notebooks\resources\ch06-mailboxes'
8 F='resources/ch06-mailboxes/data/enron.mbox.json.bz2'
> 9
New submission from Pramod Jadhav:
Exception in thread Thread-18:
Traceback (most recent call last):
File "C:\Anaconda\lib\threading.py", line 810, in __bootstrap_inner
self.run()
File "C:\Anaconda\lib\threading.py", line 763, in run
self.__target(*self.__a
New submission from Pramod T Sridhar :
Hi All,
We have a Python based test framework which is being used in various projects.
Our current environment is
Python (ver 2.5.1)
wxPython (wxPython2.8-win32-ansi-2.8.6.0-py25)
pywin32-210.win32-py2.5
vcredist_x86.exe
pyserial-2.2
Our Framework is
14 matches
Mail list logo