Re: Write ooxml .ods (spreadsheat) from python?

2008-02-14 Thread johnf
Neal Becker wrote: > I'd like to output some data directly in .ods format. This format appears > to be quite complex. Is there any python software available to do this? > I > did look at pyuno briefly. It looks pretty complicated also, and it looks > like it uses it's own private version of py

where is uno?

2007-12-20 Thread johnf
id any of the articles explain where to retrieve the actual 'uno' py package. Can someone provide a hint? Johnf -- http://mail.python.org/mailman/listinfo/python-list

Re: Database intensive application

2007-08-12 Thread johnf
Rohit wrote: > I am a novice. I want to know whether Python can be used to develop > client/server database and web applications like .NET. Which is the > best book/source to learn Python? IMO you should use Dabo (www.dabodev.com). If you want to strike on your own check using SQLAlchemy as you

Re: gui application on cross platform

2007-05-28 Thread johnf
om/screencasts/dataenvironment1.html) which will provide an easy review of most of what Dabo can do. Johnf -- http://mail.python.org/mailman/listinfo/python-list

Re: PyCon blogs?

2007-02-27 Thread johnf
[EMAIL PROTECTED] wrote: > Was anybody blogging about PyCon (talks and/or sprints)? Got any > pointers? > > Thanks, > > Skip At least one session was posted on YouTube http://dabodev.com/pycon2007 Johnf -- http://mail.python.org/mailman/listinfo/python-list

Re: Which Object Database would you recommend for cross platform application?

2007-02-15 Thread johnf
w.dabodev.com). It doesn't support the web (yet) but you said that's in the furture. Dabo was built for this type of app. Dabo supports Postgres,MsSQL,MySQL,Firebird, and SQLite. Non of the DB's are what I'd call an object database but is that a real requirement? BTW the first 4 DB's can support 1GB and more. Johnf -- http://mail.python.org/mailman/listinfo/python-list

RE: Learning Python book, new edition?

2007-01-11 Thread johnf
Demel, Jeff wrote: > This email is intended only for the individual or entity to which it is > addressed.  This email may contain information that is privileged, > confidential or otherwise protected from disclosure. Dissemination, > distribution or copying of this e-mail or any attachments by any

Re: Read from database, write to another database, simultaneously

2007-01-10 Thread johnf
;t get - is this a one time transfer or something that is going to happen often. One time transfer live to the time issue. Johnf -- http://mail.python.org/mailman/listinfo/python-list

Re: I want to see all the variables

2006-12-30 Thread johnf
__source.query(sql)" did not work. So I tried to debug using "dir(myClass.__source)" and got an error. And I also got error when I "dir(mySubClass.__source". So how could I have debugged the problem if dir() will not display information on the __source? I hope that explains my issue. Thanks Johnf -- http://mail.python.org/mailman/listinfo/python-list

Re: I want to see all the variables

2006-12-29 Thread johnf
Steven D'Aprano wrote: > On Fri, 29 Dec 2006 08:20:22 -0600, Larry Bates wrote: > >> johnf wrote: >>> Hi, >>> When I use dir() I don't see the __ underscore items. Is there anything >>> that will show all the private vars and functions? >>

I want to see all the variables

2006-12-29 Thread johnf
Hi, When I use dir() I don't see the __ underscore items. Is there anything that will show all the private vars and functions? johnf -- http://mail.python.org/mailman/listinfo/python-list

Re: INSERT statements not INSERTING when using mysql from python

2006-12-29 Thread johnf
any ideas I'd be really grateful :-) > > It occured to me that if I could access the mysql query log that might > help, but I was unsure how to enable logging for MysQL with python. > > Cheers, > > Ben Not sure this will help but where is the "commit"? I don't use MySQL but most SQL engines require a commit. Johnf -- http://mail.python.org/mailman/listinfo/python-list

Re: db access

2006-12-28 Thread johnf
DB API 2.0 although it does not support any of the extendsions. Works with Linux, Mac and Windows. Johnf -- http://mail.python.org/mailman/listinfo/python-list

Re: your opinion about psycopg vs pygresql

2006-12-20 Thread johnf
Martin P. Hellwig wrote: > Hi all, > > I'm playing a bit with PostgreSQL, in which I've set me the target to > create a python script which with user input creates a new user role and > a database with that owner (connecting to template1 since I know that at > least that db exists). > > Ok so I

Re: MySQLdb windows binaries for Python 2.5?? Yes, but from a World of Warcraft guild.

2006-12-14 Thread johnf
e more. That fact that no Database drivers are built-in makes Python stronger - allowing Python to access any Data Engine that supports DBI 2.0. Of course I'm not including pickle in my assessment. Johnf -- http://mail.python.org/mailman/listinfo/python-list

Re: Python visual IDE

2006-11-22 Thread johnf
king kikapu wrote: > > Hi to all, > > i am not sure if this question really belongs here but anyway, here it > goes: I have seen a lot of IDEs for Python, a lot of good stuff but > actually none of them has what, for example, Visual Studio has: a > Visual Editor (with the ability to place contr

Re: Python and CMS

2006-10-22 Thread johnf
Echo wrote: > I am going to start working on a church website. And since I like > python, I decided to use WSGI. However, I later found out about all > the different CMS's in php. So I wondered if there where any in > python. > > Sadly, I only found Plone, skeletonz, and PyLucid (If there is any

Re: Python Web Site?

2006-10-17 Thread johnf
"Michael B. Trausch" <"mike$#at^&nospam!%trauschus"> wrote: > Tim Chase wrote: >>> Is there a problem with the Python and wxPython web sites? >>> I cannot seem to get them up >> >> Sounds like someone needs some pyagra... >> >> (grins, ducks, and runs) >> > > Interesting. I thought at first i