[dabo-users] Ubuntu 'Indicator' system tray integration for Dabo app

2011-06-08 Thread Jamie Adams
Hello, Still a bit of a newbie to all the stuff I'm playing with here, so forgive any obvious errors. I found this nice little code sample to create an indicator applet in Python for Ubuntu's Indicator area (basically equivalent to the system tray in Windows-land). https://wiki.ubuntu.com/Deskto

Re: [dabo-users] What is the dbMsSql status

2011-07-13 Thread Jamie Adams
John, Please keep us posted on your progress. The last time I tried to work with MSSQL and Dabo, I was unsuccessful, but it has been a couple years. I'm curious to know the current state of MSSQL in Dabo and in Python, what works and what doesn't. Jamie --- StripMime Report -- processed MIME p

[dabo-users] TypeError when running AppWizard

2009-12-04 Thread Jamie Adams
er 2005 (on a remote machine). If I missed an important detail, let me know. Also, this doesn't happen when I use the Dabo AppWizard against the DaboDev sample MySQL databases. They work fine. So perhaps it has to do with the pyMSSQL, or dbMsSQL, or with my specific database? Jamie Adam

Re: [dabo-users] TypeError when running AppWizard

2009-12-04 Thread Jamie Adams
lib\site-packages\dabo-0.9.2-py2.5.egg\dabo\db\dbMsSQL.py", line 37, in getConnection database=database, **kwargs) File "C:\Python25\lib\site-packages\pymssql.py", line 352, in connect return pymssqlCnx(con) File "C:\Python25\lib\site-packages\py

Re: [dabo-users] TypeError when running AppWizard

2009-12-07 Thread Jamie Adams
n following, there is a more manual method to connect to the database, which I will attempt when I have a little more time. Would that make a difference? Jamie Adams Liquis, Inc. 400 Parker Drive, Suite 1110, Austin, TX 78728

Re: [dabo-users] Dabo-users Digest, Vol 66, Issue 5

2009-12-07 Thread Jamie Adams
fit from learning more about. I'll try and do some learning/research/fiddling on my own as well. Might take less than a month, and even if I can't solve it, I'll be smarter at the end. Always a good thing. Again, thanks everyone! Jamie Adams __

Re: [dabo-users] Dabo-users Digest, Vol 74, Issue 26

2010-08-27 Thread Jamie Adams
put together a tutorial or screencast about packaging Dabo apps, I would hang on your every word. I know you're busy, just wanted you to know if you were inclined to put something together, you would have a grateful audience. If I can figure it out myself, maybe I'll

Re: [dabo-users] Dabo on Ubuntu Lucid

2010-08-31 Thread Jamie Adams
I used this shell script to install on Ubuntu 10.04 from SVN: # getdabo.sh # gets dabo and dependencies, create site-packages symlink. # -e exit on error, -x print commands set -ex sudo apt-get --yes install python-reportlab python-wxgtk2.8 subversion python-mysqldb svn checkout http://svn.dabode