[issue44274] Installation problem for python-3.6.4rc1-macosx10.6.pkg-('python cannot be opened because of a problem') in my MacOS11.4

2021-05-31 Thread Abhishek Ramesh
Abhishek Ramesh added the comment: Thank you for the information. On Tue, Jun 1, 2021, 6:48 AM Ned Deily wrote: > > Ned Deily added the comment: > > It appears you are trying to use a very old version of Python 3.6.4 from a > python.org installer, and a re

[issue44274] Installation problem for python-3.6.4rc1-macosx10.6.pkg-('python cannot be opened because of a problem') in my MacOS11.4

2021-05-31 Thread Abhishek Ramesh
New submission from Abhishek Ramesh : Process: Python [98546] Path: /Library/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/Contents/MacOS/Python Identifier:Python Version: 3.6.4rc1 (3.6.4rc1) Code Type: X86-64

[XPOST] PyCon India 2020 Keynote: Victor Stinner

2020-09-11 Thread ABHISHEK MISHRA
Please retweet the announcement to reach to all the interested parties https://twitter.com/pyconindia/status/1304384781715603456 -- Abhishek Mishra On behalf of PyCon India 2020 Team https://in.pycon.org/2020/ ___ Python-announce-list mailing list

PyCon India 2020 Keynote: S Anand

2020-09-10 Thread ABHISHEK MISHRA
and narrates these as visual data stories. You can find him on Twitter: @sanand0 Please retweet the announcement to reach to all the interested parties https://twitter.com/pyconindia/status/1304020252271849472 -- Abhishek Mishra On behalf of PyCon India 2020 Team https://in.pycon.org/2020

PyCon India 2020 Keynote: James Powell

2020-09-10 Thread ABHISHEK MISHRA
conference talks at over fifty Python events worldwide. You can find him on Twitter @dontusethiscode. Please retweet the announcement to reach to all the interested parties https://twitter.com/pyconindia/status/1303657849688530944 -- Abhishek Mishra On behalf of PyCon India 2020 Team https

Getting ReadTimeoutError for tensorflow while deploying python app to Azure Web App

2020-04-11 Thread kargawal . abhishek
remote: [20:44:36+] Collecting tensorflow==2.1.0 remote: [20:44:36+] Downloading tensorflow-2.1.0-cp37-cp37m-manylinux2010_x86_64.whl (421.8 MB) remote: ... remote: ... remote:

[issue39821] grp library functions grp.getgrnam() & grp.getgrgid() returning incorrect gr_mem information

2020-03-01 Thread Abhishek
Abhishek added the comment: I also observed now that it works on other distro. On red hat enterprise linux (rhel) 7.7, I a, getting the correct output. The bug which I have raised was tested on rhel 8.2. [root@biplab2 ~]# cat /etc/redhat-release Red Hat Enterprise Linux release 8.2 Beta

[issue39821] grp library functions grp.getgrnam() & grp.getgrgid() returning incorrect gr_mem information

2020-03-01 Thread Abhishek
New submission from Abhishek : If root user is part of a linux group, then in the response of getgrnam() & grp.getgrid(), in te gr_mem part, root user is not listed. [root@biplab2 ~]# getent group | grep starwars starwars:x:1011:root,abhi [root@biplab2 ~]# python3 Python 3.6.8 (default,

[issue19376] document that strptime() does not support the Feb 29 if the format does not contain the year

2018-10-30 Thread abhishek
Change by abhishek : -- keywords: +patch pull_requests: +9556 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue19376> ___ ___ Python-

[issue34351] Python 3.7 - Issues Installing Scikit Learn

2018-08-07 Thread Abhishek Reddy
New submission from Abhishek Reddy : Hi I am currently encountering below issues when trying to install any version of Scikit Learn (0.19.0 or 0.19.1 or 0.19.2) on Linux - RHEL / Centos 7 OS. Few months back I could successfully install scikit-learn under python 2.7 without issues. When I

[issue34348] Python 3.7 - Issues Installing Scikit Learn

