Re: Simple database explorer

2010-10-09 Thread dusans
"Its the right answer for a program that needs to be used with many different RDBMSes, especially if you use its metadata access procedures." U got it right :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Simple database explorer

2010-10-08 Thread dusans
On Oct 7, 7:49 am, Lawrence D'Oliveiro wrote: > In message > <21c99273-ed58-4f93-b98a-d9292de5d...@k10g2000yqa.googlegroups.com>, dusans > wrote: > > >  - all the others having ODBC drivers... > > ODBC seems to be something you use when you can’t use a proper da

Simple database explorer

2010-10-04 Thread dusans
Hi. Im making a simple database explorer in PyQt. I hope somebody here might find it usefull :) http://code.google.com/p/simple-database-explorer/ Simple database explorer for: - Netezza - Oracle - Sqlite - MySQL - PostgreSQL - all the others having ODBC drivers... -- http://mail.python.or

Python autocomplete module

2010-09-16 Thread dusans
Is there a python module to make autocomplete suggestion easy. I would build an api reference as a string: CATALOG1.SCHEME1.TABLE1.column1 CATALOG1.SCHEME1.TABLE1.column2 CATALOG1.SCHEME1.TABLE1.column3 . . CATALOG10.SCHEME10.TABLE100.column1 CATALOG10.SCHEME10.TABLE100.column2 CATALOG10.SCHEME1

Re: What should I use for testing a web service?

2009-12-27 Thread dusans
On Dec 27, 12:35 pm, "Diez B. Roggisch" wrote: > Fencer schrieb: > > > Hello, I need to write a test program for a web service. The web service > > publishes its method through a wsdl-file. I recall using SOAPpy in the > > past and as a I remember it, it was very easy to "load" the WSDL-file > > a

scipy stats binom_test

2009-06-25 Thread dusans
Amm i using the function wrong or ...? cuz in R i get the right value >>> binom_test(3, 5, p=0.8) 0.262 > dbinom(3, 5, 0.8) [1] 0.205 -- http://mail.python.org/mailman/listinfo/python-list

Re: for with decimal values?

2009-05-03 Thread dusans
>>> import numpy as np >>> for i in np.arange(-10.5, 10.5, 0.1): ... print i ... -10.5 -10.4 -10.3 -10.2 -- http://mail.python.org/mailman/listinfo/python-list

Re: generate random digits with length of 5

2008-09-29 Thread dusans
On Sep 29, 12:06 am, Mensanator <[EMAIL PROTECTED]> wrote: > On Sep 28, 3:54 pm, "Aaron \"Castironpi\" Brady" > > > > > > <[EMAIL PROTECTED]> wrote: > > On Sep 28, 3:44 pm, Mensanator <[EMAIL PROTECTED]> wrote: > > > > On Sep 28, 3:11 pm, "Gary M. Josack" <[EMAIL PROTECTED]> wrote: > > > > > Chris

Video information

2008-08-09 Thread dusans
Is there a py module, which would get me information of a movie file: - resolution - fps -- http://mail.python.org/mailman/listinfo/python-list

Re: find and replace with regular expressions

2008-08-01 Thread dusans
On Aug 1, 12:53 pm, dusans <[EMAIL PROTECTED]> wrote: > On Jul 31, 10:07 pm, [EMAIL PROTECTED] wrote: > > > > > > > I am using regular expressions to search a string (always full > > sentences, maybe more than one sentence) for common abbreviations and > >

Re: find and replace with regular expressions

2008-08-01 Thread dusans
On Jul 31, 10:07 pm, [EMAIL PROTECTED] wrote: > I am using regular expressions to search a string (always full > sentences, maybe more than one sentence) for common abbreviations and > remove the periods.  I need to break the string into different > sentences but split('.') doesn't solve the whole

Re: Converting List of String to Integer

2008-07-22 Thread dusans
>>> a = [['1', '2'], ['3'], ['4', '5', '6'], ['7', '8', '9', '0']] >>> [map(int, i) for i in a] [[1, 2], [3], [4, 5, 6], [7, 8, 9, 0]] On Jul 21, 9:06 pm, Samir <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > I am relatively new to Python so please forgive me for what seems like > a basic question.

Re: Need help getting BeautifulSoup contents

2008-07-17 Thread dusans
I dont quite understand what u want. U should paste the html here http://pastebin.com/ also provide the result that u want. If u dont take the time to write what u wont, nobody will take the time to help u On Jul 17, 7:38 am, Alexnb <[EMAIL PROTECTED]> wrote: > The trick to this one is that the h

Re: Dynamic HTML from Python Script

2008-06-11 Thread dusans
On Jun 11, 1:58 am, asdf <[EMAIL PROTECTED]> wrote: > I have a python script whose output i want to dynamically display > on a webpage which will be hosted using Apache. How do I do that? > > thanks def index(req): return "Page" u cant run it on lighttpd also, which is much faster then Apache

eric4 wont start

2008-06-10 Thread dusans
Hi i took a look at eric4, its nice, cuz u have the script output and console in the same window, which is why i love pyscripter. Then i upgradet eric4 to newest version: eric4-4.0.4, it doesnt start, even when i installed the old version: The error massage is: Warning: translation file 'qt_en_US'