httpd: Syntax error on line 54

2007-05-22 Thread deepak
I installed apache 2.2.4 and modPython 3.3.1 on Fc6 while starting the apache server the following error occurs: httpd: Syntax error on line 54 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/mod_python.so into server: /usr/ local/apache2/modules/mod_python.so: canno

Available candidate for Oracle DBA

2012-06-05 Thread deepak tekwissen
Hi, Hope you are doing good,, Skill SetCurrent-location RelocationAvailability oracal DBAtennessee yes immediately As per your requirement for Oracle DBA position, I’m forwarding you one of my consultant’s

python installation help

2020-07-10 Thread Deepak Didmania
please help me in installing python -- https://mail.python.org/mailman/listinfo/python-list

Using threads in python is safe ?

2008-03-15 Thread Deepak Rokade
d are because I am confused with GIL funda. -- Thanx & Regards, Deepak Rokade Do what u Enjoy & Enjoy what u Do... -- http://mail.python.org/mailman/listinfo/python-list

Re: Using threads in python is safe ?

2008-03-19 Thread Deepak Rokade
on, Mar 17, 2008 at 7:00 AM, Benjamin <[EMAIL PROTECTED]> wrote: > On Mar 16, 3:40 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> > wrote: > > En Sat, 15 Mar 2008 11:57:44 -0200, Deepak Rokade <[EMAIL PROTECTED]> > > escribi�: > > > > > I w

Embedding numpy works once, but not twice??

2009-01-31 Thread Deepak Chandran
I have a program in which I have successfully embedded Python. Now, I want to include NumPy as well (and other modules). I am able to import numpy once. Then I close the python console in my program and then re-open it. When I try to import numpy for a second time, the program crashes. Below is a s

Re: Embedding numpy works once, but not twice??

2009-02-01 Thread Deepak Chandran
I sort of guessed that was the issue -- doing Py_Initialize/Py_Finalize more than once. Thanks for the help. On Sun, Feb 1, 2009 at 12:43 AM, Gabriel Genellina wrote: > En Sun, 01 Feb 2009 03:47:27 -0200, Deepak Chandran < > dchandr...@tinkercell.com> escribió: > > I have a

Embedded python output capture

2009-02-04 Thread Deepak Chandran
I have a program with embedded Python. If the python code has print statements, how do I retrieve those values (which normally go to stdout)? The output from Py_RunString is just NULL Thanks. -- http://mail.python.org/mailman/listinfo/python-list

embedding Python in a shared library

2009-02-10 Thread Deepak Chandran
I have embedded Python in a shared library. This works fine in Windows (dll), but I get the following error is Ubuntu when I try to load modules: /usr/lib/python2.5/lib-dynload/*time.so*: error: symbol lookup error: * undefined* symbol: PyExc_ValueError I found many postings on this issue on the

listing files by modification time

2009-02-17 Thread Deepak Rokade
& Regards, Deepak Rokade Do what u Enjoy & Enjoy what u Do... -- http://mail.python.org/mailman/listinfo/python-list

Re: listing files by modification time

2009-02-17 Thread Deepak Rokade
sent earlier or like below. find / -mtime +5 -type f -exec ls -l {} \; Otherwise can I limit the number of files in a list returned by os.listdir() ? On Tue, Feb 17, 2009 at 6:06 PM, Chris Rebert wrote: > On Tue, Feb 17, 2009 at 4:31 AM, Deepak Rokade > wrote: > > Hi, > &

embedding Python in a shared library

2009-02-26 Thread Deepak Chandran
I have embedded Python in a shared library. This works fine in Windows (dll), but I get the following error is Ubuntu when I try to load modules: /usr/lib/python2.5/lib-dynload/time.so: error: symbol lookup error: undefined symbol: PyExc_ValueError I found many postings on this issue on the int

Unable to compile pyprocessing module on SUN solaris

2009-03-20 Thread Deepak Rokade
I am trying to build package "pyprocessing" for python 2.5 I am using sun machine with Solaris 5.8 drok...@himalaya:~/modules_python/processing-0.52 (Deepak:)uname -a SunOS himalaya 5.8 Generic_117350-35 sun4u sparc SUNW,Sun-Fire While building the package I get below warnings. (Deep

Re: Unable to compile pyprocessing module on SUN solaris

2009-03-20 Thread Deepak Rokade
This did not wok. I continued to get those warning and Import Error. I wanr through documentation of multiprocessing and it looks almost similar to processing module. Any advantages of multiprocessing module ? On Fri, Mar 20, 2009 at 6:53 PM, Christian Heimes wrote: > Deepak Rokade wr

Re: Unable to compile pyprocessing module on SUN solaris

2009-03-20 Thread Deepak Rokade
environment. On Fri, Mar 20, 2009 at 7:28 PM, Christian Heimes wrote: > Deepak Rokade wrote: > > This did not wok. > > I continued to get those warning and Import Error. > > > > I wanr through documentation of multiprocessing and it looks almost > similar > > to proc

Re: Unable to compile pyprocessing module on SUN solaris

2009-03-26 Thread Deepak Rokade
ing mode of build/scripts-2.6/2to3 from 664 to 775 changing mode of build/scripts-2.6/smtpd.py from 664 to 775 drok...@himalaya:~/packages_less/PYTHON_2.6/Python-2.6.1 (Deepak:) (Deepak:)gcc -v Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/specs Configured with: ../co

Multiprocessing module

2009-04-10 Thread Deepak Rokade
ards, Deepak Rokade -- http://mail.python.org/mailman/listinfo/python-list

configuring python with disable-thread in Ubuntu

2009-05-07 Thread Deepak Chandran
Hello, I am embedding python inside a C++ program. For some reason (I think libxml2), I am getting Segmentation fault at PyThread_release_lock. The solution I found online was to configure python with --disable-thread. I used "apt-get install python-dev" to install python. How do I re-config

multiprocessing and threads

2009-12-27 Thread Deepak Rokade
limitation based on sequence of threads and process ? Any specific issues ? Thanks Deepak -- http://mail.python.org/mailman/listinfo/python-list

[no subject]

2016-04-11 Thread DEEPAK KUMAR PAWAR
I am trying to install numpy along with the python35 But it getting error everytime. Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list