2018-08-07 Thread Abhishek Reddy
Abhishek Reddy added the comment: Hi Mark, Thank you for your update. How do I reach to the upstream scikit-learn folks ? Thanks, Abhishek On 8/7/18, 2:56 AM, "Mark Dickinson" wrote: Mark Dickinson added the comment: Have you reported this upstream to the scikit-l

[issue34348] Python 3.7 - Issues Installing Scikit Learn

2018-08-06 Thread Abhishek Reddy
New submission from Abhishek Reddy : Hi I am currently encountering below issues when trying to install any version of Scikit Learn (0.19.0 or 0.19.1 or 0.19.2) Python Version - 3.7 /usr/local/bsb-python37 - Custom Location in which I configured and installed Python 3.7 I have installed

Re: Inclusion of of python and python libraries licensed with BSD- 3 clause license in proprietary software

2017-04-12 Thread Abhishek Kumar
On Wednesday, 12 April 2017 07:12:27 UTC+5:30, Steve D'Aprano wrote: > On Wed, 12 Apr 2017 06:35 am, Abhishek Kumar wrote: > > > Hello, > > > > I tried finding the answer but even the lawyers in my town have no idea > > Where is your town? > > > >

Re: Inclusion of of python and python libraries licensed with BSD- 3 clause license in proprietary software

2017-04-11 Thread Abhishek Kumar
On Wednesday, 12 April 2017 02:23:53 UTC+5:30, Chris Angelico wrote: > On Wed, Apr 12, 2017 at 6:35 AM, Abhishek Kumar > wrote: > > I tried finding the answer but even the lawyers in my town have no idea > > about it and searching the web leaved me puzzled. > > I am pla

Inclusion of of python and python libraries licensed with BSD- 3 clause license in proprietary software

2017-04-11 Thread Abhishek Kumar
and legally inhibit redistribution by users under my own license. Also if you know anyone who holds knowledge in this field then please do let me know.. Your response will be really helpful. Regards, Abhishek Kumar ᐧ -- https://mail.python.org/mailman/listinfo/python-list

Re: Matplotlib error: Value Error: x and y must have same first dimension

2015-11-16 Thread Abhishek Mallela
Thank you Laura and Oscar. Abhishek -- https://mail.python.org/mailman/listinfo/python-list

Matplotlib error: Value Error: x and y must have same first dimension

2015-11-12 Thread Abhishek
I am trying to run some Python code for the last few hours. How can I achieve the effect of "dot divide" from Matlab, in the following code? I am having trouble working with list comprehension and numpy arrays and getting the following error: Traceback (most recent call last): File

Scipy odeint (LSODA) gives inaccurate results; same code fine in MATLAB ode15s/ode23s

2015-11-06 Thread Abhishek
I have code that runs perfectly well in MATLAB (using ode15s or ode23s) but falters with Scipy odeint. The MATLAB code is for a specific case of the generalized Python code. Here I have tried to reproduce the specific case in Python. The logic in the code is airtight and the algorithm is sound.

RuntimeError: The size of the array returned by func does not match the size of y0

2015-11-05 Thread Abhishek
I have recently switched from programming heavily in MATLAB to programming in Python. Hence I am having some issues running the Python code that I have written. I am using IPython with Anaconda2 on Windows 7 and using numPy and SciPy to integrate a system of ordinary differential equations. I

[issue24202] Multiprocessing Pool not working for userdefined function

2015-05-15 Thread Abhishek Manandhar
Abhishek Manandhar added the comment: Yes actually it produce no erroe on standalone script. But the script executes without any outputs. not even for numpy function. I used code below in script. import multiprocessing import numpy def f(x): return x*x if __name__ = __main__: p

[issue24202] Multiprocessing Pool not working for userdefined function

