search for: sqlalchemy

Displaying 20 results from an estimated 46 matches for "sqlalchemy".

2015 May 10
2
[LLVMdev] http://llvm.org/perf/ instability: some clues
Daniel, Tobias, Renato and myself have been looking a little bit at the potential underlying reason for why http://llvm.org/perf/ is instable, and have found some clues. I want to share them here to give people with more experience in the frameworks used by LNT (flask, sqlalchemy, wsgi, .) a chance to check if our reasoning below seems plausible. Daniel noticed the following backtrace in the log after http://llvm.org/perf started giving "Internal Server Error" again: 2015-05-08 22:57:05,309 ERROR: Exception on /db_default/v4/nts/287/graph [GET] [in /opt/venv/...
2010 Jun 26
2
Upgrading MySQLdb
Hi; I've got MySQLdb installed (bridge to Python) and I can't figure out how to upgrade it. I did a find and got these paths: /usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/mysqldb.py /usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/mysqldb.pyc I don't have mysql-devel installed, so it wasn't that. Please advise. TIA, Susan -------------- next part -------------- An HTML atta...
2011 Feb 02
2
Centos + python + sqlalchemy + mysql
I am trying to use the following set (all from standard repositories): centos (5.5) + python 2.6 + sqlalchemy + mysql. However while running my script I get: Traceback (most recent call last): File "./oraping2.py", line 43, in <module> main() File "./oraping2.py", line 23, in main db = create_engine('mysql:///u1oraping at localhost:3306/oraping',echo=False,poo...
2012 Mar 07
0
CESA-2012:0369 Moderate CentOS 6 python-sqlalchemy Update
...ty Advisory 2012:0369 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-0369.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 9fffbe93d25a32bebb898734536cbe6dbd2544f14c6daf07215b8601a56bde59 python-sqlalchemy-0.5.5-3.el6_2.noarch.rpm x86_64: 9fffbe93d25a32bebb898734536cbe6dbd2544f14c6daf07215b8601a56bde59 python-sqlalchemy-0.5.5-3.el6_2.noarch.rpm Source: 6b7a6c12633d31885b425636593f35d55a49fabe9b58bd76428e51783714a5ec python-sqlalchemy-0.5.5-3.el6_2.src.rpm -- Johnny Hughes CentOS Project { htt...
2015 Sep 24
2
problems with PJSIP install on UBUNTU 14.04
On 15-09-24 04:42 PM, Ryan, Travis wrote: > Did something change DB-wise with PJSIP and realtime between 13.3.2 > and 13.5.0? I'm getting an unknown column error and unsure where I > need that column and the type it needs to be. Yes, the schema can change between versions. Following the instructions on
2008 Nov 17
1
R ORM?
Hi, Does anyone know of an R ORM (Object Relational Mapper)? I'm thinking of something similar to sqlalchemy (http://www.sqlalchemy.org/). Alternatively or additionally, can people offer suggestions about managing relational databases from R. I'm currently using postgresql, but would like a flexible solution that works across different databases, hence the enquiry about ORMs. Please CC me on any...
2013 Apr 20
3
[LLVMdev] Test-Suite Bots failing randomly
...File "/opt/buildbot/clang-native-arm-lnt/lnt.venv/local/lib/python2.7/site-packages/pip-1.2.1-py2.7.egg/pip/download.py", line 380, in _download_url chunk = resp.read(4096) (...) timeout: timed out The package getting time out is not always the same, sometimes it also happens with SQLAlchemy. I'm guessing the server is loaded or the connection is somehow bad? cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130420/a2063ce0/attachment.html>
2013 Apr 22
0
[LLVMdev] Test-Suite Bots failing randomly
...native-arm-lnt/lnt.venv/local/lib/python2.7/site-packages/pip-1.2.1-py2.7.egg/pip/download.py", > line 380, in _download_url > chunk = resp.read(4096) > (...) > timeout: timed out > > The package getting time out is not always the same, sometimes it also > happens with SQLAlchemy. I'm guessing the server is loaded or the > connection is somehow bad? > > cheers, > --renato > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130422/f963e2dc/attachment.html>
2012 Dec 04
3
Print properties are not saved
...[2] http://www.samba.org/samba/docs/man/Samba-Guide/happy.html#id2582657 [3] http://www.reteisi.org/allegati/netkit/stampanti/README.html -- Sandro Dentella *:-) http://www.reteisi.org Soluzioni libere per le scuole http://sqlkit.argolinux.org SQLkit home page - PyGTK/python/sqlalchemy
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...settings +# here: +#beaker.cache.data_dir = %(here)s/data/cache +#beaker.session.data_dir = %(here)s/data/sessions + +# pick the form for your database +# %(here) may include a ':' character on Windows environments; this can +# invalidate the URI when specifying a SQLite db via path name +# sqlalchemy.url=postgres://username:password at hostname:port/databasename +# sqlalchemy.url=mysql://username:password at hostname:port/databasename + + +# If you have sqlite, here's a simple default to get you started +# in development + +sqlalchemy.url = sqlite:///%(here)s/devdata.db +#echo shouldn't...
2016 Apr 01
2
Asterisk 13.8.0 alembic database update fails.
...lways worked any idea what is wrong. >> >> OS=Debian Jessie, fully up to date. > > What version of Alembic is installed and how did you install it - from a > package or pip? A change may have gone in which somehow requires a newer > version. > alembic [0.6.5+ds-1] python-sqlalchemy [0.9.8+dfsg-0.1] Looks like the alembic version maybe to old. Harley
2013 Apr 22
2
[LLVMdev] Test-Suite Bots failing randomly
...inside. That said, I ran some timings from our network here to lab.llvm.org, and I couldn't reproduce any connectivity issues from here. Renato, can you try running some testing on your side to quantify where the connectivity issue is? Things like: $ ab -c 3 -n 100 http://lab.llvm.org/packages/SQLAlchemy-0.6.6.tar.gz work fine from here. That said, it *would* be nice to harden this code against that failure mode -- one reasonable way would be to have the buildbot slave mirror the packages directory locally (using rsync or so) and do the install from there. We can make the rsync command not cause a...
2014 Dec 04
3
[LLVMdev] Perf is dead again... :(
On Thu, Dec 4, 2014 at 8:00 AM, Dan Liew <dan at su-root.co.uk> wrote: > * Who should fund whatever host is used to host the LNT > infrastructure. Given the commercial interest in LLVM I hope that this > will be straight forward > FWIW, if you can use google's cloud offerings, I can likely fund it. This isn't about only being willing to fund our platform vs. some other
2016 Apr 01
5
Asterisk 13.8.0 alembic database update fails.
...te. >>>> >>> >>> What version of Alembic is installed and how did you install it - from a >>> package or pip? A change may have gone in which somehow requires a newer >>> version. >>> >>> >> alembic [0.6.5+ds-1] >> python-sqlalchemy [0.9.8+dfsg-0.1] >> >> Looks like the alembic version maybe to old. > > > > It was SQLite that needed the batch processing. ?Let me see if I can find > an alternative?. > > ?Harley, can you open a Jira issue for this?? > > >> >> >> Harley...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...settings -# here: -#beaker.cache.data_dir = %(here)s/data/cache -#beaker.session.data_dir = %(here)s/data/sessions - -# pick the form for your database -# %(here) may include a ':' character on Windows environments; this can -# invalidate the URI when specifying a SQLite db via path name -# sqlalchemy.url=postgres://username:password at hostname:port/databasename -# sqlalchemy.url=mysql://username:password at hostname:port/databasename - - -# If you have sqlite, here's a simple default to get you started -# in development - -sqlalchemy.url = sqlite:///%(here)s/devdata.db -#echo shouldn't...
2013 Jan 01
4
(Trying) to understand Print properties saving
...changed the properties? thanks in advance for any explanation thanks sandro *:-) [1] https://bugzilla.samba.org/show_bug.cgi?id=9468 -- Sandro Dentella *:-) http://www.reteisi.org Soluzioni libere per le scuole http://sqlkit.argolinux.org SQLkit home page - PyGTK/python/sqlalchemy
2009 Dec 16
2
CRAM-MD5 in Python
Hi to all! I?m writing a python module (python+sqlalchemy) to manage user and domain configuration on my system (I hope to get a CLI tool, a Web app and even a native Mac app, via PyObjc, from my lib). I?m implementing password crypto, but I have some problem in generating CRAM-MD5 password, dovecot style. I?ve found an old discussion on this mailing list...
2013 Apr 22
0
[LLVMdev] Test-Suite Bots failing randomly
...eory, it should be fixed, so let's wait until tomorrow and I'll follow the bot closely to see if there's any problem. Renato, can you try running some testing on your side to quantify where the > connectivity issue is? Things like: > $ ab -c 3 -n 100 http://lab.llvm.org/packages/SQLAlchemy-0.6.6.tar.gz > work fine from here. > Works on our lab, too. That is, now... That said, it *would* be nice to harden this code against that failure mode > -- one reasonable way would be to have the buildbot slave mirror the > packages directory locally (using rsync or so) and do the...
2016 Apr 01
3
Asterisk 13.8.0 alembic database update fails.
I get the following error when trying to update date the database via contrib/ast-db-manage/alembic -c config.ini upgrade head. Every previous update has always worked any idea what is wrong. OS=Debian Jessie, fully up to date. INFO [alembic.migration] Context impl MySQLImpl. INFO [alembic.migration] Will assume non-transactional DDL. INFO [alembic.migration] Running upgrade 2d078ec071b7
2019 Oct 17
2
Asterisk and CentOS 8
At the current time, we do not recommend attempting to build Asterisk on CentOS 8. Many packages Asterisk uses are not yet available and would require building from their sources. The Asterisk packages are also not available in the EPEL 8 or CentOS 8 repositories yet for the same reason. We'll update you when we think it's safe. -- *George Joseph* Digium - A Sangoma Company |