t; --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
ers to install a Python interpreter,
> they need only install it once and then you can distribute all your
> scripts in .py format rather than py2exeing them all.
>
> Chris Angelico
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
> I'd like to know it, so the program will run with the right privileges.
>
> Is there any standard function on python, that will do it?
> --
> goto /dev/null
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
etrandbits(128)
>
>
> is this algorithm safe? Is it safe if the process is switched to fastcgi
> and the initialization is only carried out once and then say 50 rrr values
> are generated.
> --
> Robin Becker
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
space)
> print 'The final result is: ', c
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
can you execute the java code from python and get the result stored as
python variable os.system()
On Thu, Jun 2, 2011 at 4:17 PM, loial wrote:
> Unfortunately using jpython or json are not options at the moment
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
install the latest version of the package
> for your platform.
> You may want to add the path to the Scripts folder to your PATH
> environment variable so
> you can just run easy_install from any current working directory.
>
> Hope that helps,
>
> Doug
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
learned members can kindly suggest any solution?
>
> Thanks in advance.
> Best Regards,
> Subhabrata.
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
e. The math module? Python,
> or the IEEE specifications?
>
> --
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
Before I tear out my hair any more (only 3 left) I thought I'd ask here
> what I am doing wrong.
>
> Best Regards
> Werner Dahn
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
is: Do I need root access to uploads files??
>
> Gracias,
>
> -Ramon
>
> --
>
You don't need a root access to upload files.
You will just need to create a directory where you want to save the uploaded
files and grant permission to the username by which the web server is
running.
In case the file uploads are small the simple upload feature works fine but
for larger files you may need to write a chunk read/write api
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
erience. I have a background in anthropology, not computer science.
> But I love learning all this, and love that my place of employment
> encourages me to learn this. Unfortunately with self-learning you can
> sometimes miss out on important concepts and still accomplish tasks.
>
> Thank you for your reply.
>
>
> > Wulfraed Dennis Lee Bieber AF6VN
> > wlfr...@ix.netcom.comHTTP://wlfraed.home.netcom.com/
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
you can check pywebgraph
On Wed, Jan 5, 2011 at 3:49 PM, Slie wrote:
> Is there a graphing API, someone suggests?
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
ful.
>
> Jim
> --
> http://mail.python.org/mailman/listinfo/python-list
>
You can check this
http://codespeak.net/pipermail/lxml-dev/2006-February/000920.html
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
hether
> they would be OK with such a scheme, hence the "no promises".
>
> regards
> Steve
> --
> Steve Holden +1 571 484 6266 +1 800 494 3119
> PyCon 2011 Atlanta March 9-17 http://us.pycon.org/
> See Python Video! http://python.mirocommunity.org/
> Holden Web LLC http://www.holdenweb.com/
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
d')
>
> Then we have to use renderContents() to extract the textual contents:
>
> text = first_td.renderContents()
>
> ... and the job is done (though we may also want to use strip() to
> remove leading and trailing spaces:
>
> trimmed_text = text.strip()
>
> Th
hout the __init__.py file .
> I am not sure which is the correct way.
> Can somebody advise me as to how I can package it better?
>
> thanks,
>
> mark
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
I enter 'from _future_ import division' at the command
> line, I get the ImportError, no module named _future_. How can I
> rectify this?
> Sorry for this basic question, but I don't know where else to turn.
> Thanks,
> Scott
> --
> http://mail.python.org/
t you get from the "print j" is from the same loop
> > iteration as the "print i[0]"? Try adding "i" to the output.
> >
> > Stefan
> >
> > --
> > http://mail.python.org/mailman/listinfo/python-list
> >
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
et how ( x > 1 and x * fact(x - 1))
> works .
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
y", line 1648, in
> http_error_default
>void = fp.read()
> File "/usr/lib/python3.1/socket.py", line 214, in readinto
>return self._sock.recv_into(b)
> KeyboardInterrupt
>
> Can anyone tell me if this is a bug or expected behavior?
>
> Regards,
> Johannes
>
> --
> >> Wo hattest Du das Beben nochmal GENAU vorhergesagt?
> > Zumindest nicht öffentlich!
> Ah, der neueste und bis heute genialste Streich unsere großen
> Kosmologen: Die Geheim-Vorhersage.
> - Karl Kaos über Rüdiger Thomas in dsa
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
h me via email, replace INVALID with the country code of my home
> country. But if you spam me, I'll be one sour Kraut.
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
ove codes show the following error. and how to overcome it.
>
> Traceback (most recent call last):
> File "", line 3, in
> a[i].append(j)
> AttributeError: 'int' object has no attribute 'append'
>
>
> --
> http://mail.python.org/ma
PM, hackingKK wrote:
> On Thursday 07 October 2010 03:49 PM, Nitin Pawar wrote:
>
> why not just convert it to string with print pretty and then normal write
> to a file
>
>
> Can you give an example.
>
> happy hacking.
> Krishnakant.
>
> On Thu, Oct 7, 2010 at
some one tell me if there is a way to avoide ext and prittyprint and
> still write a file to the disk?
>
> Happy hacking.
> Krishnakant.
>
>
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
output, I need to format the xml output and write it to a
> file.
>
>
> rawdata="""Santosh 29
> Bangalore """
>
> I would appreciate your help.
>
> Thanks,
> Santosh
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
etter way to do this?Any suggestions ,pointers most
> welcome
> thanks
> harry
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
gt;>
>>
>> On Wed, Sep 15, 2010 at 2:35 PM, Nitin Pawar wrote:
>>
>>> I think to do so either you will need to schedule a cron or write a
>>> daemon process which will run continuously.
>>> Assuming that its running only once a day or say timely manner dae
://code.google.com/appengine/docs/python/config/cron.html#About_cron_yaml
Thanks,
Nitin
On Wed, Sep 15, 2010 at 11:54 AM, Von wrote:
> Hi Nitin,I need a python solution for that.
>
>
> On Wed, Sep 15, 2010 at 2:15 PM, Nitin Pawar wrote:
>
>> are you looking for something li
ay 9 o'clock,
> then sleep these seconds and call my method,I think there could be an
> elegant way to resolve this.
>
> Regards,
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
7;, 'ICES Sitemap Bot dni-ices-
> searchad...@ugov.gov')
>request.add_header('Accept-encoding', 'gzip')
>return request
>
> def isCompressedFile(r, u):
>answer=False
>if r.headers.has_key('Content-encoding'):
>answer=True
>else:
># Check to see if the URL ends in .gz
>if u.endswith(".gz"):
>answer=True
>return answer
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
ould like to compare a string (word) with the content of a text
> file (word_list). i want to see if word is in word_list. let's assume
> the TXT file is stored in the same directory as the PY file.
>
> def is_valid_word(word, word_list)
>
>
> thanks
> Baba
> --
> ht
27;.//components' )
>
> ### These patterns are found ok :)
> comp = root.find( './/component' )
> name = root.find( './/name' )
>
> print 'comps =', comps
> print 'comp =', comp
> print 'name =', name
>
>
> Thanks, Brendan.
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
ot;
> is giving me Error: object car does not have attribute varname.
>
> Please tell me how can I use variables as objects attributes.
>
> Thanks.
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
ease?
> Thanks
> Ata
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
import socket
# timeout in seconds
timeout = 10
socket.setdefaulttimeout(timeout)
On Tue, Jul 27, 2010 at 10:09 PM, Dirk Nachbar wrote:
> Thanks, I don't think it's redirecting, how can I increase the timeout?
>
>
> On 27 July 2010 16:56, Nitin Pawar wrote:
>
Python26\lib\httplib.py", line 561, in _read_chunked
>raise IncompleteRead(''.join(value))
> IncompleteRead: IncompleteRead(3235 bytes read)
>
> Dirk
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
> What is the best way (or pythonic way) to get this.
>
> Regards,
> -Dhruv.
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
?
> Get some metrics from Sybase and Oracle?
> Get JMX metrics from Weblogic Server (Weblogic Server is provided with a
> scripting tool based on Jython)
>
> Thanks for your hints.
>
> Simon
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Nitin Pawar
--
http://mail.python.org/mailman/listinfo/python-list
roblem here.
>
> B Defining installation data for that routine.
>Possible problem: initializing a static with address of routine?
>
> C -> Adding that install data record into a linked list!
>Possible problem: are dynamic initialization actions guaranteed
>to be
40 matches
Mail list logo