2015-05-15 Thread Abhishek Manandhar
New submission from Abhishek Manandhar: I was looking to implement multiprocess pool. It worked fine with the numpy function while with the user defined function it ran into error. import numpy import multiprocessing P = multiprocessing.Pool(5) P.map(numpy.sqrt,range(50)) [0.0, 1.0

Re: Python gethostbyname fails just one one machine.

2014-12-17 Thread Abhishek Srivastava
I was able to resolve the issue. since you said that there is nothing wrong with python as such... and its a networking issue. I deleted the network adapter of my vm and then re-created it. now suddenly it began to work. funny! -- https://mail.python.org/mailman/listinfo/python-list

new to python

2013-09-13 Thread Abhishek Pawar
what should i do after learning python to get more comfortable with python? -- https://mail.python.org/mailman/listinfo/python-list

Re: new to python

2013-09-13 Thread Abhishek Pawar
On Saturday, September 14, 2013 12:45:56 AM UTC+5:30, Ben Finney wrote: Abhishek Pawar appabhish...@gmail.com writes: what should i do after learning python to get more comfortable with python? Welcome! Congratulations on finding Python. thanks you inspire me Get

Re: new to python

2013-09-13 Thread Abhishek Pawar
On Saturday, September 14, 2013 12:45:56 AM UTC+5:30, Ben Finney wrote: Abhishek Pawar appabhish...@gmail.com writes: what should i do after learning python to get more comfortable with python? Welcome! Congratulations on finding Python. Get comfortable with Python

[issue17642] IDLE add font resizing hot keys

2013-04-30 Thread Abhishek Kumar
Abhishek Kumar added the comment: Thanks Roger, for the feedback especially the licence part. I have least idea about licences but will take care in future. One question: Is it right to change IdleConf on Ctrl+ and Ctrl- ? I mean to change font for all open windows? It happens with most text

[issue17642] IDLE add font resizing hot keys

2013-04-28 Thread Abhishek Kumar
Abhishek Kumar added the comment: I have submitted a patch that is working fine on Windows and on Ubuntu. I have used ZoomFont.py of IdleX. On pressing Ctrl+ or Ctrl- it changes the user configuration and updates the font of all open windows as there is a common user configuration for all

[issue15021] xmlrpc server hangs

2012-06-12 Thread Abhishek Singh
Abhishek Singh abhishekrsi...@gmail.com added the comment: I found my problem. I was also using pipes to implement my show output (between python and C). The pipe was getting full, and xmlrpc server was locking up because of that. The gdb traceback was confusing though (will re-open if I see

[issue15021] xmlrpc server hangs

2012-06-09 Thread Abhishek Singh
Abhishek Singh abhishekrsi...@gmail.com added the comment: I have a pretty complicated setup. 100's of threads, xmlrpc being in the main thread and providing show routines for my program. I have 10's of such processes doing some heavy duty simulation/crunching. The threads and program is in C

[issue15021] xmlrpc server hangs

2012-06-06 Thread Abhishek Singh
New submission from Abhishek Singh abhishekrsi...@gmail.com: Hi Terry, I am running into a xmlrpc server issue where it just hangs. 9.914048127.0.0.1 - 127.0.0.1TCP 52327 8012 [SYN] Seq=0 Win=32792 Len=0 MSS=16396 TSV=3131436173 TSER=0 WS=6 00 00 00 00 00 00 00 00 00 00 00

multiprocessing : farming out python functions to a cluster

2012-05-17 Thread Abhishek Pratap
Hey Guys I am wondering if I can execute/run python functions through multiprocessing package on a grid/cluster rather than on the same local machine. It will help me create 100's of jobs on which same function has to be used and farm them out to our local cluster through DRMAA. I am not sure if

Re: concurrent file reading/writing using python

2012-03-27 Thread Abhishek Pratap
IBM). I realize this can be more suited to HDFS but wanted to know if people have implemented something similar on a normal linux based NFS -Abhi On Mon, Mar 26, 2012 at 6:44 PM, Steve Howell showel...@yahoo.com wrote: On Mar 26, 3:56 pm, Abhishek Pratap abhishek@gmail.com wrote: Hi Guys

concurrent file reading/writing using python

2012-03-26 Thread Abhishek Pratap
] concurrent file reading using python To: tu...@python.org Abhishek Pratap wrote: Hi Guys I want to utilize the power of cores on my server and read big files ( 50Gb) simultaneously by seeking to N locations. Yes, you have many cores on the server. But how many hard drives is each file on? If all

