Compiling and Linking pre-built Windows Python libraries with C++ files on Linux for Windows

2022-03-18 Thread Ankit Agarwal
between the DLL should be compatible with MinGW, and I should be able to import and link against it. My question is will this work, or will there be some other problem that I might run into. I am using python 3.7 by the way for this. Let me know what you think, Thanks :) Ankit *Ankit Agarwal

Re: # of Months between two dates

2018-04-05 Thread ankit . singh
On Sunday, August 8, 2010 at 11:46:51 PM UTC+5:30, MRAB wrote: > Greg Lindstrom wrote: > > I work for a company that processes claims for the health care industry > > (Novasys Health, recently purchased by Centene Corp). My current > > assignment has me writing a routine to compute insurance pre

Unable to use python 3.5

2015-12-23 Thread Ankit Deshmukh
. Please help me. Thank You. Ankit Deshmukh -- *Ankit Deshmukh* IIT Hyderabad P: 9581540937 || E:ankit 7a...@gmail.com -- *Simplicity is the ultimate sophisticationLeonardo da Vinci* -- https://mail.python.org/mailman/listinfo

PIL Query

2010-07-12 Thread Ankit Jhalaria
Thanks Ankit -- http://mail.python.org/mailman/listinfo/python-list

Re: which database is suitable for small applications

2009-05-27 Thread Ankit
access it.. simple! ANkit -- http://mail.python.org/mailman/listinfo/python-list

Re: What text editor is everyone using for Python

2009-05-26 Thread Ankit
On May 26, 6:04 pm, J Kenneth King wrote: > Lacrima writes: > > I am new to python. > > And now I am using trial version of Wing IDE. > > But nobody mentioned it as a favourite editor. > > So should I buy it when trial is expired or there are better choices? > I will suggest u to use TEXTPAD 4 o

Re: Flash Decoder

2008-05-28 Thread Ankit
Thanks for replying guys but could you be a little more specific like in terms of steps i shd follow to make the decoder and also how is ffmpeg/libffmpeg going to help.. Regards Ankit Anand -- http://mail.python.org/mailman/listinfo/python-list

Flash Decoder

2008-05-28 Thread Ankit
Hi everyone,i wanted to build a flash decoder using python can somebody tell me which library to use and what steps should i follow to make a flash(video) decoder?By a decoder i mean that i need to display all the pixel values of each frame.Waiting for your replies. Regards Ankit Anand -- http

Creating Table using Tkinter

2007-09-27 Thread Ankit
number of rows...Waiting for your replies.. Regards Ankit Anand -- http://mail.python.org/mailman/listinfo/python-list

Re: Parsing Baseball Stats

2006-07-26 Thread Ankit
over 16,000 players. I think it would be unfair to the site owners if I went to download all 16,000 players using the script. In the end, they might just move the stats in to their premium package (not free) and then I would be really screwed. So, I understand your concerns and thank you for

exception given by minidom.parse

2006-01-25 Thread ankit
I want to catch the exception given by minidom.parse. Please let me know what are the exceptions raised by minidom.parse() esp if some given file is not xml -- http://mail.python.org/mailman/listinfo/python-list

Limiting the size of List and making it Homogeneous

2006-01-13 Thread ankit
Is it possible to limit the size of list in python. I want to make list of 5 elements. How can I achieve this thing in python. And one more thing can we declare list to store elements of same type as in c, C++ we can declare an array which can have 5 elements of type int. C, C++: int intarr[5]

Re: Getting the start / end of string in regex through match objects

2006-01-09 Thread ankit
Thanks frederik, :) -- http://mail.python.org/mailman/listinfo/python-list

Getting the start / end of string in regex through match objects

