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
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
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
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
[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
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
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
;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
__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
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?
>>
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
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
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
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
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
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
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
"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
18 matches
Mail list logo