[issue8536] Support new features of ZLIB 1.2.4

2012-01-27 Thread abhishek
abhishek creativeabhishekg...@gmail.com added the comment: I think New features like inflateReset2(), inflateMark(), or Z_TREES flags are included in python 3.2.2. -- nosy: +abhishek_bits ___ Python tracker rep...@bugs.python.org http

[issue8536] Support new features of ZLIB 1.2.4

2012-01-27 Thread abhishek
abhishek creativeabhishekg...@gmail.com added the comment: Check This out http://hg.python.org/cpython/file/b99c54acb22d/Modules/zlib/inflate.c http://hg.python.org/cpython/file/b99c54acb22d/Modules/zlib/zconf.h http://hg.python.org/cpython/file/b99c54acb22d/Modules/zlib/zconf.in.h All three

Cross compiling Python 3.2 for PPC (MPC 8641D)

2011-12-20 Thread abhishek bhat
I am trying to compile Python 3.2 to a PPC platform running a lesser known OS called OSE (by ENEA). The problem is that there is no shell which can be used to run the configure script which means that I need to manually port the pyconfig.h and the makefile for the given platform. Any suggestions

Re: Module for Python and SGE interaction

2011-11-01 Thread Abhishek Pratap
Hey Guys Pushing this one again just in case it was missed last night. Best, -Abhi On Mon, Oct 31, 2011 at 10:31 PM, Abhishek Pratap abhishek@gmail.comwrote: Hey Guys I shud mention I am relative new to the language. Could you please let me know based on your experience which module

Module for Python and SGE interaction

2011-10-31 Thread Abhishek Pratap
Hey Guys I shud mention I am relative new to the language. Could you please let me know based on your experience which module could help me with farm out jobs to our existing clusters(we use SGE here) using python. Ideally I would like to do the following. 1. Submit #N jobs to cluster 2.

Re: Processing a file using multithreads

2011-09-09 Thread Abhishek Pratap
AM, Roy Smith r...@panix.com wrote: In article c6cbd486-7e5e-4d26-93b9-088d48a25...@g9g2000yqb.googlegroups.com,  aspineux aspin...@gmail.com wrote: On Sep 9, 12:49 am, Abhishek Pratap abhishek@gmail.com wrote: 1. My input file is 10 GB. 2. I want to open 10 file handles each handling 1

Processing a file using multithreads

2011-09-08 Thread Abhishek Pratap
Hi Guys My experience with python is 2 days and I am looking for a slick way to use multi-threading to process a file. Here is what I would like to do which is somewhat similar to MapReduce in concept. # test case 1. My input file is 10 GB. 2. I want to open 10 file handles each handling 1 GB

Application monitoring

2011-08-16 Thread Abhishek Bajpai
I need to monitor applications like apache, mysql etc there live status, errors etc on my LAN is there any tool or lib for this any help will be appreciated thanks in advance -- http://mail.python.org/mailman/listinfo/python-list

question

2011-08-14 Thread Abhishek Jain
Hello all, I wrote a python program to find the 1000th prime no. The program isn't working as it should be. Please tell what the error is: ## this is to find the 1000th prime number number = 3 while number 1: ###initialize stuff counter = 1 ###initializing list to check

Equality check

2011-08-03 Thread Abhishek Jain
How to check equality of two nos. in python -- http://mail.python.org/mailman/listinfo/python-list

Re: No module name tests

2011-06-01 Thread Abhishek Amberkar [अभिषेक]
in sys.path ?? -- With Regards Abhishek Amberkar -- http://mail.python.org/mailman/listinfo/python-list

Writing binary files in windows