2006-01-09 Thread ankit
I want to get the start and end of all the patterns mattched in regex. I know I can get it with start() and end() fn of matched objects. But re.search() return the match object of first matching regex in the string. I want all match objects in that string Here is the string : tmplstr = """ ${name

What PyXml provides

2006-01-02 Thread ankit
Python itself provides parsers for xml and Dom support. So, if I install pyxml what additional advantage or features I will get in pyxml specially in minidom and parsers. Anyone, please provide a brirfing on this. -- http://mail.python.org/mailman/listinfo/python-list

libxml_domlib installation in linux : problems

2005-12-28 Thread ankit
am installing libxml_domlib(1.2a) on linux but when I build it it searches for includes of libxml2 in folder /usr/local/include/libxml2 but libxml2 have includes under /usr/include/libxml2. For this reason it gives me following error: -- gcc -DNDEBUG -O2 -g -pipe -march=i386 -mcpu=i686 -D_GNU_SO

Re: Problem installing libxml2dom on windows

2005-12-28 Thread ankit
I also tried installing some different package for dom libxml_domlib(1.2a) on windows with python 2.4 and libxml2(2.6.22) but in this case it gives some differnet error while build only, The error is as -- running build running build_ext building 'libxml_domlib' extension error: Python was built wi

Re: Problem installing libxml2dom on windows

2005-12-28 Thread ankit
I also tried installing some different package for dom libxml_domlib(1.2a) on windows with python 2.4 and libxml2(2.6.22) but in this case it gives some differnet error while build only, The error is as -- running build running build_ext building 'libxml_domlib' extension error: Python was built wi

Re: Problem installing libxml2dom on windows

2005-12-28 Thread ankit
I already downloaded the latest package(libxml2-python-2.6.22.win32-py2.4.exe ) for libxml2 and installed it. I want a package for "libxml2mod" , because that only package is not getting find. The link you had specifed I already been there. Only libxml2 for python with win32 are available there.

Problem installing libxml2dom on windows

2005-12-28 Thread ankit
I had installed libxml2 for python (libxml2-python-2.6.22.win32-py2.4) on WINDOWS. For having dom support I am installing libxml2dom (0.3). My python version on win is 2.4 but when I give run the install as: python setup.py install I get following error: Traceback (most recent call last):

Re: libxml2dom problems

2005-12-27 Thread ankit
Thanks .. frederik. The reason for posting the problem 2 times is that there might be some problem yesterday with the google groups server . After posting the mesage I cant see it on the board. That's why I posted again. anyway thanks for the help -- http://mail.python.org/mailman/listinfo/pytho

libxml2dom problems

2005-12-27 Thread ankit
I am using libxml2dom but having problem when parsing. It gives me the following error: File "exlibxml2dom.py", line 4, in ? document = libxml2dom.parse("moc.xml") File "/usr/lib/python2.2/site-packages/libxml2dom/__init__.py", line 472, in parse return parseFile(stream_or_string, html)

problems with libxml2dom

2005-12-26 Thread ankit
Hi, I am working with libxml2dom package for having DOM support with libxml2. There are some test examples are given along with the package but when I try to run that, it gives me following error: Traceback (most recent call last): File "namespaces.py", line 23, in ? document = libxml2dom.p

problem with libxml2dom

2005-12-26 Thread ankit
Hi I am using libxml2dom package for DOM support in libxml2. There are some test programs in the package when I try to run that samples it give me following error: Traceback (most recent call last): File "prettyprint.py", line 7, in ? d = libxml2dom.parse(sys.argv[1]) File "/usr/lib/python

Re: libxml2 and mindom

2005-12-26 Thread ankit
Hi Paul, Now I am fixed with libxml2 and libxml2dom. but can you tell me to what extent libxml2dom supports minidom. because I want minidom for traversing. Where I can find the documentation of libxml2dom. -- http://mail.python.org/mailman/listinfo/python-list

Desc of packages for XML processing

2005-12-23 Thread ankit
There are various packages availaible for XML processing using python. So which to choose and when. I summarized some of the features, advantages and disadvantages of some packages int the following text. Have a look to it. May this get out of the dillema of choice. Here we go: OPTIONS =

new style and classic style classes ?

2005-12-22 Thread ankit
Hello, Please put some light on, What are new style classes and classic style classes in python. The basic differences in them. And How can I decide to choose one. -- http://mail.python.org/mailman/listinfo/python-list

Re: Which package to choose?

2005-12-21 Thread ankit
Thanks for replying. Can you tell me how stable is this package ? I mean to say how upto the standards it is. And also after seeing into the details I concluded that it also doesnot provide minidom support. Can I use libxml2dom or libgdome2 with it ? :-) Thanks ... -- http://mail.python.org/mai

Re: Which package to choose?

2005-12-21 Thread ankit
Thanks for replying. Can you tell me how stable is this package ? I mean to say how upto the standards it is. And also after seeing into the details I concluded that it also doesnot provide minidom support. Can I use libxml2dom or libgdome2 with it ? :-) Thanks ... -- http://mail.python.org/mai

Re: libxml2 has schema support

2005-12-21 Thread ankit
Thanks, pupil I get my answer for this. Closed.. -- http://mail.python.org/mailman/listinfo/python-list

Which package to choose?

2005-12-21 Thread ankit
Hi pupil, please let me know which package to choose for xml processing in python . Here are my requirements "I want a package which provides me schema support along with minidom support. According to my findings, "libxml2" provides schema support but it needs either libxml2 or libgdome2 for minid

Re: libxml2 and mindom

2005-12-21 Thread ankit
Hi Paul, I checked for it and here are my comments on it: libxml2dom has Alpha release . So there may be some bugs in it. In our project we cant take risk to move back after deciding for one. Thanks for your reply. I checked some other options like libgdome2. Can you make some comments on that? Th

libxml2 and mindom

2005-12-21 Thread ankit
I am parsing xml file using libxml2 and for navigating the document object tree I want to use minidom. Is it possible. Can anyone give me any example for the same ? -- http://mail.python.org/mailman/listinfo/python-list

libxml2 has schema support

2005-12-20 Thread ankit
I am new to xml and python. I have to choose a package which has schema support. I like to use libxml2 but does libxml2 has schma support ? -- http://mail.python.org/mailman/listinfo/python-list