Hi,
I'm hoping someone on the list has connected to sybase/MsSQL with something
that works with DBAPI 2.0 from a linux box (SUSE 9.2) because I can't seem
to get it done. I found Object Craft's python code that uses FreeTDS. But
I can't get it compiled. The code is looking for "sybdb.h" (first e
Hi,
Since this is (sort of) my second request it must not be an easy solution.
Are there others using Python to connect MsSQL? At the moment I'd accept
even a windows solution - although, I'm looking for a Linux solution.
John
--
http://mail.python.org/mailman/listinfo/python-list
John Fabiani wrote:
> Hi,
> Since this is (sort of) my second request it must not be an easy solution.
> Are there others using Python to connect MsSQL? At the moment I'd accept
> even a windows solution - although, I'm looking for a Linux solution.
>
> John
Thanks
Hi,
I'm wondering if there is a module available that will open a dbf (actually
sco foxpro 2.6) file under linux. Hopefully it will be DAPI 2.0 but I'll
accept anything at this point.
John
--
http://mail.python.org/mailman/listinfo/python-list
Paul Rubin wrote:
> John Fabiani <[EMAIL PROTECTED]> writes:
>> I'm wondering if there is a module available that will open a dbf
>> (actually
>> sco foxpro 2.6) file under linux. Hopefully it will be DAPI 2.0 but I'll
>> accept anything at this poin
What about debugging?
On Jan 16, 2016 6:02 AM, "Leandro T. C. Melo" wrote:
> Hi again...
>
> Sorry, but I have a new url for the video (it's just slightly modified).
>
> https://youtu.be/71aqIwv3vJs
>
> Thanks,
> Leandro
>
>
> On Thursday, January 14, 2016 at 9:23:47 AM UTC-2, Leandro T. C. Melo
Hussein B wrote:
> Hey,
> I'm new with database interactions in Python and I'm not sure if I'm
> handling the cursor and transactions correctly:
>
> cursor = db.cursor(MySQLdb.cursors.DictCursor)
> cursor.execute(flate_rate_pkgs_sql)
> rows = cursor.fetchall()
> #I have for loop here to i
Hi,
OpenOffice 3 on windows uses python 2.3.x (I have no idea why). Does anyone
know where I can get whatever is needed to get python 2.5 working. I don't
want to learn how recompile openoffice because it has a steep learning
curve and is just to much when I can just use M$ word.
BTW using the o
Terry Reedy wrote:
> John Fabiani wrote:
>> Hi,
>> OpenOffice 3 on windows uses python 2.3.x (I have no idea why).
>
> I presume because no one has volunteered to do the update for the Py-UNO
> bridge. In any case, why do you consider that to be a problem. It is
>
I need to get
it done either myself to find a open source project.
Thanks in advance.
John Fabiani
--
http://mail.python.org/mailman/listinfo/python-list
deech wrote:
> Hi all,
> I am making a cross-platform frontend to a sqlite3 database. Which
> python GUI toolkit has the best table support? Tkinter doesn't seem to
> support them (without additional package installation).
>
> The issue is that the application must run off a flash drive with a
>
Daniel Fetchinson wrote:
> Hi folks, I've come across many times the claim that 'joins are bad'
> for large databases because they don't scale
IMO that's bull...
--
http://mail.python.org/mailman/listinfo/python-list
srinivasan srinivas wrote:
>
> Hi,
> Could you suggest me some modules in Python which can be used to develop
> GUI based applications? and tell me which could be the best(in terms of
> efficiency) one for a small GUI based application development?
>
> Thanks,
> Srini
>
>
> Bollywood new
Skye wrote:
> What is this doing?
>
> print >> fd, _(__doc__)
>
>
> I'm guessing line-splitting __doc__ into a list, but what's that
> leading underscore do?
>
> Thanks!
I think it is standard practice to use the underscore for unicode converts.
--
http://mail.python.org/mailman/listinfo/p
bukzor wrote:
> It seems that whenever I have an application that uses a database
> (MySQL) I end up writing a database framework from scratch. Is there
> some accepted pre-existing project that has done this?
>
> I see Django, but that seems to have a lot of web-framework that I
> don't (necessa
Hi,
I need a py tool that will provide a thumbnail (bmp?) from a video (avi,
wmv) that will be cross platform (linux, windows). Research has provided
pymedia for Linux but I haven't found anything for windows. Hopefully,
someone has had to do this in the past and knows what has to be done.
Thank
Alan Franzoni wrote:
> zamil was kind enough to say:
>
> [cut]
>
> If your needs are very basic, you can stick with the tk module that comes
> with python. It's not really feature-packed, but it's maintained and
> pretty cross-platform.
>
> Otherwise, you can pick any supported widget set you l
Sindhu wrote:
> am a newbie to python language and kdevelop, so i would like to know
> how to configure kdevelop for python programming? complete with a
> debugger?
I have not used python and kdevelop but I do know it requires qt and the
link below has several video's of a developer using python
erikcw wrote:
> On Sep 18, 3:33 pm, Ben Finney <[EMAIL PROTECTED]>
> wrote:
>> erikcw <[EMAIL PROTECTED]> writes:
>> > I have a cgi script where users are uploading large files for
>> > processing. I want to launch a subprocess to process the file so the
>> > user doesn't have to wait for the page
[email protected] wrote:
> Saurabh,
>
> 1. The Dabo crew is doing some exciting thing. Might be worth checking
> out.
> http://dabodev.com
yes Dabo is doing a lot these days. Using wxPython for the GUI, a fast
interface for data supporting SQLite, MySQL,Postgres, Firebird, MsSQL and
Now a web
Casey Hawthorne wrote:
>>So, what *does* Guido want in a GUI toolkit for Python?
>
> I saw a talk by a school teacher on pyFLTK: GUI programming made easy.
>
> On another note: I#: Groovy makes it easy to tie into the Java Swing
> GUI, so if Python could do that, with the added complication bein
21 matches
Mail list logo