2011-02-11 Thread Abhishek Gulyani
When I write binary files in windows: file = open(r'D:\Data.bin','wb') file.write('Random text') file.close() and then open the file it just shows up as normal text. There is nothing binary about it. Why is that? Sorry if this is too much of a noobie question. I tried googling around but

Re: flattening list

2010-05-09 Thread Abhishek Mishra
thanks for the excercise just figured out this - #!/usr/bin/env python import sys sys.setrecursionlimit(2000) def flatten(l): flattened = [] for i in l: if type(i) == type([]): flattened += flatten(i) else: flattened.append(i) return flattened if

Re: can we change the variables with function

2010-05-09 Thread Abhishek Mishra
Could you also demonstrate with an example as to what kind of effect you're expecting from whatever you've been desiring to do? On Sun, May 9, 2010 at 1:49 PM, gopi krishna dasarathulag...@gmail.comwrote: Hi can I change the variable in a function using the function suppose def a(): x=20

Re: Recursive functions not returning lists as expected

2010-05-03 Thread Abhishek Mishra
Perhaps you forgot a return, thats fundamental to recursion right - funciton returning itself to itself :) Here's a bit modification needed - def recur_trace(x,y): print x,y if not x: return y return recur_trace(x[1:], y + x[:1]) print ( recur_trace([],[1,2,3]) ) print print (

pymos-0.6: introduction, project page

2009-11-11 Thread Abhishek Mishra
randomness to output at user's wish. PyMos can be also used inside your code as a module. See improved project website and guide - http://ideamonk.github.com/PyMos/index.html regards, Abhishek Mishra -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software

Regarding Python is scripting language or not

2009-06-17 Thread abhishek goswami
language Abhishek Goswami Chennai Phone No -0996227099 ICC World Twenty20 England #39;09 exclusively on YAHOO! CRICKET http://cricket.yahoo.com-- http://mail.python.org/mailman/listinfo/python-list

Regarding GUI

2009-06-16 Thread abhishek goswami
Hi, I have a very basic question about GUI programming as i am beginner into Python. You are providing many enviroment for GUI programming in python. But could you guide me which is better or frequently used Abhishek Goswami Chennai Phone No -0996227099 Explore and discover exciting

[issue5146] threading via uid method doesn't work in imaplib

2009-02-03 Thread abhishek
New submission from abhishek abhis...@synovel.com: Hi, IMAP commands in general can be either called directly or via the UID command which basically returns the UIDs instead of message IDs. Consider this example: 02:23.02 GDJB3 UID THREAD references UTF-8 (SEEN) 02:23.02 * THREAD (3)(2

conversion to and from unicode strings

2008-10-27 Thread abhishek
hello group, i want to represent and store a string u'\x00\x07\xa7' as '\x00\x07\xa7'. any ideas on how to achieve this. -- http://mail.python.org/mailman/listinfo/python-list

keyword in package name.

2008-10-19 Thread Abhishek Mishra
://www.python.org/doc/2.5.2/ref/keywords.html Regards, Abhishek Mishra -- http://mail.python.org/mailman/listinfo/python-list

Re: keyword in package name.

2008-10-19 Thread Abhishek Mishra
On Oct 19, 12:11 pm, Tino Wildenhain [EMAIL PROTECTED] wrote: Abhishek Mishra wrote: Hello Everyone, I have the habit of using domain names (of either the application or company) in reverse in package names. for e.g. com.spam.app1 While this seemed a good idea for java, I don't think

Re: keyword in package name.

2008-10-19 Thread Abhishek Mishra
,         Marc 'BlackJack' Rintsch Ah, you have opened my eyes. I should have asked myself before why I did not face such a clash. (because no-one uses this convention!) I guess the way to go is not use the tld, but just a unique company/ product name. Thanks, Abhishek Mishra -- http://mail.python.org

Unable to read data from transport connection

2008-08-11 Thread abhishek
Hello group, i am running a web server on cherrypy 2.2.0 using python2.5 and turbogears1.0. I have a client application in C#.NET which uploads the data on to web server over HTTP. Very frequently i encounter error logs on my client application which says -- Unable to read data from

yo...

2008-07-07 Thread abhishek
hey guys...me nu 2 python yo...help me...by da way...jus joined inthanks -- http://mail.python.org/mailman/listinfo/python-list

multithreading in python ???

2008-07-03 Thread Abhishek Asthana
Hi all , I have large set of data computation and I want to break it into small batches and assign it to different threads .I am implementing it in python only. Kindly help what all libraries should I refer to implement the multithreading in python. Thanks , Abhishek CAUTION

Using Bluetooth Module

2008-07-02 Thread Abhishek Wadhava
Hi..!! I was thinking to perform bluetooth Communication with Python. So can any1 guide me from where to start...i mean any particular module or library for that, any documentations for that..etc etc... -- http://mail.python.org/mailman/listinfo/python-list

Enquiry about PyUSB

2008-06-27 Thread Abhishek Wadhava
Hi.. I'm trying to make a Software USB based on AVR309 application note available at www.atmel.com/dyn/resources/prod_documents/doc2556.pdf So what basically i'm doing is programming a ATTINY-44 to do functions of a USB-driver and when connected to USB port, should be automatically detected by the

Help needed in choosing an algorithm for Cryptographic services.

2008-05-29 Thread abhishek
cryptographic method suits me best for this purpose. Help/Suggestions are urgently required Thank you , Abhishek -- http://mail.python.org/mailman/listinfo/python-list

Error in parsing XML for following test data

2008-01-29 Thread abhishek
Hello group, I am having problem parsing following data set from XML. Please provide hints on how to rectify this problem. I am using python2.4 version this is te test data that i am using -- 1!!!11 2@@@22 3###33 4$$$44 5%%%55

application error in python

2008-01-23 Thread abhishek
for while now is when i am trying to access a few functions in c++ through python by building .pyd extension, python.exe crashes saying an application error has occured any clues why this happened as everythiing was working well in .net2003 and python2.4 thanks abhishek -- http://mail.python.org

Why Python.exe is breaking with memory dump??

2008-01-11 Thread abhishek
Hi group i have created a simple .pyd using which i m able call C function from python code. There are around 6 such functions. 4 of them work great. But when i try to run other two python's exe breaks giving memory dump. Any pros or cons on what led to such a situation.. Is it a problem in my c

HOW TO HANDLE POINTERS FROM NON-LOCAL HEAPS??

2008-01-11 Thread abhishek
Hi group any idea on HOW TO HANDLE POINTERS FROM NON-LOCAL HEAPS?? Thank you -- http://mail.python.org/mailman/listinfo/python-list

Successfully created installer for python2.5 compiled code under .net2005

2008-01-11 Thread abhishek
Hi group i have created an installer for python 2.5 compiled under .NET 2005. Any one looking for help on doing this feel free to contact me at [EMAIL PROTECTED] or [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

web service between python and c#

2008-01-07 Thread abhishek
Hello group i need to make a web service to work between python and c# . Where python would server as backend (server) preferebly cherrypy (turbogears) and client would be on a c# appln. I have developed a webservice using TGWebServices package which runs on top of turbogears. but have no idea

problem in importing .pyd

2008-01-04 Thread abhishek
. The description says An application attempted to load a c runtime library without using manifest What should i do to resolve this problem. Looking forward to your suggestions. Thank You Abhishek -- http://mail.python.org/mailman/listinfo/python-list

Trying to build python2.5.msi

2008-01-03 Thread abhishek
you Abhishek -- http://mail.python.org/mailman/listinfo/python-list

Re: Is there a string function to trim all non-ascii characters out of a string

2007-12-31 Thread abhishek
On Dec 31, 1:20 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Is there a string function to trim all non-ascii characters out of a string? Let say I have a string in python (which is utf8 encoded), is there a python function which I can convert that to a string which composed of only

help building python installer

2007-12-30 Thread abhishek
Hello group, I have been able to successfully compile python 2.5.1 using MSVC 8 compiler . Now i want to build an msi installer out of this. What's procedure that I should follow for this ?? Thank You -- http://mail.python.org/mailman/listinfo/python-list

Re: Problem untaring python2.5

2007-12-19 Thread abhishek
On Dec 19, 12:16 pm, [EMAIL PROTECTED] wrote: Hello, It is not possible to give sharp hints without more relevant information like: - What is your platform? - Which version of python? - What is the version of: $tar--version (GNUtar, other proprietarytar, according to my personal

Problem untaring python2.5

2007-12-18 Thread abhishek
Hi everyone , i am not able to untar python 2.5 source code using tar -xvzf . Is it a problem with my system settings or python 2.5 itself. When i tried to do it it resulted in following errors -- tar: Skipping to next header

Re: How to generate pdf file from an html page??

2007-12-18 Thread abhishek
On Dec 17, 8:42 pm, Grant Edwards [EMAIL PROTECTED] wrote: On 2007-12-16, abhishek [EMAIL PROTECTED] wrote: Hi everyone, I am trying to generate a PDF printable format file from an html page. Is there a way to do this using python. If yes then which library and functions are required

Re: How to generate pdf file from an html page??

2007-12-17 Thread abhishek
On Dec 16, 10:21 pm, Zentrader [EMAIL PROTECTED] wrote: I'm sure it can be done but there is no reason to reinvent the wheel unless it's for a programming exercise. You can use pdftohtml and run it from a Python program if you want.http://pdftohtml.sourceforge.net/ Hi Zentrader, thanks for

How to generate pdf file from an html page??

2007-12-16 Thread abhishek
Hi everyone, I am trying to generate a PDF printable format file from an html page. Is there a way to do this using python. If yes then which library and functions are required and if no then reasons why it cant be done. Thank you All -- http://mail.python.org/mailman/listinfo/python-list

Re: How would I write this C code in Python?

2007-07-07 Thread Abhishek Jain
how would MAXBUFFERSIZE be taken care in python; --abhi On 7/7/07, Steven D'Aprano [EMAIL PROTECTED] wrote: On Fri, 06 Jul 2007 17:31:50 +, DeveloperX wrote: Python Attempt: Please note that since I can't type TABs online easily, I am using the @ character to represent TABs in the

Re: list.append not working?

2007-07-05 Thread Abhishek Jain
with every iteration your previous values are overwritten ('md' is a dictionary) so thats why your are observing this ouput.. check if the following patch solves your problem for entity in temp: md['module']= entity.addr.get('module') md['id']=entity.addr.get('id')

Re: Using eval with substitutions

2006-09-01 Thread abhishek
variables and keeps concatenating them with 'and' and 'or' until all unique functions have been found. Sometimes it is good to use substitutions (though not required) to make the patterns apparent. Anyway, the listing is here, http://www.ocf.berkeley.edu/~abhishek/twonot3.py Abhishek -- http

Using eval with substitutions

2006-08-31 Thread abhishek
to be done in exactly the right order. Is there a better way? Thanks, Abhishek -- http://mail.python.org/mailman/listinfo/python-list

Re: Using eval with substitutions

2006-08-31 Thread abhishek
if there was a simple way to 'pattern-match' so that the required substitutions like z-x+y-x+x*a-(a+b)+(a+b)*a could be done automatically. I apologise if this is still not quite clear. Abhishek -- http://mail.python.org/mailman/listinfo/python-list

how can delay be caused in tcp connection

2005-06-05 Thread abhishek pandey
sir, i am new to python. plz tell me how to cause delayin sending data through tcp connection. If can be implemented in python then plz let me know. waiting for reply from anyone thanx a lot.. its abhishek Discover Yahoo! Get on-the-go sports scores, stock quotes, news & more. Check it

Fwd: Memory leak in python

2005-04-20 Thread Abhishek S
and how! At the time i am ending this.. module size.. '__main__': 7926830, Thanks, Abhishek Note: forwarded message attached. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---BeginMessage--- Hi